Method

PangoLayoutget_pixel_size

Declaration

void
pango_layout_get_pixel_size (
  PangoLayout* layout,
  int* width,
  int* height
)

Description

No description available.

Parameters

width

Type: int*

No description available.

The argument will be set by the function.
The argument can be NULL.
height

Type: int*

No description available.

The argument will be set by the function.
The argument can be NULL.