Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
Inkscape::UI::Dialog::SvgFontsDialog Class Referencefinal
Inheritance diagram for Inkscape::UI::Dialog::SvgFontsDialog:
Inkscape::UI::Dialog::DialogBase

Classes

class  AttrEntry
 
class  AttrSpin
 
class  Columns
 
class  EntryWidget
 
class  GlyphsColumns
 
class  KerningPairColumns
 

Public Member Functions

 SvgFontsDialog ()
 
 ~SvgFontsDialog () final
 
void documentReplaced () final
 
- Public Member Functions inherited from Inkscape::UI::Dialog::DialogBase
 DialogBase (char const *prefs_path=nullptr, Glib::ustring dialog_type={})
 DialogBase constructor.
 
 DialogBase (DialogBase const &)=delete
 
DialogBaseoperator= (DialogBase const &)=delete
 
 ~DialogBase () override
 
virtual void update ()
 The update() method is essential to Gtk state management.
 
void setDesktop (SPDesktop *new_desktop)
 Called when the desktop might have changed for this dialog.
 
void on_map () override
 
Glib::ustring const & get_name () const
 
Glib::ustring const & getPrefsPath () const
 
Glib::ustring const & get_type () const
 
const Glib::ustring & get_icon () const
 
void blink ()
 Highlight notebook where dialog already exists.
 
virtual void focus_dialog ()
 
void defocus_dialog ()
 
bool getShowing ()
 
void fix_inner_scroll (Gtk::ScrolledWindow &scrollwin)
 
SPDesktopgetDesktop () const
 

Private Types

enum  GlyphColumnIndex {
  ColGlyph , ColName , ColString , ColUplusCode ,
  ColAdvance
}
 

Private Member Functions

void update_fonts (bool document_replaced)
 Add all fonts in the getDocument() to the combobox.
 
SvgFontget_selected_svgfont ()
 
SPFontget_selected_spfont ()
 
SPGlyphget_selected_glyph ()
 
SPGlyphKerningget_selected_kerning_pair ()
 
void on_font_selection_changed ()
 
void on_kerning_pair_selection_changed ()
 
void on_preview_text_changed ()
 
void on_kerning_pair_changed ()
 
void on_kerning_value_changed ()
 
void on_setfontdata_changed ()
 
void add_font ()
 
void update_glyphs (SPGlyph *changed_glyph=nullptr)
 
void update_glyph (SPGlyph *glyph)
 
void set_glyph_row (Gtk::TreeRow &row, SPGlyph &glyph)
 
void refresh_svgfont ()
 
void update_sensitiveness ()
 
void update_global_settings_tab ()
 
void populate_glyphs_box ()
 
void populate_kerning_pairs_box ()
 
void set_glyph_description_from_selected_path ()
 
void missing_glyph_description_from_selected_path ()
 
void reset_missing_glyph_description ()
 
void add_glyph ()
 
void glyph_unicode_edit (const Glib::ustring &, const Glib::ustring &)
 
void glyph_name_edit (const Glib::ustring &, const Glib::ustring &)
 
void glyph_advance_edit (const Glib::ustring &, const Glib::ustring &)
 
void remove_selected_glyph ()
 
void remove_selected_font ()
 
void remove_selected_kerning_pair ()
 
void font_selected (SvgFont *svgfont, SPFont *spfont)
 
void add_kerning_pair ()
 
Gtk::TreeModel::iterator get_selected_glyph_iter ()
 
void set_selected_glyph (SPGlyph *glyph)
 
void edit_glyph (SPGlyph *glyph)
 
void sort_glyphs (SPFont *font)
 
Gtk::Box * AttrCombo (gchar *lbl, const SPAttr attr)
 
Gtk::Box * global_settings_tab ()
 
Gtk::Box * kerning_tab ()
 
Gtk::Box * glyphs_tab ()
 
void set_glyphs_view_mode (bool list)
 

Private Attributes

OperationBlocker _update
 
Inkscape::XML::SignalObserver _defs_observer
 
Inkscape::XML::SignalObserver _glyphs_observer
 
sigc::scoped_connection _defs_observer_connection
 
Gtk::Label * _font_label
 
std::unique_ptr< AttrSpin_horiz_adv_x_spin
 
std::unique_ptr< AttrSpin_horiz_origin_x_spin
 
std::unique_ptr< AttrSpin_horiz_origin_y_spin
 
Gtk::Label * _font_face_label
 
