Aspose::Font::Factories::TextUtilsFactory::GetFontCharactersMerger 方法

TextUtilsFactory::GetFontCharactersMerger method

获取 FontCharactersMerger 类的实例。

System::SharedPtr<Common_FontMerger::FontCharactersMerger> Aspose::Font::Factories::TextUtilsFactory::GetFontCharactersMerger(System::SharedPtr<Font> primaryFont, System::SharedPtr<Font> secondaryFont, FontType outType)
参数类型描述
primaryFontSystem::SharedPtr<Font>用于获取字形的主字体
secondaryFontSystem::SharedPtr<Font>用于获取字形的次要字体
outTypeFontType输出合并字体的格式。

ReturnValue

字体合并器接口,如果未找到适用于输入字体格式的合适合并器则为 null

另见