提交 272b5115 编写于 作者: B Behdad Esfahbod

Minor

上级 a8a5e81a
......@@ -49,10 +49,9 @@ _get_math (hb_face_t *face)
* @face: #hb_face_t to test
*
* This function allows to verify the presence of an OpenType MATH table on the
* face. If so, such a table will be loaded into memory and sanitized. You can
* then safely call other functions for math layout and shaping.
* face.
*
* Return value: #TRUE if face has a MATH table and #FALSE otherwise
* Return value: true if face has a MATH table, false otherwise
*
* Since: 1.3.3
**/
......@@ -124,7 +123,7 @@ hb_ot_math_get_glyph_top_accent_attachment (hb_font_t *font,
* @font: a #hb_font_t to test
* @glyph: a glyph index to test
*
* Return value: #TRUE if the glyph is an extended shape and #FALSE otherwise
* Return value: true if the glyph is an extended shape, false otherwise
*
* Since: 1.3.3
**/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册