[doc] Document HB_DRAW_STATE_DEFAULT

This commit is contained in:
Khaled Hosny 2022-02-08 21:38:57 +02:00 committed by Behdad Esfahbod
parent 8f519d55ac
commit 7245298e25
1 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,11 @@ typedef struct hb_draw_state_t {
hb_var_num_t reserved7;
} hb_draw_state_t;
/**
* HB_DRAW_STATE_DEFAULT:
*
* The default #hb_draw_state_t at the start of glyph drawing.
*/
#define HB_DRAW_STATE_DEFAULT {0, 0.f, 0.f, 0.f, 0.f, {0.}, {0.}, {0.}}