Companion

object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun findFirstUnoccupied(codePoints: IntSet, between: IntRange): Int

Finds the first undefined character inside the give between range.

Link copied to clipboard
fun findFirstUnoccupiedRange(codePoints: IntSet, between: IntRange, size: Int): IntRange

Finds the first range of undefined characters inside the give between range that is size characters long.

Link copied to clipboard
fun fromDisk(assetsDir: Path, fontFile: Path): Font