AwtFontUtils

object AwtFontUtils

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getFontHeight
Link copied to clipboard
fun getFontHeight(font: Font): Int
Calculates the height of a given Font in pixels.
getFontWidth
Link copied to clipboard
fun getFontWidth(font: Font): Int
Calculates the width of a given Font in pixels.
hashCode
Link copied to clipboard
open fun hashCode(): Int
isFontMonospaced
Link copied to clipboard
fun isFontMonospaced(font: Font): Boolean
Tells whether the given Font is monospaced or not.
toString
Link copied to clipboard
open fun toString(): String

Sources

(source)
Link copied to clipboard