MinecraftFontOptions

data class MinecraftFontOptions(val uniform: Boolean = false, val japaneseVariants: Boolean = false, val rightToLeft: Boolean = false)(source)

Immutable font-provider selections and fallback text direction captured with one resource snapshot.

Constructors

Link copied to clipboard
constructor(uniform: Boolean = false, japaneseVariants: Boolean = false, rightToLeft: Boolean = false)

Properties

Link copied to clipboard

whether the Japanese glyph-variant option is selected.

Link copied to clipboard

whether the selected language supplies a right-to-left fallback paragraph direction.

Link copied to clipboard

whether the forced-Unicode font option is selected.