Class Glyph
Description of a glyph (a single character)
[DataContract]
public class Glyph
  - Inheritance
 - 
      objectGlyph
 
Fields
BitmapIndex
Index of the bitmap.
public int BitmapIndex
  Field Value
Character
Unicode codepoint.
public int Character
  Field Value
Offset
Layout information.
public Vector2 Offset
  Field Value
Subrect
Glyph image data (may only use a portion of a larger bitmap).
public Rectangle Subrect
  Field Value
XAdvance
Advance X
public float XAdvance