NativeFontAndroid

class NativeFontAndroid(size: Int) : NativeFontImplementation

Created by tian on 2016/10/2.

Constructors

NativeFontAndroid
Link copied to clipboard
fun NativeFontAndroid(size: Int)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getCharPixmap
Link copied to clipboard
open override fun getCharPixmap(char: Char): Pixmap
getFontSize
Link copied to clipboard
open override fun getFontSize(): Int
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

size
Link copied to clipboard
val size: Int

Sources

androidJvm source
Link copied to clipboard