std::unique_ptr< AttrEntry_familyname_entry
 
std::unique_ptr< AttrSpin_units_per_em_spin
 
std::unique_ptr< AttrSpin_ascent_spin
 
std::unique_ptr< AttrSpin_descent_spin
 
std::unique_ptr< AttrSpin_cap_height_spin
 
std::unique_ptr< AttrSpin_x_height_spin
 
Gtk::Button _font_add
 
Gtk::Button _font_remove
 
Glib::RefPtr< Gtk::ListStore > _model
 
Columns _columns
 
Gtk::TreeView _FontsList
 
Gtk::ScrolledWindow _fonts_scroller
 
GlyphsColumns _GlyphsListColumns
 
Glib::RefPtr< Gtk::ListStore > _GlyphsListStore
 
Gtk::TreeView _GlyphsList
 
Gtk::ScrolledWindow _GlyphsListScroller
 
Gtk::ScrolledWindow _glyphs_icon_scroller
 
Gtk::IconView _glyphs_grid
 
SvgGlyphRenderer_glyph_renderer = nullptr
 
SvgGlyphRenderer_glyph_cell_renderer = nullptr
 
KerningPairColumns _KerningPairsListColumns
 
Glib::RefPtr< Gtk::ListStore > _KerningPairsListStore
 
Gtk::TreeView _KerningPairsList
 
Gtk::ScrolledWindow _KerningPairsListScroller
 
Gtk::Button add_kernpair_button
 
Gtk::Grid _header_box
 
Gtk::Grid _grid
 
Gtk::Box global_vbox
 
Gtk::Box glyphs_vbox
 
Gtk::Box kerning_vbox
 
Gtk::Entry _preview_entry
 
bool _show_glyph_list = true
 
SvgFontDrawingArea _font_da
 
SvgFontDrawingArea kerning_preview
 
GlyphMenuButton first_glyph
 
GlyphMenuButton second_glyph
 
SPGlyphKerningkerning_pair
 
Inkscape::UI::Widget::SpinButton setwidth_spin
 
Gtk::Scale * kerning_slider
 
EntryWidget _font_family
 
EntryWidget _font_variant
 

Additional Inherited Members

- Protected Member Functions inherited from Inkscape::UI::Dialog::DialogBase
InkscapeApplicationgetApp () const
 
SPDocumentgetDocument () const
 
SelectiongetSelection () const
 
void setShowing (bool showing)
 function called from notebook dialog that performs an update of the dialog and sets the dialog showing state true
 
- Protected Attributes inherited from Inkscape::UI::Dialog::DialogBase
Glib::ustring _name
 
Glib::ustring const _prefs_path
 
Glib::ustring const _dialog_type
 

Detailed Description

Definition at line 161 of file svg-fonts-dialog.h.

Member Enumeration Documentation

◆ GlyphColumnIndex

Enumerator
ColGlyph 
ColName 
ColString 
ColUplusCode 
ColAdvance 

Definition at line 310 of file svg-fonts-dialog.h.

Constructor & Destructor Documentation

◆ SvgFontsDialog()

◆ ~SvgFontsDialog()

Inkscape::UI::Dialog::SvgFontsDialog::~SvgFontsDialog ( )
finaldefault

Member Function Documentation

◆ add_font()

void Inkscape::UI::Dialog::SvgFontsDialog::add_font ( )
private

◆ add_glyph()

void Inkscape::UI::Dialog::SvgFontsDialog::add_glyph ( )
private

Definition at line 1002 of file svg-fonts-dialog.cpp.

References Inkscape::DocumentUndo::done().

◆ add_kerning_pair()

void Inkscape::UI::Dialog::SvgFontsDialog::add_kerning_pair ( )
private

◆ AttrCombo()

Gtk::Box * Inkscape::UI::Dialog::SvgFontsDialog::AttrCombo ( gchar *  lbl,
const SPAttr  attr 
)
private

Definition at line 249 of file svg-fonts-dialog.cpp.

◆ documentReplaced()

◆ edit_glyph()

◆ font_selected()

◆ get_selected_glyph()

SPGlyph * Inkscape::UI::Dialog::SvgFontsDialog::get_selected_glyph ( )
private

◆ get_selected_glyph_iter()

Gtk::TreeModel::iterator Inkscape::UI::Dialog::SvgFontsDialog::get_selected_glyph_iter ( )
private

◆ get_selected_kerning_pair()

