IPixelFontGlyphs
Description
- Derived from
Base interface for classes that provide glyph pixel images for fonts.
- See also
Public / Attributes
Glyphs
Returns the Unicode code points for which the font defines a glyph.
For all characters not contained in the returned set, the Glyph method should return null
. For each character that is contained, the method should return a ColorBuffer object, which should contain non-empty pixel content.