Module: Pango::CoverageLevel

Defined in:
(unknown)

Constant Summary collapse

NONE =

The character is not representable with
the font.

0 or :none
FALLBACK =

The character is represented in a
way that may be comprehensible but is not the correct
graphical form. For instance, a Hangul character represented
as a a sequence of Jamos, or a Latin transliteration of a
Cyrillic word.

1 or :fallback
APPROXIMATE =

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

2 or :approximate
EXACT =

The character is represented as the
correct graphical form.

3 or :exact