Type1Font.GetAllGlyphIds

Type1Font.GetAllGlyphIds method

返回字体中所有可用字形 ID 的数组。字形 ID 是字形的唯一编号,取决于字体类型。Type1 Font 字形 ID 可以是 (GlyphStringId) 类或 (GlyphUInt32Id) 类的实例。

public override GlyphId[] GetAllGlyphIds()

返回值

所有可在字体中使用的字形标识符。

另见