Aspose::Font::Cff::CffFontMetrics::GetFontMatrixForGlyph 方法

CffFontMetrics::GetFontMatrixForGlyph method

计算由 id 指定的字形的变换矩阵。

System::SharedPtr<TransformationMatrix> Aspose::Font::Cff::CffFontMetrics::GetFontMatrixForGlyph(System::SharedPtr<Glyphs::GlyphId> glyphId)
参数类型描述
glyphIdSystem::SharedPtr<Glyphs::GlyphId>字形标识符。

ReturnValue

字形变换矩阵。

另见