APPEND_TYPEFACE Enum Entry

APPEND_TYPEFACE

Include the font name, where the recogniser identified one.

Properties

name

val name: String

ordinal

val ordinal: Int

Functions

or

infix fun or(other: ScanText.Flag): EnumSet<ScanText.Flag>

Combines two flags into a set.

Top