Package: pango
Function pango:cairo-context-resolution
Lambda Listpango:cairo-context-resolution (context) SyntaxArgumentsDetails
Gets or sets the resolution for the Pango context.
This is a scale factor between points specified in a pango:font-description instance and Cairo units. The default value is
96, meaning that a 10 point font will be 13 units high, that is (10 * 96 / 72 = 13.3). | See also |
2025-08-24