MatchFontFallback
FontMatcher.MatchFontFallback method
如果在字体查找文件夹中没有找到合适的字体,则调用此方法。 它应该根据fontMatchingProperties可以渲染charCode, 或者无效的
如果这种字体不可用。
public abstract byte[] MatchFontFallback(FontMatchingProperties fontMatchingProperties,
uint charCode)
范围 | 类型 | 描述 |
---|---|---|
fontMatchingProperties | FontMatchingProperties | 匹配字体的属性。 |
charCode | UInt32 | 将使用匹配的字体呈现的字符的代码。 |
返回值
包含字体数据的字节数组或无效的
.
也可以看看
- class FontMatchingProperties
- class FontMatcher
- 命名空间 Aspose.Svg.Rendering.Fonts
- 部件 Aspose.SVG