Aspose::Font::Cff::CffFontMetrics::MeasureString 方法

CffFontMetrics::MeasureString method

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

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

ReturnValue

字符串宽度。

另见