Searched defs:faces (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libnrtype/
H A DFontFactory.cpp312 PangoFontFace** faces = NULL; local
314 pango_font_family_list_faces(in, &faces, &numFaces);
320 const gchar* displayName = pango_font_face_get_face_name(faces[currentFace]);
326 PangoFontDescription *faceDescr = pango_font_face_describe(faces[currentFace]);
331 // Disable synthesized (faux) font faces except for CSS generic faces
332 if (pango_font_face_is_synthesized(faces[currentFace]) ) {
390 g_free(faces);

Completed in 11 milliseconds