Home
last modified time | relevance | path

Searched refs:get_selected_spfont (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.cpp190 o = this->dialog->get_selected_spfont(); in on_attr_changed()
332 if (get_selected_spfont()){ in update_sensitiveness()
386 SPFont* font = get_selected_spfont(); in update_global_settings_tab()
406 SPFont* spfont = this->get_selected_spfont(); in on_font_selection_changed()
442 SPFont* SvgFontsDialog::get_selected_spfont() in get_selected_spfont() function in Inkscape::UI::Dialog::SvgFontsDialog
502 SPFont* spfont = this->get_selected_spfont(); in populate_glyphs_box()
522 SPFont* spfont = this->get_selected_spfont(); in populate_kerning_pairs_box()
562 SPFont* font = get_selected_spfont(); in update_glyphs()
585 for (auto& obj: get_selected_spfont()->children) { in flip_coordinate_system()
663 for (auto& obj: get_selected_spfont()->children) { in missing_glyph_description_from_selected_path()
[all …]
H A Dsvg-fonts-dialog.h75 SPFont* get_selected_spfont();