AllFontsToSwiftClassConverterProcessor

Version #1

Description:

Creates helper classes for easy usage of fonts.
Creates a struct for every font family and a function for each style within them.

Interface:

Basic sample:

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

Advanced sample:

<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="AllFontsToSwiftClassConverterProcessor" version="1">
  {
    "charset": ENUM<UTF16BE | ISO8859_1 | UTF8 | UTF16 | UTF16LE | ASCII>,
    "enum": KEYTRANSFORMATIONCONFIGSTRUCTURE:V1,
    "eol": STRING,
    "fontPath": STRING,
    "function": KEYTRANSFORMATIONCONFIGSTRUCTURE:V1,
    "group": STRING,
    "indent": STRING,
    "path": STRING,
    "struct": STRING
  }
</processor>

Chainable processors: