Inkscape
Vector Graphics Editor
|
#include <font-lister.h>
Public Member Functions | |
FontStyleListClass () | |
Public Attributes | |
Gtk::TreeModelColumn< Glib::ustring > | displayStyle |
Column containing the styles as Font designer used. | |
Gtk::TreeModelColumn< Glib::ustring > | cssStyle |
Column containing the styles in CSS/Pango format. | |
Definition at line 128 of file font-lister.h.
|
inline |
Definition at line 136 of file font-lister.h.
References cssStyle, and displayStyle.
Gtk::TreeModelColumn<Glib::ustring> Inkscape::FontLister::FontStyleListClass::cssStyle |
Column containing the styles in CSS/Pango format.
Definition at line 134 of file font-lister.h.
Referenced by font_lister_style_cell_data_func(), Inkscape::UI::Widget::FontSelector::FontSelector(), FontStyleListClass(), Inkscape::FontLister::init_default_styles(), and Inkscape::UI::Widget::FontSelector::on_family_changed().
Gtk::TreeModelColumn<Glib::ustring> Inkscape::FontLister::FontStyleListClass::displayStyle |
Column containing the styles as Font designer used.
Definition at line 131 of file font-lister.h.
Referenced by FontStyleListClass(), Inkscape::FontLister::init_default_styles(), and Inkscape::UI::Widget::FontSelector::on_family_changed().