Aspose::Font::Cff::CffFontMetrics::GetFontMatrixForGlyph 方法
CffFontMetrics::GetFontMatrixForGlyph method
计算由 id 指定的字形的变换矩阵。
System::SharedPtr<TransformationMatrix> Aspose::Font::Cff::CffFontMetrics::GetFontMatrixForGlyph(System::SharedPtr<Glyphs::GlyphId> glyphId)
| 参数 | 类型 | 描述 |
|---|---|---|
| glyphId | System::SharedPtr<Glyphs::GlyphId> | 字形标识符。 |
ReturnValue
字形变换矩阵。
另见
- Typedef SharedPtr
- Class TransformationMatrix
- Class GlyphId
- Class CffFontMetrics
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++