Name
pango.Item -- create Pango item
Synopsis
item = pango.Item()
Function
Creates a new Pango item structure initialized to default values.

This function returns the newly allocated Pango item, which should be freed with pitem:Free().

Inputs
none

Results
item
the newly allocated Pango item

Show TOC