GetGlyphById
GetGlyphById(string)
按字形 id 返回字形。
public virtual Glyph GetGlyphById(string id)
范围 | 类型 | 描述 |
---|---|---|
id | String | 字形标识。 |
返回值
字形。
也可以看看
- class Glyph
- class Type1Font
- 命名空间 Aspose.Font.Type1
- 部件 Aspose.Font
GetGlyphById(uint)
按字形 id 返回字形。
public Glyph GetGlyphById(uint id)
范围 | 类型 | 描述 |
---|---|---|
id | UInt32 | 字形标识。 |
返回值
字形。
也可以看看
- class Glyph
- class Type1Font
- 命名空间 Aspose.Font.Type1
- 部件 Aspose.Font
GetGlyphById(GlyphId)
按字形 id 返回字形。 字形 id 是字形的唯一编号,取决于字体类型。 Type1 字体字形 id 可以是 (GlyphStringId
) 类或 (GlyphUInt32Id
类.
public override Glyph GetGlyphById(GlyphId id)
范围 | 类型 | 描述 |
---|---|---|
id | GlyphId | 字形标识。 |
返回值
字形。
也可以看看
- class Glyph
- class GlyphId
- class Type1Font
- 命名空间 Aspose.Font.Type1
- 部件 Aspose.Font