EmfText.GlyphIndexBuffer
EmfText.GlyphIndexBuffer property
获取或设置可选的字形索引缓冲区。如果 options 含有 ETO_GLYPH_INDEX 标志,则输出文本字符串中的字符代码实际上是 TrueType 字体中字符字形的索引(参见 2.1.11 ExtTextOutOptions 枚举)。字形索引是特定于字体的,因此在回放时显示正确字符,所使用的字体必须与生成索引时使用的字体完全相同。
public int[] GlyphIndexBuffer { get; set; }
另请参见
- class EmfText
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Objects
- assembly Aspose.Imaging