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

/inkscape/src/
H A Ddesktop-style.cpp1423 if (style_res->font_feature_settings.value) {
1424 g_free(style_res->font_feature_settings.value);
1425 style_res->font_feature_settings.value = NULL;
1427 style_res->font_feature_settings.set = FALSE;
1444 if (style_res->font_feature_settings.value && style->font_feature_settings.value &&
1445 strcmp (style_res->font_feature_settings.value, style->font_feature_settings.value)) {
1449 if (style_res->font_feature_settings.value) {
1450 g_free(style_res->font_feature_settings
[all...]
H A Dstyle.h128 SPIString font_feature_settings; member in class:SPStyle
H A Dstyle.cpp128 font_feature_settings( "font-feature-settings", "normal" ),
308 _properties.push_back( &font_feature_settings );
403 // font_feature_settings );
746 font_feature_settings.readIfUnset( val );
1264 if ( font_feature_settings.value && strcmp( font_feature_settings.value, "normal") ) {
1266 feature_string += font_feature_settings.value;
/inkscape/src/ui/widget/
H A Dfont-variants.cpp403 if( query->font_feature_settings.value )
404 _feature_entry.set_text( query->font_feature_settings.value );

Completed in 86 milliseconds