SPGlyphKerning * Inkscape::UI::Dialog::SvgFontsDialog::get_selected_kerning_pair ( )
private

◆ get_selected_spfont()

◆ get_selected_svgfont()

SvgFont * Inkscape::UI::Dialog::SvgFontsDialog::get_selected_svgfont ( )
private

◆ global_settings_tab()

Gtk::Box * Inkscape::UI::Dialog::SvgFontsDialog::global_settings_tab ( )
private

◆ glyph_advance_edit()

void Inkscape::UI::Dialog::SvgFontsDialog::glyph_advance_edit ( const Glib::ustring &  ,
const Glib::ustring &  str 
)
private

◆ glyph_name_edit()

void Inkscape::UI::Dialog::SvgFontsDialog::glyph_name_edit ( const Glib::ustring &  ,
const Glib::ustring &  str 
)
private

◆ glyph_unicode_edit()

void Inkscape::UI::Dialog::SvgFontsDialog::glyph_unicode_edit ( const Glib::ustring &  ,
const Glib::ustring &  str 
)
private

◆ glyphs_tab()

Gtk::Box * Inkscape::UI::Dialog::SvgFontsDialog::glyphs_tab ( )
private

◆ kerning_tab()

Gtk::Box * Inkscape::UI::Dialog::SvgFontsDialog::kerning_tab ( )
private

◆ missing_glyph_description_from_selected_path()

◆ on_font_selection_changed()

void Inkscape::UI::Dialog::SvgFontsDialog::on_font_selection_changed ( )
private

Definition at line 659 of file svg-fonts-dialog.cpp.

References font_selected(), get_selected_spfont(), and get_selected_svgfont().

Referenced by SvgFontsDialog().

◆ on_kerning_pair_changed()

void Inkscape::UI::Dialog::SvgFontsDialog::on_kerning_pair_changed ( )
private

◆ on_kerning_pair_selection_changed()

void Inkscape::UI::Dialog::SvgFontsDialog::on_kerning_pair_selection_changed ( )
private

◆ on_kerning_value_changed()

◆ on_preview_text_changed()

void Inkscape::UI::Dialog::SvgFontsDialog::on_preview_text_changed ( )
private

Definition at line 592 of file svg-fonts-dialog.cpp.

References _font_da, _preview_entry, and SvgFontDrawingArea::set_text().

Referenced by SvgFontsDialog().

◆ on_setfontdata_changed()

void Inkscape::UI::Dialog::SvgFontsDialog::on_setfontdata_changed ( )
private

◆ populate_glyphs_box()

void Inkscape::UI::Dialog::SvgFontsDialog::populate_glyphs_box ( )
private

Definition at line 907 of file svg-fonts-dialog.cpp.

References SPObject::children, and node.

Referenced by font_selected().

◆ populate_kerning_pairs_box()

void Inkscape::UI::Dialog::SvgFontsDialog::populate_kerning_pairs_box ( )
private

Definition at line 945 of file svg-fonts-dialog.cpp.

References node.

Referenced by font_selected().

◆ refresh_svgfont()

void Inkscape::UI::Dialog::SvgFontsDialog::refresh_svgfont ( )
private

Definition at line 995 of file svg-fonts-dialog.cpp.

◆ remove_selected_font()

void Inkscape::UI::Dialog::SvgFontsDialog::remove_selected_font ( )
private

◆ remove_selected_glyph()

void Inkscape::UI::Dialog::SvgFontsDialog::remove_selected_glyph ( )
private

◆ remove_selected_kerning_pair()

void Inkscape::UI::Dialog::SvgFontsDialog::remove_selected_kerning_pair ( )
private

◆ reset_missing_glyph_description()

void Inkscape::UI::Dialog::SvgFontsDialog::reset_missing_glyph_description ( )
private

Definition at line 1139 of file svg-fonts-dialog.cpp.

References Inkscape::DocumentUndo::done().

◆ set_glyph_description_from_selected_path()

◆ set_glyph_row()

void Inkscape::UI::Dialog::SvgFontsDialog::set_glyph_row ( Gtk::TreeRow &  row,
SPGlyph glyph 
)
private

◆ set_glyphs_view_mode()

void Inkscape::UI::Dialog::SvgFontsDialog::set_glyphs_view_mode ( bool  list)
private

Definition at line 1300 of file svg-fonts-dialog.cpp.

◆ set_selected_glyph()

void Inkscape::UI::Dialog::SvgFontsDialog::set_selected_glyph ( SPGlyph glyph)
private

