|
API Links
Developer Links
|
struct FontHeader
Defined in: C4Fonts.h
The FontHeader structure defines the properties of a font.
Data Members
float fontHeight; |
The total height of the font, in pixels.
|
float fontBaseline; |
The distance from the top of the font to the font's baseline, in pixels.
|
float fontSpacing; |
The amount of extra horizontal space added between characters in the font, in pixels.
|
float fontLeading; |
The amount of extra vertical space added between consecutive lines, in pixels.
|
See Also
GlyphData
|