Searched defs:styles (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/libnrtype/ |
H A D | font-lister.h | 78 * Column containing the styles for each family name. 80 Gtk::TreeModelColumn<GList *> styles; member in struct:Inkscape::FontLister::FontListClass 92 * %styles. 99 add(styles); 109 * Column containing the styles as Font designer used. 114 * Column containing the styles in CSS/Pango format. 137 * @return the ListStore with the styles 288 * If a font-family is not on system, this list of styles is used.
|
H A D | font-lister.cpp | 53 /* Create default styles for use when font-family is unknown on system. */ 78 (*treeModelIter)[FontList.styles] = NULL; 113 // Delete other styles 117 GList *styles = row[FontList.styles]; local 118 for (GList *l = styles; l; l = l->next) { 135 if (!row[FontList.styles]) { 137 row[FontList.styles] = font_factory::Default()->GetUIStyles(row[FontList.pango_family]); 157 GList *styles = default_styles; local 166 if (!row[FontList.styles]) { 236 GList *styles = default_styles; local 489 GList *styles = NULL; local 1008 GList *styles = row[FontList.styles]; local [all...] |
/inkscape/src/libcola/ |
H A D | defs.h | 32 Style *styles; member in struct:vtx_data 99 Style *styles; member in struct:__anon100
|
/inkscape/src/widgets/ |
H A D | font-selector.cpp | 55 NRStyleList styles; member in struct:SPFontSelector 284 if (fsel->styles.length > 0) { 285 nr_style_list_release(&fsel->styles); 286 fsel->styles.length = 0; 321 // Create our own store of styles for selected font-family and find index of best style match
|
/inkscape/share/extensions/ |
H A D | gcodetools.py | 162 styles = { variable 1837 def draw(self, layer, group=None, style=styles["biarc_style"]): 3417 draw_csp(res, width=1, style=styles["in_out_path_style"] ) 3761 def draw_curve(self, curve, layer, group=None, style=styles["biarc_style"]): 4680 path.set("style",styles["dxf_points"]) 4723 'style': styles["area artefact arrow"], 4727 inkex.etree.SubElement(parent, inkex.addNS('path','svg'), {'d': cubicsuperpath.formatPath(csp[i]), 'style': styles["area artefact"]}) 4834 'style': styles["biarc_style_i"]['area'] 4836 print_(("adding curve",area_group,d,styles["biarc_style_i"]['area'])) 5772 'style': styles["biarc_style_ [all...] |
Completed in 47 milliseconds