类 TtfTableRepository

TtfTableRepository class

表示 TTF 表的仓库。

public class TtfTableRepository

属性

名称描述
CffTable { get; }获取 cff 表。
CMapTable { get; }获取 CMap 表。
CvtTable { get; }获取 cvt 表。
FpgmTable { get; }获取 fpgm 表。
GaspTable { get; }获取 gasp 表。
GlyfTable { get; }获取 glyf 表。
HeadTable { get; }获取 head 表。
HheaTable { get; }获取 hhea 表。
HmtxTable { get; }获取 hmtx 表。
LocaTable { get; }获取 loca 表。
LtshTable { get; }获取 LTSH 表。
MaxpTable { get; }获取 maxp 表。
NameTable { get; }获取 name 表。
Os2Table { get; }获取 OS/2 表。
PostTable { get; }获取 post 表。
PrepTable { get; }获取 prep 表。
StatTable { get; }获取 STAT 表。
VheaTable { get; }获取 vhea 表。
VmtxTable { get; }获取 vmtx 表。

另见