:right-sidebar: True CoverageLevel =================================================================== .. currentmodule:: gi.repository.Pango .. class:: CoverageLevel :no-contents-entry: ``PangoCoverageLevel`` is used to indicate how well a font can represent a particular Unicode character for a particular script. Since 1.44, only :const:`~gi.repository.Pango.CoverageLevel.NONE` and :const:`~gi.repository.Pango.CoverageLevel.EXACT` will be returned. Fields ------ .. rst-class:: interim-class .. class:: CoverageLevel :no-index: .. attribute:: APPROXIMATE The character is represented as basically the correct graphical form, but with a stylistic variant inappropriate for the current script. .. attribute:: EXACT The character is represented as the correct graphical form. .. attribute:: 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. .. attribute:: NONE The character is not representable with the font.