Searched defs:fontsize (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/display/ |
H A D | snap-indicator.cpp | 290 double fontsize = prefs->getInt("/tools/measure/fontsize"); local 296 tooltip_pos += _desktop->w2d(Geom::Point(0, -3*fontsize)); 298 tooltip_pos += _desktop->w2d(Geom::Point(0, -2*fontsize)); 302 sp_canvastext_set_fontsize(SP_CANVASTEXT(canvas_tooltip), fontsize); local
|
H A D | canvas-text.h | 53 double fontsize; member in struct:SPCanvasText
|
/inkscape/src/widgets/ |
H A D | font-selector.cpp | 56 gfloat fontsize; member in struct:SPFontSelector 265 fsel->fontsize = 18.0; 396 gfloat old_size = fsel->fontsize; 416 fsel->fontsize = value; 417 if ( fabs(fsel->fontsize-old_size) > 0.001) 523 if (size != fsel->fontsize) 528 fsel->fontsize = size; 546 return fsel->fontsize;
|
/inkscape/src/ui/widget/ |
H A D | preferences-widget.cpp | 379 double fontsize = ZoomCorrRuler::textsize, std::string fontdesc = "Sans") { 385 sizestr << fontsize; local
|
/inkscape/src/ui/tools/ |
H A D | measure-tool.cpp | 111 void repositionOverlappingLabels(std::vector<LabelPlacement> &placements, SPDesktop *desktop, Geom::Point const &normal, double fontsize, int precision) argument 118 Geom::Point tmp(fontsize * (6 + precision) + (border * 2), fontsize + (border * 2)); 142 place.offset += (fontsize + border); 160 * @param fontsize the size to display the text label at. 164 double fontsize) 173 double scaledFontsize = std::abs(fontsize * desktop->w2d(Geom::Point(0, 1.0))[Geom::Y]); 182 Geom::Point textBox = desktop->w2d(Geom::Point(fontsize * 3, fontsize / 2)); 826 double fontsize local 162 calcAngleDisplayAnchor(SPDesktop *desktop, double angle, double baseAngle, Geom::Point const &startPoint, Geom::Point const &endPoint, double fontsize) argument 913 setLabelText(const char *value, Geom::Point pos, double fontsize, Geom::Coord angle, guint32 background, Inkscape::XML::Node *measure_repr, CanvasTextAnchorPositionEnum text_anchor) argument 940 font_size << fontsize; local 942 font_size << fontsize << "pt"; local 1038 setMeasureCanvasText(bool is_angle, double precision, double amount, double fontsize, Glib::ustring unit_name, Geom::Point position, guint32 background, CanvasTextAnchorPositionEnum text_anchor, bool to_item, bool to_phantom, Inkscape::XML::Node *measure_repr) argument 1217 double fontsize = prefs->getDouble("/tools/measure/fontsize", 10.0); local [all...] |
Completed in 20 milliseconds