8000 Update comment · matplotlib/matplotlib@315a30c · GitHub
[go: up one dir, main page]

Skip to content

Commit 315a30c

Browse files
committed
Update comment
1 parent 796d58a commit 315a30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extern/ttconv/pprdrv_tt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ const char *ttfont_CharStrings_getname(struct TTFONT *font, int charindex)
10051005
{
10061006
/* We don't have a glyph name table, so generate a name.
10071007
This generated name must match exactly the name that is
1008-
generated by FT2Font in get_glyph_name */
1008+
generated by freetypy in get_glyph_name */
10091009
PyOS_snprintf(temp, 80, "uni%08x", charindex);
10101010
return temp;
10111011
}

0 commit comments

Comments
 (0)
0