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<Aspose::Font::Glyphs::GlyphId> glyphId) override
Parameter | Type | Description |
---|---|---|
glyphId | System::SharedPtr<Aspose::Font::Glyphs::GlyphId> | Glyph identifier. |
ReturnValue
Glyph width.
See Also
- Typedef SharedPtr
- Class GlyphId
- Class Type1FontMetrics
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++