FontMapManager

abstract class FontMapManager(source)

Abstract class responsible for managing the creation of font image maps from various sources.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun fontMapFromUrl(url: String, size: Double, characterSet: Set<Char>, contentScale: Double = 1.0): FontImageMap

Generates a FontImageMap from a font located at the specified URL, with the given font size, character set, and optional content scaling factor.