We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb8653 commit b802d15Copy full SHA for b802d15
src/ft2font_wrapper.cpp
@@ -1665,7 +1665,7 @@ PyMODINIT_FUNC initft2font(void)
1665
add_dict_int(d, "FIXED_WIDTH", FT_FACE_FLAG_FIXED_WIDTH) ||
1666
add_dict_int(d, "SFNT", FT_FACE_FLAG_SFNT) ||
1667
add_dict_int(d, "HORIZONTAL", FT_FACE_FLAG_HORIZONTAL) ||
1668
- add_dict_int(d, "VERTICAL", FT_FACE_FLAG_SCALABLE) ||
+ add_dict_int(d, "VERTICAL", FT_FACE_FLAG_VERTICAL) ||
1669
add_dict_int(d, "KERNING", FT_FACE_FLAG_KERNING) ||
1670
add_dict_int(d, "FAST_GLYPHS", FT_FACE_FLAG_FAST_GLYPHS) ||
1671
add_dict_int(d, "MULTIPLE_MASTERS", FT_FACE_FLAG_MULTIPLE_MASTERS) ||
0 commit comments