[subset] Fix hb_subset_input_get_axis_range documentation.

pull/4473/head
Garret Rieger 1 year ago
parent ffa643c5aa
commit 66a404cad4
  1. 4
      src/hb-subset-input.cc

@ -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

Loading…
Cancel
Save