Inkscape
Vector Graphics Editor
|
GtkTreeModelColumnRecord for the font-family list Gtk::ListStore. More...
#include <font-lister.h>
Public Member Functions | |
FontListClass () | |
Public Attributes | |
Gtk::TreeModelColumn< Glib::ustring > | family |
Family name. | |
Gtk::TreeModelColumn< std::shared_ptr< Styles > > | styles |
Styles for each family name. | |
Gtk::TreeModelColumn< bool > | onSystem |
Whether font is on system. | |
Gtk::TreeModelColumn< PangoFontFamily * > | pango_family |
Not actually a column. | |
GtkTreeModelColumnRecord for the font-family list Gtk::ListStore.
Definition at line 97 of file font-lister.h.
|
inline |
Definition at line 117 of file font-lister.h.
References family, onSystem, pango_family, and styles.
Gtk::TreeModelColumn<Glib::ustring> Inkscape::FontLister::FontListClass::family |
Family name.
Definition at line 100 of file font-lister.h.
Referenced by font_lister_separator_func(), FontListClass(), Inkscape::FontLister::init_font_families(), and Inkscape::FontLister::show_results().
Gtk::TreeModelColumn<bool> Inkscape::FontLister::FontListClass::onSystem |
Whether font is on system.
Definition at line 106 of file font-lister.h.
Referenced by FontListClass(), Inkscape::FontLister::init_font_families(), and Inkscape::FontLister::show_results().
Gtk::TreeModelColumn<PangoFontFamily *> Inkscape::FontLister::FontListClass::pango_family |
Not actually a column.
Necessary for quick initialization of FontLister; we initially store the pango family and if the font style is actually used we'll cache it in styles.
Definition at line 115 of file font-lister.h.
Referenced by FontListClass(), Inkscape::FontLister::init_font_families(), and Inkscape::FontLister::show_results().
Gtk::TreeModelColumn<std::shared_ptr<Styles> > Inkscape::FontLister::FontListClass::styles |
Styles for each family name.
Definition at line 103 of file font-lister.h.
Referenced by FontListClass(), and Inkscape::FontLister::init_font_families().