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

/inkscape/src/libcroco/
H A Dcr-style.c1307 enum CRFontFamilyType font_type; local
1315 font_type = FONT_FAMILY_SANS_SERIF;
1322 font_type = FONT_FAMILY_SERIF;
1328 font_type = FONT_FAMILY_CURSIVE;
1334 font_type = FONT_FAMILY_FANTASY;
1340 font_type = FONT_FAMILY_MONOSPACE;
1349 cur_ff = cr_font_family_new (font_type, NULL);

Completed in 15 milliseconds