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

/inkscape/src/
H A Dstyle-enums.h90 SP_CSS_FONT_VARIANT_POSITION_NORMAL = 1, enumerator in enum:SPCSSFontVariantPosition
411 {"normal", SP_CSS_FONT_VARIANT_POSITION_NORMAL},
H A Ddesktop-style.cpp1293 position_res->computed = SP_CSS_FONT_VARIANT_POSITION_NORMAL;
H A Dstyle.cpp123 font_variant_position( "font-variant-position", enum_font_variant_position, SP_CSS_FONT_VARIANT_POSITION_NORMAL ),
/inkscape/src/ui/widget/
H A Dfont-variants.cpp336 _position_normal.set_active( _position_all & SP_CSS_FONT_VARIANT_POSITION_NORMAL );
340 _position_normal.set_inconsistent( _position_mix & SP_CSS_FONT_VARIANT_POSITION_NORMAL );
609 unsigned position_new = SP_CSS_FONT_VARIANT_POSITION_NORMAL;

Completed in 56 milliseconds