FontMetrics.GetGlyphWidth

FontMetrics.GetGlyphWidth method

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

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

Return Value

Glyph width.

See Also