Home
last modified time | relevance | path

Searched refs:SP_CSS_FONT_STRETCH_NARROWER (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dstyle-enums.h97 SP_CSS_FONT_STRETCH_NARROWER, enumerator
430 {"narrower", SP_CSS_FONT_STRETCH_NARROWER},
H A Dstyle-internal.cpp828 if (value == SP_CSS_FONT_STRETCH_NARROWER) { in update_computed_cascade()
878 update_value_merge(p, SP_CSS_FONT_STRETCH_NARROWER, SP_CSS_FONT_STRETCH_WIDER); in update_value_merge()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/libnrtype/
H A DFontFactory.cpp193 case SP_CSS_FONT_STRETCH_NARROWER: in ink_font_description_from_style()