Aspose::Font::Type1::Type1FontMetrics::GetGlyphWidth method

Type1FontMetrics::GetGlyphWidth method

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

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

ReturnValue

Glyph width.

See Also