GINO Graphics Suite - GINO v9.0  

gEnqFontStyle

Syntax

[C/C++:]
void gEnqFontStyle(int *font, GFNTFILSTY *style, int *weight, int *space, int *rep);
[F90:]
subroutine gEnqFontStyle(font, style, weight, space, rep)

integer, intent(out) :: font
type (GFNTFILSTY), intent(out) :: style
integer, intent(out) :: weight,space,rep

Arguments

font
Current font number

style
Font filling style definition

weight
Font weight

< 0, Font thinning factor
= 0, Normal font weight
> 0, Font weighting factor

space
Font spacing

= 0, Normal font spacing
= 1, Force equal spacing

rep
Font representation

= 0, for normal font representation
= 1, Display as font 0
= 2, Display as boxes (type 1)
= 3, Display as font 0 and boxes (type 1)
= 4, Display as boxes (type 2)
= 5, Display as font 0 and boxes (type 2)
= 6, Display as boxes (type 3)
= 7, Display as font 0 and boxes (type 3)

Description

The routine gEnqFontStyle() returns the current settings of the font attributes. The following list shows each parameter's description, and the routine in which it is set.

Parameter  Description                      Set By          
font       font number                      gSetCharFont
style      Setting for the font fill style  gSetFontFillStyle
weight     Font weight                      gSetFontWeight
space      Font spacing                     gSetFontSpacing
rep        Software font representation     gSetFontForm


See Also

gEnqFontStyle Usage
gSetCharFont
gSetFontForm
gSetFontSpacing
gSetFontFillStyle
gSetFontWeight