GetGlyphById
GetGlyphById(string)
按字形 id 返回字形。 不支持Type1MetricFont
类型.
public override Glyph GetGlyphById(string id)
范围 | 类型 | 描述 |
---|---|---|
id | String | 字形标识符。 |
返回值
字形。
也可以看看
- class Glyph
- class Type1MetricFont
- 命名空间 Aspose.Font.Type1
- 部件 Aspose.Font
GetGlyphById(GlyphId)
按字形 id 返回字形。 不支持Type1MetricFont
类型.
public override Glyph GetGlyphById(GlyphId id)
范围 | 类型 | 描述 |
---|---|---|
id | GlyphId | 字形标识符。 |
返回值
字形。
也可以看看
- class Glyph
- class GlyphId
- class Type1MetricFont
- 命名空间 Aspose.Font.Type1
- 部件 Aspose.Font