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)
Parameter | Type | Description |
---|---|---|
fontMatchingProperties | FontMatchingProperties | Properties of the matched font. |
charCode | UInt32 | Code of the character which will be rendered using the matched font. |
Return Value
A byte array containing the fonts data or null
.
See Also
- class FontMatchingProperties
- class FontMatcher
- namespace Aspose.Svg.Rendering.Fonts
- assembly Aspose.SVG