ot_var_get_axes


Description:


[ Version ( deprecated = true , deprecated_since = "2.2.0" , since = "1.4.2" ) ]
public uint ot_var_get_axes (Face face, uint start_offset, out unowned OtVarAxis[] axes_array)

Warning: ot_var_get_axes is deprecated since 2.2.0.

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

Note:

use ot_var_get_axis_infos instead

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)


Namespace: HarfBuzz