Click or drag to resize

FontManager3D Fields

The FontManager3D type exposes the following members.

Fields
 NameDescription
Protected field_bmp Cached bitmap used to create a graphics context for font measurements.
Protected field_cachedCharacterOutlines The _cached character outlines. Key is the invariant Gdi typeface name (without size information, as obtained with InvariantDescriptionStringWithoutSizeInformation). Value is a dictionary with text character as key and the polygonal shape of this character as value.
Protected field_graphics Cached graphics context used for font measurements.
Protected fieldStatic memberFontSizeForCaching Font size used when caching character outlines.
Top
See Also