handle = pango.Context()
This function is not particularly useful as it should always be followed by a pcontext:SetFontMap() call, and the function pfontmap:CreateContext() does these two steps together and hence users are recommended to use that.
This function returns the newly allocated Pango context, which should be freed with pcontext:Free().