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