It is often necessary in Pango to determine if a particular
font can represent a particular character, and also how well
it can represent that character. The pango.coverage.Coverage is a data
structure that is used to represent that information. It is an
opaque structure with no public fields.
A pango.coverage.Coverage structure is a map from Unicode characters to pango.types.CoverageLevel values.
It is often necessary in Pango to determine if a particular font can represent a particular character, and also how well it can represent that character. The pango.coverage.Coverage is a data structure that is used to represent that information. It is an opaque structure with no public fields.