Level

enum Level : Enum<Coverage.Level>

See also

Entries

EXACT
Link copied to clipboard
EXACT(PangoCoverageLevel.PANGO_COVERAGE_EXACT)

The character is represented as the correct graphical form.

APPROXIMATE
Link copied to clipboard
APPROXIMATE(PangoCoverageLevel.PANGO_COVERAGE_APPROXIMATE)

The character is represented as basically the correct graphical form, but with a stylistic variant inappropriate for the current script.

FALLBACK
Link copied to clipboard
FALLBACK(PangoCoverageLevel.PANGO_COVERAGE_FALLBACK)

The character is represented in a way that may be comprehensible but is not the correct graphical form.

NONE
Link copied to clipboard
NONE(PangoCoverageLevel.PANGO_COVERAGE_NONE)

The character is not representable with the font.

Types

Companion
Link copied to clipboard
object Companion

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
pango
Link copied to clipboard
val pango: PangoCoverageLevel