Searched refs:sp_font_selector_get_size (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/widgets/
H A Dfont-selector.h55 double sp_font_selector_get_size (SPFontSelector *fsel);
H A Dfont-selector.cpp544 double sp_font_selector_get_size(SPFontSelector *fsel) function
/inkscape/src/ui/dialog/
H A Dtext-edit.cpp427 double pt_size = Inkscape::Util::Quantity::convert(sp_style_css_size_units_to_px(sp_font_selector_get_size(fsel), unit), "px", "pt");
509 os << sp_style_css_size_units_to_px(sp_font_selector_get_size (fsel), unit) << sp_style_get_css_unit_string(SP_CSS_UNIT_PX);
511 os << sp_font_selector_get_size (fsel) << sp_style_get_css_unit_string(unit);

Completed in 17 milliseconds