Aspose::Font::Cff::CffFontMetrics::MeasureString method
CffFontMetrics::MeasureString method
Sets glyph width.
double Aspose::Font::Cff::CffFontMetrics::MeasureString(System::String unicode, double fontSize) override
| Parameter | Type | Description |
|---|---|---|
| glyphId | System::String | Glyph identifier. |
| value | double | New width |
ReturnValue
String width.
Remarks
Measures string and returns string width.
See Also
- Class String
- Class CffFontMetrics
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++