Name
pango.GlyphString -- create Pango glyph string
Synopsis
gstr = pango.GlyphString()
Function
Create a new Pango glyph string.

This function returns the newly allocated Pango glyph string, which should be freed with pglyphstring:Free().

Inputs
none

Results
gstr
the newly allocated Pango glyph string

Show TOC