SizeOverride

data class SizeOverride(val from: Int, val to: Int, val left: Int, val right: Int)

Specifies custom glyph sizes.

Parameters

from

The first code point of the range

to

The last code point of the range

left

The left border in the glyph texture

right

The right border in the glyph texture

Constructors

Link copied to clipboard
constructor(from: Int, to: Int, left: Int, right: Int)

Properties

Link copied to clipboard
val from: Int
Link copied to clipboard
val left: Int
Link copied to clipboard
val right: Int
Link copied to clipboard
val to: Int