mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 01:00:37 +00:00
[subset] Fix hb_subset_input_get_axis_range documentation.
This commit is contained in:
parent
ffa643c5aa
commit
66a404cad4
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue