SingleFontToDirectoryConverterProcessor
Version #1
Description:
Places the origin font in a directory with the name from the font meta.
Interface:
Config
: SingleFontToDirectoryFontConverterConfigStructure:v1 [REQUIRED]Input
: FontResourceParsedStructure:v1 [REQUIRED]Output
: FilesStructure:v1
Basic sample:
<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="SingleFontToDirectoryConverterProcessor" version="1" />
Advanced sample:
<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="SingleFontToDirectoryConverterProcessor" version="1">
{
"directory": STRING,
"group": STRING
}
</processor>