FontMatcher.MatchFontFallback

FontMatcher.MatchFontFallback method

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.

public abstract byte[] MatchFontFallback(FontMatchingProperties fontMatchingProperties, 
    uint charCode)
ParameterTypeDescription
fontMatchingPropertiesFontMatchingPropertiesProperties of the matched font.
charCodeUInt32Code of the character which will be rendered using the matched font.

Return Value

A byte array containing the fonts data or null.

See Also