FontMatcher class

FontMatcher class

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

The FontMatcher type exposes the following members:

Methods

MethodDescription
match_font_fallbackThis method is called if there is no appropriate font found in the fonts lookup folders.
It should return true type font based on the font_matching_properties which can render char_code, or null if such font is not available.

See Also