Name
pfontset:GetFont -- get font
Synopsis
font = pfontset:GetFont(wc)
Function
Returns the font in the fontset that contains the best glyph for a Unicode character. You must free the font returned by this function using pfont:Free().

Inputs
wc
a Unicode character
Results
font
a Pango font object

Show TOC