Class TTextureFontData.TGlyph
Unit
CastleTextureFontData
Declaration
type TGlyph = class(TObject)
Description
Information about a particular font glyph.
Hierarchy
- TObject
- TTextureFontData.TGlyph
Enclosing Class
Overview
Fields
Description
Fields
 |
X: Integer; |
How to shift the glyph with respect to the starting position when drawing.
|
 |
Y: Integer; |
How to shift the glyph with respect to the starting position when drawing.
|
 |
AdvanceX: Integer; |
How to advance the position for next glyph.
|
 |
AdvanceY: Integer; |
How to advance the position for next glyph.
|
 |
Width: Cardinal; |
Size of the glyph. Always Width and Height >= 0 (they are Cardinal type after all), but note that it is possible that Width = Height = 0 (it commonly happens for space ' ' character).
|
 |
Height: Cardinal; |
Size of the glyph. Always Width and Height >= 0 (they are Cardinal type after all), but note that it is possible that Width = Height = 0 (it commonly happens for space ' ' character).
|
Generated by PasDoc 0.13.0 on 2014-10-26 05:15:15
|