Package-level declarations

Types

Link copied to clipboard

Represents a special type of RenderTarget that is directly tied to a Program. The rendering operations target the screen or window surface associated with the Program. The dimensions of this render target are directly derived from the width and height of the Program.

Functions

Link copied to clipboard
fun Program.loadFont(    fileOrUrl: String,     size: Double,     characterSet: Set<Char> = defaultFontmapCharacterSet,     contentScale: Double = this.drawer.context.contentScale,     fontScaler: (Face) -> Double = ::fontHeightScaler): FontImageMap