ExternalFontCache.FetchDrFont

ExternalFontCache.FetchDrFont method

Fetches DrFont by font family name, size and style.

public static DrFont FetchDrFont(string familyName, float sizePoints, FontStyle style)
ParameterTypeDescription
familyNameStringFont family name.
sizePointsSingleFont size in points (one point is 1/72 of inch).
styleFontStyleFont style.

Return Value

Returns DrFont

See Also