GINO Graphics Suite - GINO v9.0  

gEnqSegFontAttribs

Syntax

[C/C++:]
void gEnqSegFontAttribs(int nseg, int *nfont, GFNTFILSTY *rep, int *fntrep, int *fntspa, int *fntwgt, int *fntset);
[F90:]
subroutine gEnqSegFontAttribs(nseg, nfont, rep, fntrep, fntspa, fntwgt, fntset)

integer, intent(in) :: nseg
type (GFNTFILSTY), intent(out) :: rep
integer, intent(out) :: nfont,fntrep,fntspa,fntwgt,fntset

Arguments

nseg
Picture segment number

nfont
Segment font number

rep
Segment font fill style

fntrep
Segment software font representation

fntspa
Segment font spacing

fntwgt
Segment font weight

fntset
Segment font set

Description

The routine gEnqSegFacetAttribs() returns the current settings of the global font attributes for segment nseg, as determined from the global settings when the segment was created, or as subsequently set by the routine gSetSegFontAttribs() for that segment.

See Also

gEnqSegFontAttribs Usage
gSetSegFontAttribs