GetGlyphById

GetGlyphById(string)

Returnerar glyph per glyph id. Stöds inte förType1MetricFonttyp.

public override Glyph GetGlyphById(string id)
ParameterTypBeskrivning
idStringGlyfidentifierare.

Returvärde

Glyph.

Se även


GetGlyphById(GlyphId)

Returnerar glyph per glyph id. Stöds inte förType1MetricFonttyp.

public override Glyph GetGlyphById(GlyphId id)
ParameterTypBeskrivning
idGlyphIdGlyfidentifierare.

Returvärde

Glyph.

Se även