Aspose::Font::IFontMetrics::SetGlyphWidth method

IFontMetrics::SetGlyphWidth method

Sets glyph width.

virtual void Aspose::Font::IFontMetrics::SetGlyphWidth(System::SharedPtr<Glyphs::GlyphId> glyphId, double value)=0
ParameterTypeDescription
glyphIdSystem::SharedPtr<Glyphs::GlyphId>Glyph identifier.
valuedoubleNew width

See Also