AllFontsToFlutterClassConverterProcessor
Version #1
Description:
EXPERIMENTAL! This processor may change without warning.
Creates helper classes for easy usage of fonts.
Creates a enum value for every font for each font style.
Interface:
Config
: AllFontsToFlutterClassConverterConfigStructure:v1 [REQUIRED]Input
: FontParsedStructure:v1 [REQUIRED]Output
: FilesStructure:v1
Basic sample:
<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="AllFontsToFlutterClassConverterProcessor" version="1" />
Advanced sample:
<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="AllFontsToFlutterClassConverterProcessor" version="1">
{
"enum": KEYTRANSFORMATIONCONFIGSTRUCTURE:V1,
"enumName": STRING,
"eol": STRING,
"fontPath": STRING,
"group": STRING,
"indent": STRING,
"path": STRING
}
</processor>