TextUtilsFactory.GetFontCharactersMerger
TextUtilsFactory.GetFontCharactersMerger method
Gets instance of FontCharactersMerger class.
public FontCharactersMerger GetFontCharactersMerger(Font primaryFont, Font secondaryFont,
FontType outType)
| Parameter | Type | Description |
|---|---|---|
| primaryFont | Font | Primary font to take glyphs from |
| secondaryFont | Font | Secondary font to take glyphs from |
| outType | FontType | The format of the output merged font. |
Return Value
Fonts merger interface or null if no appropriate merger found for input font format
See Also
- class FontCharactersMerger
- class Font
- enum FontType
- class TextUtilsFactory
- namespace Aspose.Font.Factories
- assembly Aspose.Font