Minor
This commit is contained in:
parent
a8a5e81a52
commit
272b511532
|
@ -49,10 +49,9 @@ _get_math (hb_face_t *face)
|
||||||
* @face: #hb_face_t to test
|
* @face: #hb_face_t to test
|
||||||
*
|
*
|
||||||
* This function allows to verify the presence of an OpenType MATH table on the
|
* 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
|
* face.
|
||||||
* then safely call other functions for math layout and shaping.
|
|
||||||
*
|
*
|
||||||
* 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
|
* 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
|
* @font: a #hb_font_t to test
|
||||||
* @glyph: a glyph index 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
|
* Since: 1.3.3
|
||||||
**/
|
**/
|
||||||
|
|
Loading…
Reference in New Issue