Package: pango

Function pango:cairo-font-map-new-for-font-type

Lambda List

pango:cairo-font-map-new-for-font-type (fonttype)

Arguments

fonttype -- a cairo:font-type-t value with the desired font type

Return Value

The newly allocated pango:font-map object of suitable type, or nil if the requested Cairo font backend is not supported or compiled in.

Details

Creates a new pango:font-map object of the type suitable to be used with the Cairo font backend of type fonttype.

In most cases one should simply use the pango:cairo-font-map-new function, or in fact in most of those cases, just use the pango:cairo-font-map-default function.
 

See also

2025-1-1