Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 732f38c

Browse files
committed
typeFace as bytestring in Py3
1 parent 1342d32 commit 732f38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ft2font_wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ static PyObject *PyFT2Font_get_sfnt_table(PyFT2Font *self, PyObject *args, PyObj
13111311
case 6: {
13121312
#if PY3K
13131313
char pclt_dict[] =
1314-
"{s:(h,h), s:k, s:H, s:H, s:H, s:H, s:H, s:H, s:s, s:y, s:b, s:b, "
1314+
"{s:(h,h), s:k, s:H, s:H, s:H, s:H, s:H, s:H, s:y, s:y, s:b, s:b, "
13151315
"s:b}";
13161316
#else
13171317
char pclt_dict[] =

0 commit comments

Comments
 (0)