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.

Link copied to clipboard

Filter options that determine when this font provider should be used.

Functions

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

Creates a JsonObject representation of this FontProvider.

Link copied to clipboard
open fun write(builder: ResourcePackBuilder)

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