[draw][docs] update to new terminology

This commit is contained in:
Ebrahim Byagowi 2020-01-30 18:05:01 +03:30 committed by GitHub
parent 920dca4550
commit 5b069c3612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -47,10 +47,10 @@ typedef void (*hb_draw_close_path_func_t) (void *user_data);
/**
* hb_draw_funcs_t:
*
* Glyph decompose callbacks.
* Glyph draw callbacks.
*
* _move_to, _line_to and _cubic_to are nessecary to be defined but we
* can translate _quadratic_to calls to _cubic_to in case isn't defined.
* _move_to, _line_to and _cubic_to calls are nessecary to be defined but we
* translate _quadratic_to calls to _cubic_to if the callback isn't defined.
*
* Since: REPLACEME
**/