TtfEncoding
TtfEncoding class
表示 TTF 字体编码。
public class TtfEncoding : IFontEncoding
方法
姓名 | 描述 |
---|---|
DecodeToGid(uint) | TTF Font 的 DecodeToGlyphId 实现查找 unicode 表并返回 unicode char 的 glyph id。 glyph id 是一个字形的唯一编号,它取决于字体类型。 例如: Type1 的 id 是一个字形名称,实例为 (GlyphStringId ) class. TTF 的 id 是一个 int 索引,实例为 (GlyphUInt32Id 类. |
DecodeToGidParameterized(IEncodingParameters, uint) | 参数化版本允许使用特定的 CMap 表(不是 unicode)。 |
Encode(uint, uint) | 对字形进行编码。 对于 TTF 字体,字符代码是 unicode。 |
GidToUnicode(GlyphId) | 将字形 id 解码为 unicode。 字形 id 是一个字形的唯一编号,它取决于字体类型。 例如: type1 的 id 是一个字形名称,例如 (GlyphStringId ) class. TTF 的 id 是一个 int 索引,实例为 (GlyphUInt32Id 类. |
UnicodeToGid(uint) | 解码一个 unicode 并返回字形 id。 |
也可以看看
- interface IFontEncoding
- 命名空间 Aspose.Font.Ttf
- 部件 Aspose.Font