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