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
static CreateFontByFamilyName(string, float, FontStyle)Creates Font by font family name, style and size.
static FetchDrFont(string, float, FontStyle)Fetches DrFont by font family name, size and style.

See Also