类 TtfLtshTable

TtfLtshTable class

表示 TTF 字体文件的 Linear Threshold 表。

public class TtfLtshTable : TtfTableBase

属性

名称描述
NumGlyphs { get; }字形数量(来自 ‘maxp’ 表中的 “numGlyphs”)
Offset { get; }获取 sfnt 开始处的偏移。
TtfTables { get; }对 TTF 表仓库的引用。
Version { get; }表版本
static Tag { get; }获取表标签。

方法

名称描述
GetYPel(ushort)返回字形的垂直像素高度;如果字形编号不正确则返回零

另见