Aspose::Pdf::Text::Font::MeasureString method
Font::MeasureString method
Measures the string.
double Aspose::Pdf::Text::Font::MeasureString(System::String str, float fontSize)
Parameter | Type | Description |
---|---|---|
str | System::String | The string. |
fontSize | float | Font size. |
ReturnValue
Width of the string represented with this font and the specified size.
See Also
- Class String
- Class Font
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++