ASAPPTextTypeConfig

Configuration of a TextType. Used while mapping a ASAPPTextTypeConfig to a TextType in the ASAPPTextTypeManager.

Parameters

typeface

the Typeface to use.

fontSize

the font size (in Scaled Pixels) to use.

letterSpacing

the letter spacing amount (in ems) to use.

color

the color value (in the form 0xAARRGGBB) to use.

Inheritors

Properties

Link copied to clipboard

The case style with default ORIGINAL.

Link copied to clipboard
var color: Int

The hex color value for this TextType.

Link copied to clipboard

Font size (in Scaled Pixels) for this TextType's configuration.

Link copied to clipboard

Letter spacing (in ems) for this TextType's configuration.

Link copied to clipboard
var typeface: Typeface?

The typeface to be used.