FontFeature

class FontFeature(val _tag: Int, val value: Int, val start: UInt, val end: UInt)

Constructors

Link copied to clipboard
constructor(feature: String, value: Int, start: UInt, end: UInt)
constructor(feature: String, value: Int)
constructor(feature: String, value: Boolean)
constructor(feature: String)
constructor(_tag: Int, value: Int, start: UInt, end: UInt)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val _tag: Int
Link copied to clipboard
val end: UInt
Link copied to clipboard
val start: UInt
Link copied to clipboard
val tag: String
Link copied to clipboard
val value: Int

Functions

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