Aspose::Font::Cff::CffFontMetrics::MeasureString method

CffFontMetrics::MeasureString method

Sets glyph width.

double Aspose::Font::Cff::CffFontMetrics::MeasureString(System::String unicode, double fontSize) override
ParameterTypeDescription
glyphIdSystem::StringGlyph identifier.
valuedoubleNew width

ReturnValue

String width.

Remarks

Measures string and returns string width.

See Also