Aspose::Font::Factories::TextUtilsFactory::GetFontCharactersMerger method

TextUtilsFactory::GetFontCharactersMerger method

Gets instance of FontCharactersMerger class.

System::SharedPtr<Common_FontMerger::FontCharactersMerger> Aspose::Font::Factories::TextUtilsFactory::GetFontCharactersMerger(System::SharedPtr<Font> primaryFont, System::SharedPtr<Font> secondaryFont, FontType outType)
ParameterTypeDescription
primaryFontSystem::SharedPtr<Font>Primary font to take glyphs from
secondaryFontSystem::SharedPtr<Font>Secondary font to take glyphs from
outTypeFontTypeThe format of the output merged font.

ReturnValue

Fonts merger interface or null if no appropriate merger found for input font format

See Also