Aspose::Font::Cff::CffFontMetrics::GetGlyphWidth 方法
CffFontMetrics::GetGlyphWidth method
返回字形宽度。可能会被特定的 Font 编码继承者重写。
double Aspose::Font::Cff::CffFontMetrics::GetGlyphWidth(System::SharedPtr<Glyphs::GlyphId> glyphId) override
| 参数 | 类型 | 描述 |
|---|---|---|
| glyphId | System::SharedPtr<Glyphs::GlyphId> | 字形标识符。 |
ReturnValue
字形宽度。
另见
- Typedef SharedPtr
- Class GlyphId
- Class CffFontMetrics
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++