Lines Matching refs:set
69 font.set("horiz-adv-x", str(emsize))
70 font.set("horiz-origin-y", str(baseline))
73 fontface.set("font-family", "SVGFont")
74 fontface.set("units-per-em", str(emsize))
75 fontface.set("cap-height", str(caps))
76 fontface.set("x-height", str(xheight))
77 fontface.set("ascent", str(ascender))
78 fontface.set("descent", str(descender))
86 glyph.set("unicode", unicode_char)
93 #use.set(inkex.addNS('href', 'xlink'), "#"+group.get("id"))
105 # path.set("d", d)
115 glyph.set("d", d)