AllFontsToSwiftClassConverterConfigStructure

Version #1

Description:

Config for SingleFontToIosFontConverterProcessor

Fields:

  • charset: Enum<utf16be | iso8859_1 | utf8 | utf16 | utf16le | ascii> [Optional]
    Default: utf8
    Description: 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: swift
    Description: Defines the output file’s sync group
  • indent: String [Optional]
    Default: 4 spaces
    Description: Defines the indent string
  • path: String [Optional]
    Default: RespressoFonts.swift
    Description: Defines the output struct name
  • struct: String [Optional]
    Default: RespressoFonts
    Description: Defines the output struct name

In use by: