Function

PangoCairo-1.0PangoCairocontext_set_resolutionSince 1.10

  • Sets the resolution for the context.

    This is a scale factor between points specified in a Pango.FontDescription and Cairo units. The default value is 96, meaning that a 10 point font will be 13 units high. (10 * 96. / 72. = 13.3).

    Parameters

    • context: Pango.Context

      a Pango.Context, from a pangocairo font map

    • dpi: number

      the resolution in "dots per inch". (Physical inches aren't actually involved; the terminology is conventional.) A 0 or negative value means to use the resolution from the font map.

    Returns void

    1.10