提交 1e39833b 编写于 作者: B Behdad Esfahbod

[docs] Minor

上级 a5ad8c65
...@@ -89,11 +89,12 @@ typedef struct hb_glyph_info_t ...@@ -89,11 +89,12 @@ typedef struct hb_glyph_info_t
* of each line after line-breaking, or limiting * of each line after line-breaking, or limiting
* the reshaping to a small piece around the * the reshaping to a small piece around the
* breaking point only. * breaking point only.
* @HB_GLYPH_FLAG_DEFINED: All the currently defined flags.
*/ */
typedef enum { /*< flags >*/ typedef enum { /*< flags >*/
HB_GLYPH_FLAG_UNSAFE_TO_BREAK = 0x00000001, HB_GLYPH_FLAG_UNSAFE_TO_BREAK = 0x00000001,
HB_GLYPH_FLAG_DEFINED = 0x00000001 /*< skip >*/ /* OR of all defined flags */ HB_GLYPH_FLAG_DEFINED = 0x00000001 /* OR of all defined flags */
} hb_glyph_flags_t; } hb_glyph_flags_t;
HB_EXTERN hb_glyph_flags_t HB_EXTERN hb_glyph_flags_t
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册