Package: pango

Function pango:font-metrics

Lambda List

pango:font-metrics (font language)

Arguments

font -- a pango:font object
language -- a pango:language instance with the language tag used to determine which script to get the metrics for, or nil to indicate to get the metrics for the entire font

Return Value

The pango:font-metrics instance.

Details

Gets overall metric information for a font. Since the metrics may be substantially different for different scripts, a language tag can be provided to indicate that the metrics should be retrieved that correspond to the script(s) used by that language.

If the font argument is nil, this function gracefully sets some sane values in the output variables and returns.
 

See also

2024-3-5