Package-level declarations

Utility classes

Types

Link copied to clipboard

Sample Implementation of an auto brightness logic to be used with the UIKit.services.IEvsAutoBrightnessController.setProvider

Link copied to clipboard
class FastFIFO<E>(var initSize: Int)

A fifo of data

Link copied to clipboard
class FastQue<E>(initSize: Int)

A queue of data

Link copied to clipboard
class FontFamily(val typefaceName: String)

Represents a font family by encapsulating the typeface name or asset path.

Link copied to clipboard

Represents the style of a font, such as normal, bold, italic, or bold italic.

Link copied to clipboard

Represents the weight (or thickness) of a font.

Link copied to clipboard

Encapsulates all parameters for rendering text as an image.