Font_Entry

private class Font_Entry

The calculator specific font which consists of PNGs

Author

martin

Constructors

Link copied to clipboard
private constructor(id: Int)
create a new character

Properties

Link copied to clipboard
private open var Bitmap: Bitmap
A bitmap representing the character
Link copied to clipboard
private val id: Int
the id of the font entry

Functions

Link copied to clipboard
open fun Bitmap(): Bitmap
Link copied to clipboard
protected open fun clone(): Any
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
protected open fun finalize()
Link copied to clipboard
fun getClass(): Class<out Any>
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
fun notify()
Link copied to clipboard
fun notifyAll()
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
fun wait()