Import line: | Pango = imports.gi.Pango; |
GIR File: | Pango-1.0.gir |
C documentation: | Pango.Coverage |
Struct : | Coverage |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
new Pango.Coverage.c_new
()
:
Pango.Coverage
Create a new Pango.Coverage
Create a new Pango.Coverage
|
||
copy
()
:
Pango.Coverage
Copy an existing PangoCoverage.
Copy an existing PangoCoverage. (This function may now be unnecessary since we refcount the structure. File a bug if you use it.) with a reference count of one, which should be freed with pango_coverage_unref().
|
Pango.Coverage | |
get
(Number 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
(Number index_, CoverageLevel level)
:
none
Modify a particular index within coverage
Modify a particular index within coverage
|
Pango.Coverage | |
to_bytes
()
:
Object
|
Pango.Coverage |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Pango
Method |
Convert data generated from pango_converage_to_bytes() back to a PangoCoverage the data was invalid.
|
Pango.Font
Method |
get_coverage
(Language language)
:
Pango.Coverage
Computes the coverage map for a given font and language tag.
|
PangoFT2
Method |
Gets the PangoCoverage for a PangoFT2Font.
|