Searched refs:styles (Results 1 - 8 of 8) sorted by relevance
/inkscape/share/extensions/ |
H A D | export_gimp_palette.py | 38 styles=simplestyle.parseStyle(sa) 40 if colortags[c] in styles.keys(): 41 addColor(styles[colortags[c]])
|
H A D | merge_styles.py | 20 Merges styles into class based styles and removes. 116 raise KeyError("There are no common styles between these elements.") 118 styles = get_styles(self.document) 119 styles.text = (styles.text or "") + "\n" + common.css( newclass )
|
H A D | interp.py | 128 styles = {} 141 styles[id] = simplestyle.parseStyle(node.get('style')) 151 sst = copy.deepcopy(styles[sorted_ids[i-1]]) 152 est = copy.deepcopy(styles[sorted_ids[i]])
|
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...] |
/inkscape/src/libnrtype/ |
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...] |
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.
|
/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
|
Completed in 1128 milliseconds