◆ sort_glyphs()

void Inkscape::UI::Dialog::SvgFontsDialog::sort_glyphs ( SPFont font)
private

◆ update_fonts()

void Inkscape::UI::Dialog::SvgFontsDialog::update_fonts ( bool  document_replaced)
private

Add all fonts in the getDocument() to the combobox.

This function is called when new document is selected as well as when SVG "definition" section changes. Try to detect if font(s) have actually been modified to eliminate some expensive refreshes.

Definition at line 528 of file svg-fonts-dialog.cpp.

References _columns, _FontsList, _model, Inkscape::UI::Dialog::DialogBase::document, font_selected(), Inkscape::UI::Dialog::get_font_label(), Inkscape::UI::Dialog::DialogBase::getDocument(), SPDocument::getResourceList(), Inkscape::UI::Dialog::SvgFontsDialog::Columns::label, node, Inkscape::UI::Dialog::DialogBase::selection, Inkscape::UI::Dialog::SvgFontsDialog::Columns::spfont, Inkscape::UI::Dialog::SvgFontsDialog::Columns::svgfont, and update_sensitiveness().

Referenced by documentReplaced().

◆ update_global_settings_tab()

◆ update_glyph()

void Inkscape::UI::Dialog::SvgFontsDialog::update_glyph ( SPGlyph glyph)
private

Definition at line 965 of file svg-fonts-dialog.cpp.

◆ update_glyphs()

void Inkscape::UI::Dialog::SvgFontsDialog::update_glyphs ( SPGlyph changed_glyph = nullptr)
private

Definition at line 978 of file svg-fonts-dialog.cpp.

Referenced by sort_glyphs().

◆ update_sensitiveness()

void Inkscape::UI::Dialog::SvgFontsDialog::update_sensitiveness ( )
private

Definition at line 504 of file svg-fonts-dialog.cpp.

References _grid, get_selected_spfont(), glyphs_vbox, and kerning_vbox.

Referenced by font_selected(), and update_fonts().

Member Data Documentation

◆ _ascent_spin

std::unique_ptr<AttrSpin> Inkscape::UI::Dialog::SvgFontsDialog::_ascent_spin
private

Definition at line 262 of file svg-fonts-dialog.h.

Referenced by update_global_settings_tab().

◆ _cap_height_spin

std::unique_ptr<AttrSpin> Inkscape::UI::Dialog::SvgFontsDialog::_cap_height_spin
private

Definition at line 264 of file svg-fonts-dialog.h.

Referenced by update_global_settings_tab().

◆ _columns

Columns Inkscape::UI::Dialog::SvgFontsDialog::_columns
private

◆ _defs_observer

Inkscape::XML::SignalObserver Inkscape::UI::Dialog::SvgFontsDialog::_defs_observer
private

Definition at line 245 of file svg-fonts-dialog.h.

Referenced by documentReplaced().

◆ _defs_observer_connection

sigc::scoped_connection Inkscape::UI::Dialog::SvgFontsDialog::_defs_observer_connection
private

Definition at line 247 of file svg-fonts-dialog.h.

Referenced by documentReplaced().

◆ _descent_spin

std::unique_ptr<AttrSpin> Inkscape::UI::Dialog::SvgFontsDialog::_descent_spin
private

Definition at line 263 of file svg-fonts-dialog.h.

Referenced by update_global_settings_tab().

◆ _familyname_entry

std::unique_ptr<AttrEntry> Inkscape::UI::Dialog::SvgFontsDialog::_familyname_entry
private

Definition at line 260 of file svg-fonts-dialog.h.

Referenced by update_global_settings_tab().

◆ _font_add

Gtk::Button Inkscape::UI::Dialog::SvgFontsDialog::_font_add
private

Definition at line 269 of file svg-fonts-dialog.h.

◆ _font_da

SvgFontDrawingArea Inkscape::UI::Dialog::SvgFontsDialog::_font_da
private

◆ _font_face_label

Gtk::Label* Inkscape::UI::Dialog::SvgFontsDialog::_font_face_label
private

Definition at line 259 of file svg-fonts-dialog.h.

◆ _font_family

EntryWidget Inkscape::UI::Dialog::SvgFontsDialog::_font_family
private

Definition at line 373 of file svg-fonts-dialog.h.

◆ _font_label

Gtk::Label* Inkscape::UI::Dialog::SvgFontsDialog::_font_label
private

