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)
| 参数 | 类型 | 描述 |
|---|---|---|
| primaryFont | System::SharedPtr<Font> | 用于获取字形的主字体 |
| secondaryFont | System::SharedPtr<Font> | 用于获取字形的次要字体 |
| outType | FontType | 输出合并字体的格式。 |
ReturnValue
字体合并器接口,如果未找到适用于输入字体格式的合适合并器则为 null
另见
- Typedef SharedPtr
- Class FontCharactersMerger
- Class Font
- Enum FontType
- Class TextUtilsFactory
- Namespace Aspose::Font::Factories
- Library Aspose.Font for C++