FontImageMapDescriptor
data class FontImageMapDescriptor(val fontUrl: String, val size: Double, val alphabet: Set<Char>, val contentScale: Double)(source)
A data class representing the descriptor for a font image map.
This class provides the necessary information to define the mapping of characters to their graphical representation based on a font.