Aspose::Font::Cff::CffFontMetrics::SetGlyphWidth method

CffFontMetrics::SetGlyphWidth method

Sets glyph width.

void Aspose::Font::Cff::CffFontMetrics::SetGlyphWidth(System::SharedPtr<Glyphs::GlyphId> glyphId, double value) override
ParameterTypeDescription
glyphIdSystem::SharedPtr<Glyphs::GlyphId>Glyph identifier.
valuedoubleNew width

See Also