Method

PangoFT2FontMapset_resolution

since: 1.2

Declaration [src]

void
pango_ft2_font_map_set_resolution (
  PangoFT2FontMap* fontmap,
  double dpi_x,
  double dpi_y
)

Description [src]

Sets the horizontal and vertical resolutions for the fontmap.

Available since: 1.2

Parameters

dpi_x

Type: double

Dots per inch in the X direction.

dpi_y

Type: double

Dots per inch in the Y direction.