Import line: | Pango = imports.gi.Pango; |
GIR File: | Pango-1.0.gir |
C documentation: | Pango.Coverage |
Struct : | Coverage |
None |
Method / Constructor | Defined By | |
---|---|---|
get
(gint32 index_)
:
Pango.CoverageLevel
Determine whether a particular index is covered by coverage
Determine whether a particular index is covered by coverage
|
Pango.Coverage | |
max
(Coverage other)
:
none
Set the coverage for each index in coverage to be the max (better)
value of the current coverage for the index and the coverage for the corresponding index in other.
Set the coverage for each index in coverage to be the max (better)
value of the current coverage for the index and the coverage for the corresponding index in other.
|
Pango.Coverage | |
set
(gint32 index_, CoverageLevel level)
:
none
Modify a particular index within coverage
Modify a particular index within coverage
|
Pango.Coverage | |
Convert a PangoCoverage structure into a flat binary format
|
Pango.Coverage |
None |