SingleFontToAndroidFontConverterProcessor

Version #1

Description:

Converts Respresso font format to an Android-compatible format.
For more details about the format please visit the official page: https://developer.android.com/guide/topics/resources/font-resource#bundled-font
This processor supports the legacy format to place the files in the assets folder. This can be achieved with useLegacyAsset config param.

Interface:

Basic sample:

<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="SingleFontToAndroidFontConverterProcessor" version="1" />

Advanced sample:

<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="SingleFontToAndroidFontConverterProcessor" version="1">
  {
    "generateFamilyXml": BOOLEAN,
    "group": STRING,
    "useLegacyAsset": BOOLEAN
  }
</processor>

Chainable processors: