ot_var_named_instance_get_design_coords


Description:


[ Version ( since = "2.2.0" ) ]
public uint ot_var_named_instance_get_design_coords (Face face, uint instance_index, out float[] coords)

Fetches the design-space coordinates corresponding to the given named instance in the face.

Parameters:

face

The Face to work on

instance_index

The index of the named instance to query

coords

The array of coordinates found for the query

coords_length

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

Returns:

the number of variation axes in the face


Namespace: HarfBuzz