Searched refs:psfontinfo (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcfreetype.c1236 PS_FontInfoRec psfontinfo; local in function:FcFreeTypeQueryFaceInternal
1949 if (FT_Get_PS_Font_Info(face, &psfontinfo) == 0)
1951 if (weight == -1 && psfontinfo.weight)
1953 weight = FcIsWeight ((FcChar8 *) psfontinfo.weight);
1956 psfontinfo.weight, weight);
1964 if (psfontinfo.italic_angle)
1971 foundry = FcNoticeFoundry(psfontinfo.notice);

Completed in 5 milliseconds