[draw][docs] update to new terminology
This commit is contained in:
parent
920dca4550
commit
5b069c3612
|
@ -47,10 +47,10 @@ typedef void (*hb_draw_close_path_func_t) (void *user_data);
|
||||||
/**
|
/**
|
||||||
* hb_draw_funcs_t:
|
* hb_draw_funcs_t:
|
||||||
*
|
*
|
||||||
* Glyph decompose callbacks.
|
* Glyph draw callbacks.
|
||||||
*
|
*
|
||||||
* _move_to, _line_to and _cubic_to are nessecary to be defined but we
|
* _move_to, _line_to and _cubic_to calls are nessecary to be defined but we
|
||||||
* can translate _quadratic_to calls to _cubic_to in case isn't defined.
|
* translate _quadratic_to calls to _cubic_to if the callback isn't defined.
|
||||||
*
|
*
|
||||||
* Since: REPLACEME
|
* Since: REPLACEME
|
||||||
**/
|
**/
|
||||||
|
|
Loading…
Reference in New Issue