Aspose::Font::Cff::CffFontMetrics::GetFontMatrixForGlyph method

CffFontMetrics::GetFontMatrixForGlyph method

Calculates transformation matrix for glyph specified by id.

System::SharedPtr<TransformationMatrix> Aspose::Font::Cff::CffFontMetrics::GetFontMatrixForGlyph(System::SharedPtr<Aspose::Font::Glyphs::GlyphId> glyphId)
ParameterTypeDescription
glyphIdSystem::SharedPtr<Aspose::Font::Glyphs::GlyphId>Glyph identifier.

ReturnValue

Glyph transformation matrix.

See Also