Name
pango.Coverage -- create Pango coverage
Synopsis
handle = pango.Coverage()
Function
Create a new Pango coverage.

This function returns the newly allocated Pango coverage, initialized to #PANGO_COVERAGE_NONE with a reference count of one, which should be freed with pcoverage:Free().

Inputs
none

Results
handle
the newly allocated Pango coverage

Show TOC