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