类 TtfGlyfTable

TtfGlyfTable class

表示 TTF 字体文件的 “glyf” 表。

public class TtfGlyfTable : TtfTableBase

属性

名称描述
Offset { get; }获取 sfnt 开始处的偏移。
TtfTables { get; }对 TTF 表仓库的引用。
static Tag { get; }获取表标签。

方法

名称描述
virtual ContainsGlyph(int)如果表包含具有 glyphIndex 的字形,则返回 true。
virtual GetGlyph(uint)根据字形索引返回字形。

另见