[subset] Fix hb_subset_input_get_axis_range documentation.

This commit is contained in:
Garret Rieger 2023-11-15 21:41:30 +00:00
parent ffa643c5aa
commit 66a404cad4

View file

@ -529,11 +529,13 @@ hb_subset_input_set_axis_range (hb_subset_input_t *input,
/**
* hb_subset_input_get_axis_range: (skip)
* @input: a #hb_subset_input_t object.
* @axis_tag: Tag of the axis
* @axis_tag: Tag of the axis
* @axis_min_value: Set to the previously configured minimum value of the axis variation range.
* @axis_max_value: Set to the previously configured maximum value of the axis variation range.
* @axis_def_value: Set to the previously configured default value of the axis variation range.
*
* Gets the axis range assigned by previous calls to hb_subset_input_set_axis_range.
*
* Return value: `true` if a range has been set for this axis tag, `false` otherwise.
*
* XSince: EXPERIMENTAL