Aspose::Font::Type1::Type1FontMetrics::MeasureString 方法

Type1FontMetrics::MeasureString method

测量字符串并返回字符串宽度。

double Aspose::Font::Type1::Type1FontMetrics::MeasureString(System::String unicode, double fontSize) override
参数类型描述
unicodeSystem::StringUnicode 字符串。
fontSizedoubleFont 大小。

ReturnValue

字符串宽度。

另见