Home
last modified time | relevance | path

Searched refs:glyph_from_path_button (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dsvg-fonts-dialog.h173 Gtk::Button glyph_from_path_button; variable
H A Dsvg-fonts-dialog.cpp822 hb->pack_start(glyph_from_path_button, false,false); in glyphs_tab()
825 glyph_from_path_button.set_label(_("Get curves from selection...")); in glyphs_tab()
826glyph_from_path_button.signal_clicked().connect(sigc::mem_fun(*this, &SvgFontsDialog::set_glyph_de… in glyphs_tab()