Type1FontMetrics.GetGlyphWidth

Type1FontMetrics.GetGlyphWidth method

Returns glyph width. May be ovridden by specific font encoding inheritors.

public override double GetGlyphWidth(GlyphId glyphId)
ParameterTypeDescription
glyphIdGlyphIdGlyph identifier.

Return Value

Glyph width.

See Also