@@ -641,15 +641,15 @@ const char *PyFT2Font_load_char__doc__ =
641
641
" *flags* can be a bitwise-or of the LOAD_XXX constants;\n "
642
642
" the default value is LOAD_FORCE_AUTOHINT.\n "
643
643
" Return value is a Glyph object, with attributes\n\n "
644
- " - width # glyph width\n "
645
- " - height # glyph height\n "
646
- " - bbox # the glyph bbox (xmin, ymin, xmax, ymax)\n "
647
- " - horiBearingX # left side bearing in horizontal layouts\n "
648
- " - horiBearingY # top side bearing in horizontal layouts\n "
649
- " - horiAdvance # advance width for horizontal layout\n "
650
- " - vertBearingX # left side bearing in vertical layouts\n "
651
- " - vertBearingY # top side bearing in vertical layouts\n "
652
- " - vertAdvance # advance height for vertical layout\n " ;
644
+ " - width: glyph width\n "
645
+ " - height: glyph height\n "
646
+ " - bbox: the glyph bbox (xmin, ymin, xmax, ymax)\n "
647
+ " - horiBearingX: left side bearing in horizontal layouts\n "
648
+ " - horiBearingY: top side bearing in horizontal layouts\n "
649
+ " - horiAdvance: advance width for horizontal layout\n "
650
+ " - vertBearingX: left side bearing in vertical layouts\n "
651
+ " - vertBearingY: top side bearing in vertical layouts\n "
652
+ " - vertAdvance: advance height for vertical layout\n " ;
653
653
654
654
static PyObject *PyFT2Font_load_char (PyFT2Font *self, PyObject *args, PyObject *kwds)
655
655
{
@@ -679,15 +679,15 @@ const char *PyFT2Font_load_glyph__doc__ =
679
679
" *flags* can be a bitwise-or of the LOAD_XXX constants;\n "
680
680
" the default value is LOAD_FORCE_AUTOHINT.\n "
681
681
" Return value is a Glyph object, with attributes\n\n "
682
- " - width # glyph width\n "
683
- " - height # glyph height\n "
684
- " - bbox # the glyph bbox (xmin, ymin, xmax, ymax)\n "
685
- " - horiBearingX # left side bearing in horizontal layouts\n "
686
- " - horiBearingY # top side bearing in horizontal layouts\n "
687
- " - horiAdvance # advance width for horizontal layout\n "
688
- " - vertBearingX # left side bearing in vertical layouts\n "
689
- " - vertBearingY # top side bearing in vertical layouts\n "
690
- " - vertAdvance # advance height for vertical layout\n " ;
682
+ " - width: glyph width\n "
683
+ " - height: glyph height\n "
684
+ " - bbox: the glyph bbox (xmin, ymin, xmax, ymax)\n "
685
+ " - horiBearingX: left side bearing in horizontal layouts\n "
686
+ " - horiBearingY: top side bearing in horizontal layouts\n "
687
+ " - horiAdvance: advance width for horizontal layout\n "
688
+ " - vertBearingX: left side bearing in vertical layouts\n "
689
+ " - vertBearingY: top side bearing in vertical layouts\n "
690
+ " - vertAdvance: advance height for vertical layout\n " ;
691
691
692
692
static PyObject *PyFT2Font_load_glyph (PyFT2Font *self, PyObject *args, PyObject *kwds)
693
693
{
0 commit comments