Home | History | Annotate | Download | only in ports

Lines Matching refs:fontType

479     const char* fontType = FT_Get_X11_Font_Format(face);
480 if (strcmp(fontType, "Type 1") == 0) {
482 } else if (strcmp(fontType, "CID Type 1") == 0) {
485 } else if (strcmp(fontType, "CFF") == 0) {
487 } else if (strcmp(fontType, "TrueType") == 0) {