BuiltInTrueTypeFontResource

This enum contains the metadata for the built-in True Type fonts.

Entries

UBUNTU_MONO
Link copied to clipboard
common
UBUNTU_MONO("ubuntu_mono", { it.div(2) })
These fonts are taken from Google Fonts.
INCONSOLATA
Link copied to clipboard
common
INCONSOLATA("inconsolata", { it.div(2) })
AMSTRAD
Link copied to clipboard
common
AMSTRAD("amstrad", { it })
These fonts are part of the Ultimate Oldschool PC Font Pack and licensed under Creative Commons Attribution-ShareAlike 4.0 International License.
AMSTRAD_NARROW
Link copied to clipboard
common
AMSTRAD_NARROW("amstrad_2y", { it.div(2) })
ATT
Link copied to clipboard
common
ATT("att", { it })
ATT_NARROW
Link copied to clipboard
common
ATT_NARROW("att_2y", { it.div(2) })
IBM_BIOS
Link copied to clipboard
common
IBM_BIOS("ibm_bios", { it })
IBM_BIOS_NARROW
Link copied to clipboard
common
IBM_BIOS_NARROW("ibm_bios_2y", { it.div(2) })
IBM_BIOS_WIDE
Link copied to clipboard
common
IBM_BIOS_WIDE("ibm_bios_2x", { it.times(2) })
IBM_PS2_NARROW
Link copied to clipboard
common
IBM_PS2_NARROW("ibm_ps2_thin", { it.div(2) })
KAYPRO
Link copied to clipboard
common
KAYPRO("kaypro", { it })
KAYPRO_NARROW
Link copied to clipboard
common
KAYPRO_NARROW("kaypro_2y", { it.div(2) })
TANDY
Link copied to clipboard
common
TANDY("tandy", { it })
TANDY_NARROW
Link copied to clipboard
common
TANDY_NARROW("tandy_2y", { it.div(2) })
VTECH
Link copied to clipboard
common
VTECH("vtech", { it })
VTECH_NARROW
Link copied to clipboard
common
VTECH_NARROW("vtech", { it.div(2) })

Types

Companion
Link copied to clipboard
common
object Companion

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: BuiltInTrueTypeFontResource): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String
toTilesetResource
Link copied to clipboard
common
fun toTilesetResource(height: Int): TilesetResource

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int

Sources

(source)
Link copied to clipboard