ExternalFontCache class

ExternalFontCache class

Use this class to obtain font encapsulation in a form that is accepted by Device.

The ExternalFontCache type exposes the following members:

Constructors

NameDescription
ExternalFontCache()Initializes a new instance of the ExternalFontCache class

Methods

NameDescription
fetch_dr_font(family_name, size_points, style)Fetches DrFont by font family name, size and style.
create_font_by_family_name(family_name, size, style)Creates by font family name, style and size.

See Also