TrueTypeFontResources

object TrueTypeFontResources

This object can be used to load either built-in true type TilesetResources or external ones.

Functions

amstrad
Link copied to clipboard
common
fun amstrad(height: Int): TilesetResource
This font is from the Oldschool PC font pack https://int10h.
amstradNarrow
Link copied to clipboard
common
fun amstradNarrow(height: Int): TilesetResource
This font is from the Oldschool PC font pack https://int10h.
att
Link copied to clipboard
common
fun att(height: Int): TilesetResource
This font is from the Oldschool PC font pack https://int10h.
attWide
Link copied to clipboard
common
fun attWide(height: Int): TilesetResource
This font is from the Oldschool PC font pack https://int10h.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
ibmBios
Link copied to clipboard
common
fun ibmBios(height: Int): TilesetResource
This font is from the Oldschool PC font pack https://int10h.
ibmBiosNarrow
Link copied to clipboard
common
fun ibmBiosNarrow(height: Int): TilesetResource
This font is from the Oldschool PC font pack https://int10h.
ibmBiosWide
Link copied to clipboard
common
fun ibmBiosWide(height: Int): TilesetResource
This font is from the Oldschool PC font pack https://int10h.
ibmPs2Narrow
Link copied to clipboard
common
fun ibmPs2Narrow(height: Int): TilesetResource
This font is from the Oldschool PC font pack https://int10h.
inconsolata
Link copied to clipboard
common
fun inconsolata(height: Int): TilesetResource
kaypro
Link copied to clipboard
common
fun kaypro(height: Int): TilesetResource
This font is from the Oldschool PC font pack https://int10h.
kayproNarrow
Link copied to clipboard
common
fun kayproNarrow(height: Int): TilesetResource
This font is from the Oldschool PC font pack https://int10h.
loadTilesetFromFilesystem
Link copied to clipboard
common
fun loadTilesetFromFilesystem(width: Int, height: Int, path: String): TilesetResource
Use this function if you want to load a TilesetResource from the filesystem.
loadTilesetFromJar
Link copied to clipboard
common
fun loadTilesetFromJar(width: Int, height: Int, path: String): TilesetResource
Use this function if you want to load a TilesetResource which is bundled into a jar file which you build from your application.
tandy
Link copied to clipboard
common
fun tandy(height: Int): TilesetResource
This font is from the Oldschool PC font pack https://int10h.
tandyNarrow
Link copied to clipboard
common
fun tandyNarrow(height: Int): TilesetResource
This font is from the Oldschool PC font pack https://int10h.
toString
Link copied to clipboard
common
open fun toString(): String
ubuntuMono
Link copied to clipboard
common
fun ubuntuMono(height: Int): TilesetResource
vtech
Link copied to clipboard
common
fun vtech(height: Int): TilesetResource
This font is from the Oldschool PC font pack https://int10h.
vtechNarrow
Link copied to clipboard
common
fun vtechNarrow(height: Int): TilesetResource
This font is from the Oldschool PC font pack https://int10h.

Sources

(source)
Link copied to clipboard