Aspose::Font::Ttf::TtfFontMetrics::SetGlyphWidth method

TtfFontMetrics::SetGlyphWidth method

Sets glyph width.

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

See Also