Virtual Method

PangoFontFacelist_sizes

since: 1.4

Declaration

void
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 virtual function.
The argument can be NULL.
The length of the array is specified in the n_sizes argument.
The caller of the function 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.