Method

PangoLayoutLineget_x_ranges

Declaration

void
pango_layout_line_get_x_ranges (
  PangoLayoutLine* line,
  int start_index,
  int end_index,
  int** ranges,
  int* n_ranges
)

Description

No description available.

Parameters

start_index

Type: int

No description available.

end_index

Type: int

No description available.

ranges

Type: An array of int*

No description available.

The argument will be set by the function.
The length of the array is specified in the n_ranges argument.
The caller of the method takes ownership of the data, and is responsible for freeing it.
n_ranges

Type: int*

No description available.

The argument will be set by the function.