Searched defs:create_horizontal_guideline (Results 1 - 2 of 2) sorted by relevance

/inkscape/share/extensions/
H A Dempty_dvd_cover.py13 def create_horizontal_guideline(self, name, position): member in class:C
56 self.create_horizontal_guideline("bottom", str(self.uutounit( bleed, 'px' )) )
57 self.create_horizontal_guideline("top", str(self.uutounit( height-bleed, 'px' )) )
H A Dsetup_typography_canvas.py47 def create_horizontal_guideline(self, name, position): member in class:SetupTypographyCanvas
76 self.create_horizontal_guideline("baseline", baseline)
77 self.create_horizontal_guideline("ascender", baseline+ascender)
78 self.create_horizontal_guideline("caps", baseline+caps)
79 self.create_horizontal_guideline("xheight", baseline+xheight)
80 self.create_horizontal_guideline("descender", baseline-descender)

Completed in 13 milliseconds