Name
pango.Layout -- create Pango layout
Synopsis
handle = pango.Layout(context)
Function
Create a new Pango layout object with attributes initialized to default values for a particular Pango context.
Inputs
context
a Pango context
Results
handle
the newly allocated Pango layout
Show TOC