Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/styles/
H A DKoCharacterStyle.h371 RotationScale textRotationScale() const;
H A DKoCharacterStyle.cpp1246 KoCharacterStyle::RotationScale KoCharacterStyle::textRotationScale() const in textRotationScale() function in KoCharacterStyle
1783 const QString textRotationScale(styleStack.property(KoXmlNS::style, "text-rotation-scale")); in loadOdfProperties() local
1784 if (!textRotationScale.isEmpty()) { in loadOdfProperties()
1785 setTextRotationScale(stringToRotationScale(textRotationScale)); in loadOdfProperties()
2168 RotationScale scale = textRotationScale(); in saveOdf()
/dports/editors/calligra/calligra-3.2.1/libs/text/styles/
H A DKoCharacterStyle.h371 RotationScale textRotationScale() const;
H A DKoCharacterStyle.cpp1249 KoCharacterStyle::RotationScale KoCharacterStyle::textRotationScale() const in textRotationScale() function in KoCharacterStyle
1786 const QString textRotationScale(styleStack.property(KoXmlNS::style, "text-rotation-scale")); in loadOdfProperties() local
1787 if (!textRotationScale.isEmpty()) { in loadOdfProperties()
1788 setTextRotationScale(stringToRotationScale(textRotationScale)); in loadOdfProperties()
2171 RotationScale scale = textRotationScale(); in saveOdf()