Home
last modified time | relevance | path

Searched refs:_ligatures_label_common (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.h53 Gtk::Label _ligatures_label_common; variable
H A Dfont-variants.cpp231 _ligatures_label_common.set_max_width_chars( 60 ); in FontVariants()
236 _ligatures_label_common.set_ellipsize( Pango::ELLIPSIZE_END ); in FontVariants()
241 _ligatures_label_common.set_lines( 5 ); in FontVariants()
257 _ligatures_grid.attach( _ligatures_label_common, 1, 0, 1, 1); in FontVariants()
976 _ligatures_label_common.set_markup ( markup_liga.c_str() ); in update_opentype()