GlyphUpload

data class GlyphUpload(val x: Int, val y: Int, val width: Int, val height: Int, val data: ByteArray)

Represents a pending glyph upload from native engine. Contains RGBA pixel data for a region of the atlas.

Constructors

Link copied to clipboard
constructor(x: Int, y: Int, width: Int, height: Int, data: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int
Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int