AllImagesToTtfIconFontConverterProcessor

Version #1

Description:

EXPERIMENTAL! This processor may change without warning.
Generates a TTF font file containing your simple SVG icons as glyphs.
Unsupported or too complex/large vector images may be omitted without warning.

Interface:

Basic sample:

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

Advanced sample:

<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="AllImagesToTtfIconFontConverterProcessor" version="1">
  {
    "familyName": STRING,
    "filePath": STRING,
    "fontAscent": FLOAT,
    "fontDescent": FLOAT,
    "fontName": STRING,
    "group": STRING,
    "key": KEYTRANSFORMATIONCONFIGSTRUCTURE:V1,
    "maxSourceSize": INTEGER
  }
</processor>

Chainable processors: