Method

PangoFontFacelist_sizes

since: 1.4

Declaration

void
pango_font_face_list_sizes (
  PangoFontFace* face,
  int** sizes,
  int* n_sizes
)

Description

No description available.

Available since: 1.4

Parameters

sizes

Type: An array of int*

No description available.

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

Type: int*

No description available.

The argument will be set by the function.