docs: Add some details about coordinates
Mention what the effective values are when coordinates have not been set.
This commit is contained in:
parent
0a5c1c9705
commit
d70825a6d1
|
@ -2257,6 +2257,9 @@ hb_font_set_var_coords_normalized (hb_font_t *font,
|
|||
* Fetches the list of normalized variation coordinates currently
|
||||
* set on a font.
|
||||
*
|
||||
* Note that this returned array may only contain values for some
|
||||
* (or none) of the axes; omitted axes effectively have zero values.
|
||||
*
|
||||
* Return value is valid as long as variation coordinates of the font
|
||||
* are not modified.
|
||||
*
|
||||
|
@ -2280,6 +2283,10 @@ hb_font_get_var_coords_normalized (hb_font_t *font,
|
|||
* Return value is valid as long as variation coordinates of the font
|
||||
* are not modified.
|
||||
*
|
||||
* Note that this returned array may only contain values for some
|
||||
* (or none) of the axes; omitted axes effectively have their default
|
||||
* values.
|
||||
*
|
||||
* Return value: coordinates array
|
||||
*
|
||||
* Since: REPLACEME
|
||||
|
|
Loading…
Reference in New Issue