Searched refs:_ligatures_all (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dfont-variants.h107 unsigned _ligatures_all; member in class:Inkscape::UI::Widget::FontVariants
H A Dfont-variants.cpp320 _ligatures_all = query->font_variant_ligatures.computed;
323 _ligatures_common.set_active( _ligatures_all & SP_CSS_FONT_VARIANT_LIGATURES_COMMON );
324 _ligatures_discretionary.set_active(_ligatures_all & SP_CSS_FONT_VARIANT_LIGATURES_DISCRETIONARY );
325 _ligatures_historical.set_active( _ligatures_all & SP_CSS_FONT_VARIANT_LIGATURES_HISTORICAL );
326 _ligatures_contextual.set_active( _ligatures_all & SP_CSS_FONT_VARIANT_LIGATURES_CONTEXTUAL );

Completed in 17 milliseconds