Definition at line 253 of file svg-fonts-dialog.h.

◆ _font_remove

Gtk::Button Inkscape::UI::Dialog::SvgFontsDialog::_font_remove
private

Definition at line 270 of file svg-fonts-dialog.h.

◆ _font_variant

EntryWidget Inkscape::UI::Dialog::SvgFontsDialog::_font_variant
private

Definition at line 373 of file svg-fonts-dialog.h.

◆ _fonts_scroller

Gtk::ScrolledWindow Inkscape::UI::Dialog::SvgFontsDialog::_fonts_scroller
private

Definition at line 288 of file svg-fonts-dialog.h.

◆ _FontsList

Gtk::TreeView Inkscape::UI::Dialog::SvgFontsDialog::_FontsList
private

◆ _glyph_cell_renderer

SvgGlyphRenderer* Inkscape::UI::Dialog::SvgFontsDialog::_glyph_cell_renderer = nullptr
private

Definition at line 318 of file svg-fonts-dialog.h.

Referenced by font_selected().

◆ _glyph_renderer

SvgGlyphRenderer* Inkscape::UI::Dialog::SvgFontsDialog::_glyph_renderer = nullptr
private

Definition at line 317 of file svg-fonts-dialog.h.

Referenced by font_selected().

◆ _glyphs_grid

Gtk::IconView Inkscape::UI::Dialog::SvgFontsDialog::_glyphs_grid
private

Definition at line 316 of file svg-fonts-dialog.h.

Referenced by get_selected_glyph_iter(), and set_selected_glyph().

◆ _glyphs_icon_scroller

Gtk::ScrolledWindow Inkscape::UI::Dialog::SvgFontsDialog::_glyphs_icon_scroller
private

Definition at line 315 of file svg-fonts-dialog.h.

◆ _glyphs_observer

Inkscape::XML::SignalObserver Inkscape::UI::Dialog::SvgFontsDialog::_glyphs_observer
private

Definition at line 246 of file svg-fonts-dialog.h.

◆ _GlyphsList

Gtk::TreeView Inkscape::UI::Dialog::SvgFontsDialog::_GlyphsList
private

Definition at line 313 of file svg-fonts-dialog.h.

Referenced by get_selected_glyph_iter().

◆ _GlyphsListColumns

GlyphsColumns Inkscape::UI::Dialog::SvgFontsDialog::_GlyphsListColumns
private

Definition at line 311 of file svg-fonts-dialog.h.

Referenced by get_selected_glyph(), set_selected_glyph(), and SvgFontsDialog().

◆ _GlyphsListScroller

Gtk::ScrolledWindow Inkscape::UI::Dialog::SvgFontsDialog::_GlyphsListScroller
private

Definition at line 314 of file svg-fonts-dialog.h.

Referenced by get_selected_glyph_iter().

◆ _GlyphsListStore

Glib::RefPtr<Gtk::ListStore> Inkscape::UI::Dialog::SvgFontsDialog::_GlyphsListStore
private

Definition at line 312 of file svg-fonts-dialog.h.

Referenced by get_selected_glyph_iter(), set_selected_glyph(), and SvgFontsDialog().

◆ _grid

Gtk::Grid Inkscape::UI::Dialog::SvgFontsDialog::_grid
private

Definition at line 344 of file svg-fonts-dialog.h.

Referenced by update_sensitiveness().

◆ _header_box

Gtk::Grid Inkscape::UI::Dialog::SvgFontsDialog::_header_box
private

Definition at line 343 of file svg-fonts-dialog.h.

◆ _horiz_adv_x_spin

std::unique_ptr<AttrSpin> Inkscape::UI::Dialog::SvgFontsDialog::_horiz_adv_x_spin
private

Definition at line 254 of file svg-fonts-dialog.h.

Referenced by update_global_settings_tab().

◆ _horiz_origin_x_spin

std::unique_ptr<AttrSpin> Inkscape::UI::Dialog::SvgFontsDialog::_horiz_origin_x_spin
private

Definition at line 255 of file svg-fonts-dialog.h.

Referenced by update_global_settings_tab().

◆ _horiz_origin_y_spin

std::unique_ptr<AttrSpin> Inkscape::UI::Dialog::SvgFontsDialog::_horiz_origin_y_spin
private

Definition at line 256 of file svg-fonts-dialog.h.

Referenced by update_global_settings_tab().

◆ _KerningPairsList

