SingleFontToIosFontConverterProcessor

Version #1

Description:

Places the fonts provided in the input to the corresponding directory with the name read from the font file meta.
You may disable generation of helper classes for simplified usage with the config.

Interface:

Basic sample:

<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="SingleFontToIosFontConverterProcessor" version="1" />

Advanced sample:

<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="SingleFontToIosFontConverterProcessor" version="1">
  {
    "generateHelperClasses": BOOLEAN,
    "group": STRING,
    "path": STRING
  }
</processor>

Chainable processors: