TextUtilsFactory.GetFontCharactersMerger

TextUtilsFactory.GetFontCharactersMerger method

Gets instance of FontCharactersMerger class.

public FontCharactersMerger GetFontCharactersMerger(Font primaryFont, Font secondaryFont, 
    FontType outType)
ParameterTypeDescription
primaryFontFontPrimary font to take glyphs from
secondaryFontFontSecondary font to take glyphs from
outTypeFontTypeThe format of the output merged font.

Return Value

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

See Also