Aspose::Font::FontMetrics::GetGlyphWidth method

FontMetrics::GetGlyphWidth method

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

double Aspose::Font::FontMetrics::GetGlyphWidth(System::SharedPtr<Glyphs::GlyphId> glyphId) override
ParameterTypeDescription
glyphIdSystem::SharedPtr<Glyphs::GlyphId>Glyph identifier.

ReturnValue

Glyph width.

See Also