Consistent, proper CJK support
This commit is contained in:
parent
45e4a578a9
commit
191afb3524
2 changed files with 3 additions and 3 deletions
|
@ -476,7 +476,7 @@ static void fontSetEnumCB(void *data, const char *,
|
|||
lowExt[i] = tolower(ext[i]);
|
||||
lowExt[i] = '\0';
|
||||
|
||||
if (strcmp(lowExt, "ttf") && strcmp(lowExt, "otf"))
|
||||
if (strcmp(lowExt, "ttf") && strcmp(lowExt, "otf") && strcmp(lowExt, "ttc"))
|
||||
return;
|
||||
|
||||
char filename[512];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue