Table

data class Table(val tag: String, val offset: Int, val length: Int)

SFNT table location in the byte buffer. Public so TtfCMap can take one as a parameter.

Constructors

Link copied to clipboard
constructor(tag: String, offset: Int, length: Int)

Properties

Link copied to clipboard
val length: Int
Link copied to clipboard
val offset: Int
Link copied to clipboard
val tag: String