ot_var_get_axis_infos


Description:


[ Version ( since = "2.2.0" ) ]
public uint ot_var_get_axis_infos (Face face, uint start_offset, out unowned OtVarAxisInfo[] axes_array)

Fetches a list of all variation axes in the specified face.

The list returned will begin at the offset provided.

Parameters:

face

Face to work upon

start_offset

offset of the first lookup to retrieve

axes_array

The array of variation axes found

axes_count

Input = the maximum number of variation axes to return; Output = the actual number of variation axes returned (may be zero)

Returns:

the number of variation axes in the face


Namespace: HarfBuzz