Home
last modified time | relevance | path

Searched refs:INKSCAPE_FONT_SPEC (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dattributes.h474 INKSCAPE_FONT_SPEC, // Remove me enumerator
H A Dstyle.h133 T<SPAttr::INKSCAPE_FONT_SPEC, SPIString> font_specification;
H A Dattributes.cpp472 {SPAttr::INKSCAPE_FONT_SPEC, "-inkscape-font-specification"},
H A Dstyle-internal.cpp1199 } else if (id() == SPAttr::INKSCAPE_FONT_SPEC) { in read()
1225 } else if (id() == SPAttr::INKSCAPE_FONT_SPEC) { in get_value()
H A Dstyle.cpp100 … REGISTER_PROPERTY(SPAttr::INKSCAPE_FONT_SPEC, font_specification, "-inkscape-font-specification"); in SPStylePropHelper()