GetAllGlyphIds

IGlyphAccessor.GetAllGlyphIds method

返回所有字形 id,在 Font 中可用。 字形 id 是字形的唯一编号,取决于字体类型。 例如: Type1 的 id 是字形名称,实例为 (GlyphStringId) class. TTF 的 id 是一个 int 索引,实例为 (GlyphUInt32Id 类.

public GlyphId[] GetAllGlyphIds()

返回值

字形标识符。

也可以看看