FontMatcher Class

FontMatcher class

This class allows you to control some parts of the font matching algorithm.

public abstract class FontMatcher

Methods

NameDescription
abstract MatchFontFallback(FontMatchingProperties, uint)This method is called if there is no appropriate font found in the fonts lookup folders. It should return true type font based on the fontMatchingProperties which can render charCode, or null if such font is not available.

See Also