SpaceProvider

class SpaceProvider(val advances: Int2FloatMap) : FontProvider

Represents a space font provider.

Constructors

Link copied to clipboard
constructor(advances: Int2FloatMap)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val advances: Int2FloatMap
Link copied to clipboard
open override val codePoints: IntSet

The code points that this FontProvider supplies.

Functions

Link copied to clipboard
open override fun toJson(): JsonObject

Creates a JsonObject representation of this FontProvider.

Link copied to clipboard
open fun write(assetsDir: Path)

Writes additional data to the assets directory, such as bitmaps or unihex files.