SingleFontToFlutterFontConverterProcessor
Version #1
Description:
EXPERIMENTAL! This processor may change without warning.
Places the fonts provided in the input to the corresponding directory with the name read from the font file meta.
Interface:
Config
: SingleFontToFlutterFontConverterConfigStructure:v1 [REQUIRED]Input
: FontResourceParsedStructure:v1 [REQUIRED]Output
: FilesStructure:v1
Basic sample:
<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="SingleFontToFlutterFontConverterProcessor" version="1" />
Advanced sample:
<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="SingleFontToFlutterFontConverterProcessor" version="1">
{
"group": STRING,
"path": STRING
}
</processor>