HelpersFactory

Inheritance: java.lang.Object

public class HelpersFactory

Creates objects related to TtfHelpers namespace

Methods

MethodDescription
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:

ParameterTypeDescription
font1TtfFontFirst font to merge, this font will be considered as primary font
font2TtfFontSecond font to merge

Returns: IFontCharactersMerger - IFontCharactersMerger instance