Searched defs:font_family (Results 1 - 6 of 6) sorted by relevance
| /inkscape/src/ |
| H A D | sp-font-face.h | 75 char* font_family; member in class:SPFontFace
|
| H A D | style.h | 108 SPIString font_family; member in class:SPStyle
|
| /inkscape/src/libnrtype/ |
| H A D | font-lister.cpp | 296 const gchar *font_family = r->style->font_family.value; local 297 if (font_family) { 298 l->push_back(Glib::ustring(font_family)); 751 fontspec = style->font_family.value; 1130 markup += " <span foreground='gray' font_family='";
|
| /inkscape/src/libcroco/ |
| H A D | cr-style.c | 1287 CRFontFamily *font_family = NULL, local 1299 font_family = cr_font_family_new (FONT_FAMILY_INHERIT, NULL); 1369 cur_ff2 = cr_font_family_append (font_family, cur_ff); 1371 font_family = cur_ff2; 1376 if (font_family) { 1377 if (a_style->font_family) { 1378 cr_font_family_destroy (a_style->font_family); 1379 a_style->font_family = NULL ; 1381 a_style->font_family = font_family; [all...] |
| H A D | cr-style.h | 263 CRFontFamily *font_family ; member in struct:_CRStyle
|
| /inkscape/src/extension/internal/pdfinput/ |
| H A D | svg-builder.cpp | 1030 char *font_family = NULL; local 1035 font_family = g_strdup(plus_sign + 1); 1038 font_family = g_strdup(_font_specification); 1041 if ( ( style_delim = g_strrstr(font_family, "-") ) || 1042 ( style_delim = g_strrstr(font_family, ",") ) ) { 1056 sp_repr_css_set_property(_font_style, "font-family", _BestMatchingFont(font_family).c_str()); 1058 sp_repr_css_set_property(_font_style, "font-family", font_family); 1104 g_free(font_family);
|
Completed in 50 milliseconds