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:
Config
: AllImagesToTtfIconFontConverterConfigStructure:v1 [REQUIRED]Input
: ImageParsedStructure:v1 [REQUIRED]Output
: FilesStructure:v1
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>