HelpersFactory
Inheritance: java.lang.Object
public class HelpersFactory
Creates objects related to TtfHelpers namespace
Methods
Method | Description |
---|---|
getFontCharactersMerger(TtfFont font1, TtfFont font2) | Creates IFontCharactersMerger instance |
getFontCharactersMerger(TtfFont font1, TtfFont font2)
public static IFontCharactersMerger getFontCharactersMerger(TtfFont font1, TtfFont font2)
Creates IFontCharactersMerger instance
Parameters:
Parameter | Type | Description |
---|---|---|
font1 | TtfFont | First font to merge, this font will be considered as primary font |
font2 | TtfFont | Second font to merge |
Returns: IFontCharactersMerger - IFontCharactersMerger instance