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

/inkscape/src/ui/widget/
H A Dfont-variants.cpp586 bool discretionary = _ligatures_discretionary.get_active(); local
590 if( !common && !discretionary && !historical && !contextual ) {
592 } else if ( common && !discretionary && !historical && contextual ) {
598 if ( discretionary )
599 css_string += "discretionary-ligatures ";

Completed in 22 milliseconds