Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dfont-variants.cpp177 _numeric_tabular ( Glib::ustring(C_("Font feature", "Tabular" )) ), in FontVariants()
354 _numeric_tabular.set_tooltip_text( _("Same width numerals. OpenType table: 'tnum'")); in FontVariants()
368 _numeric_tabular.set_group(width_group); in FontVariants()
380_numeric_tabular.signal_clicked().connect ( sigc::mem_fun(*this, &FontVariants::numeric_call… in FontVariants()
397 _numeric_grid.attach (_numeric_tabular, 3, 1, 1, 1); in FontVariants()
646 _numeric_tabular.set_active(); in update()
666_numeric_tabular.set_inconsistent( _numeric_mix & SP_CSS_FONT_VARIANT_NUMERIC_TABULAR_NUMS ); in update()
863 _numeric_tabular.set_sensitive(); in update_opentype()
865 _numeric_tabular.set_sensitive( false ); in update_opentype()
1274 bool tabular = _numeric_tabular.get_active(); in fill_css()
[all …]
H A Dfont-variants.h89 Gtk::RadioButton _numeric_tabular; variable