Aspose::Font::Cff::CffFontMetrics::MeasureString 方法
CffFontMetrics::MeasureString method
测量字符串并返回字符串宽度。
double Aspose::Font::Cff::CffFontMetrics::MeasureString(System::String unicode, double fontSize) override
| 参数 | 类型 | 描述 |
|---|---|---|
| unicode | System::String | Unicode 字符串。 |
| fontSize | double | Font 大小。 |
ReturnValue
字符串宽度。
另见
- Class String
- Class CffFontMetrics
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++