Home
last modified time | relevance | path

Searched refs:SP_CSS_FONT_VARIANT_EAST_ASIAN_PROPORTIONAL_WIDTH (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dstyle-enums.h166 SP_CSS_FONT_VARIANT_EAST_ASIAN_PROPORTIONAL_WIDTH = 128, enumerator
501 {"proportional-width", SP_CSS_FONT_VARIANT_EAST_ASIAN_PROPORTIONAL_WIDTH},
H A Dstyle-internal.cpp1137 value &= ~SP_CSS_FONT_VARIANT_EAST_ASIAN_PROPORTIONAL_WIDTH; in read()
1139 case SP_CSS_FONT_VARIANT_EAST_ASIAN_PROPORTIONAL_WIDTH: in read()
H A Dstyle.cpp1092 if( font_variant_east_asian.computed & SP_CSS_FONT_VARIANT_EAST_ASIAN_PROPORTIONAL_WIDTH ) in getFontFeatureString()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dfont-variants.cpp693 } else if (_asian_all & SP_CSS_FONT_VARIANT_EAST_ASIAN_PROPORTIONAL_WIDTH) { in update()
708 …an_proportional_width.set_inconsistent(_asian_mix & SP_CSS_FONT_VARIANT_EAST_ASIAN_PROPORTIONAL_WI… in update()