CffFontMetrics.GetGlyphWidth

CffFontMetrics.GetGlyphWidth method

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

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

Return Value

Glyph width.

See Also