Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/libs/flake/text/
H A DKoSvgTextProperties.cpp296 setProperty(FontWeightId, weight); in parseSvgTextAttribute()
416 if (hasProperty(FontWeightId)) { in convertToSvgTextAttributes()
417 const int weight = property(FontWeightId).toInt(); in convertToSvgTextAttributes()
500 s_defaultProperties->setProperty(FontWeightId, font.weight()); in defaultProperties()
H A DKoSvgTextProperties.h75 FontWeightId, enumerator
/dports/graphics/krita/krita-4.4.8/libs/flake/svg/
H A DSvgStyleParser.cpp241 …gc->font.setWeight(gc->textProperties.propertyOrDefault(KoSvgTextProperties::FontWeightId).toInt()… in parsePA()