Gtk::TreeView Inkscape::UI::Dialog::SvgFontsDialog::_KerningPairsList
private

Definition at line 339 of file svg-fonts-dialog.h.

Referenced by get_selected_kerning_pair().

◆ _KerningPairsListColumns

KerningPairColumns Inkscape::UI::Dialog::SvgFontsDialog::_KerningPairsListColumns
private

Definition at line 337 of file svg-fonts-dialog.h.

Referenced by get_selected_kerning_pair(), and SvgFontsDialog().

◆ _KerningPairsListScroller

Gtk::ScrolledWindow Inkscape::UI::Dialog::SvgFontsDialog::_KerningPairsListScroller
private

Definition at line 340 of file svg-fonts-dialog.h.

◆ _KerningPairsListStore

Glib::RefPtr<Gtk::ListStore> Inkscape::UI::Dialog::SvgFontsDialog::_KerningPairsListStore
private

Definition at line 338 of file svg-fonts-dialog.h.

Referenced by SvgFontsDialog().

◆ _model

Glib::RefPtr<Gtk::ListStore> Inkscape::UI::Dialog::SvgFontsDialog::_model
private

Definition at line 285 of file svg-fonts-dialog.h.

Referenced by SvgFontsDialog(), and update_fonts().

◆ _preview_entry

Gtk::Entry Inkscape::UI::Dialog::SvgFontsDialog::_preview_entry
private

Definition at line 348 of file svg-fonts-dialog.h.

Referenced by on_preview_text_changed(), and SvgFontsDialog().

◆ _show_glyph_list

bool Inkscape::UI::Dialog::SvgFontsDialog::_show_glyph_list = true
private

Definition at line 349 of file svg-fonts-dialog.h.

◆ _units_per_em_spin

std::unique_ptr<AttrSpin> Inkscape::UI::Dialog::SvgFontsDialog::_units_per_em_spin
private

Definition at line 261 of file svg-fonts-dialog.h.

Referenced by update_global_settings_tab().

◆ _update

OperationBlocker Inkscape::UI::Dialog::SvgFontsDialog::_update
private

Definition at line 216 of file svg-fonts-dialog.h.

Referenced by font_selected(), and sort_glyphs().

◆ _x_height_spin

std::unique_ptr<AttrSpin> Inkscape::UI::Dialog::SvgFontsDialog::_x_height_spin
private

Definition at line 265 of file svg-fonts-dialog.h.

Referenced by update_global_settings_tab().

◆ add_kernpair_button

Gtk::Button Inkscape::UI::Dialog::SvgFontsDialog::add_kernpair_button
private

Definition at line 341 of file svg-fonts-dialog.h.

◆ first_glyph

GlyphMenuButton Inkscape::UI::Dialog::SvgFontsDialog::first_glyph
private

Definition at line 353 of file svg-fonts-dialog.h.

Referenced by font_selected(), and SvgFontsDialog().

◆ global_vbox

Gtk::Box Inkscape::UI::Dialog::SvgFontsDialog::global_vbox
private

Definition at line 345 of file svg-fonts-dialog.h.

◆ glyphs_vbox

Gtk::Box Inkscape::UI::Dialog::SvgFontsDialog::glyphs_vbox
private

Definition at line 346 of file svg-fonts-dialog.h.

Referenced by update_sensitiveness().

◆ kerning_pair

SPGlyphKerning* Inkscape::UI::Dialog::SvgFontsDialog::kerning_pair
private

◆ kerning_preview

SvgFontDrawingArea Inkscape::UI::Dialog::SvgFontsDialog::kerning_preview
private

◆ kerning_slider

Gtk::Scale* Inkscape::UI::Dialog::SvgFontsDialog::kerning_slider
private

◆ kerning_vbox

Gtk::Box Inkscape::UI::Dialog::SvgFontsDialog::kerning_vbox
private

Definition at line 347 of file svg-fonts-dialog.h.

Referenced by update_sensitiveness().

◆ second_glyph

GlyphMenuButton Inkscape::UI::Dialog::SvgFontsDialog::second_glyph
private

Definition at line 353 of file svg-fonts-dialog.h.

Referenced by font_selected(), and SvgFontsDialog().

◆ setwidth_spin

Inkscape::UI::Widget::SpinButton Inkscape::UI::Dialog::SvgFontsDialog::setwidth_spin
private

Definition at line 355 of file svg-fonts-dialog.h.


The documentation for this class was generated from the following files: