AllFontsToSwiftClassConverterConfigStructure
Version #1
Description:
Config for SingleFontToIosFontConverterProcessor
Fields:
charset
: Enum<utf16be | iso8859_1 | utf8 | utf16 | utf16le | ascii> [Optional]- Default: utf8Description: Defines the output file encoding charset.
enum
: KeyTransformationConfigStructure:v1 [Optional]- Default: Strategy:
always
; Transforms: [camelcaseword, lowercaseFirstLetter]Description: Defines how the output properties are transformed from the key.
eol
: String [Optional]- Default: Single line feed character - aka. ‘n’Description: Defines the end of line (EOL) string
fontPath
: String [Optional]- Default: {family}-{style}.{extension}Description: Defines the path template for the fonts. It must be in sync with SingleFontToIosFontConverterConfigStructure.path.
function
: KeyTransformationConfigStructure:v1 [Optional]- Default: Strategy:
always
; Transforms: [camelcaseword, lowercaseFirstLetter]Description: Defines how the output properties are transformed from the key.
group
: String [Optional]- Default: swiftDescription: Defines the output file’s sync group
indent
: String [Optional]- Default: 4 spacesDescription: Defines the indent string
path
: String [Optional]- Default: RespressoFonts.swiftDescription: Defines the output struct name
struct
: String [Optional]- Default: RespressoFontsDescription: Defines the output struct name