Method

PangoLayoutLineget_height

since: 1.44

Declaration [src]

void
pango_layout_line_get_height (
  PangoLayoutLine* line,
  int* height
)

Description [src]

Computes the height of the line, i.e. the distance between this and the previous lines baseline.

Available since: 1.44

Parameters

height

Type: int*

Return location for the line height.

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