Class ExternalFontCache

ExternalFontCache class

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

public class ExternalFontCache

Constructors

NameDescription
ExternalFontCache()The default constructor.

Methods

NameDescription
FetchDrFont(string, float, FontStyle, string)Fetches DrFont by font family name, size, style and alternative font family name.
static FetchDrFont(string, float, FontStyle)Fetches DrFont by font family name, size and style.

See Also