|
Krita Source Code Documentation
|
#include <KoSvgText.h>
Inheritance diagram for KoSvgText::TextTransformInfo:Public Member Functions | |
| bool | operator== (const TextTransformInfo &rhs) const |
| TextTransformInfo ()=default | |
Public Attributes | |
| TextTransform | capitals = TextTransformNone |
| Text transform upper/lower/capitalize. | |
| bool | fullSizeKana = false |
| bool | fullWidth = false |
"This property transforms text for styling purposes. It has no effect on the underlying content, and must not affect the content of a plain text copy & paste operation." – CSS-Text-3
Definition at line 635 of file KoSvgText.h.
|
default |
|
inline |
Definition at line 642 of file KoSvgText.h.
References capitals, fullSizeKana, and fullWidth.
| TextTransform KoSvgText::TextTransformInfo::capitals = TextTransformNone |
Text transform upper/lower/capitalize.
Definition at line 637 of file KoSvgText.h.
| bool KoSvgText::TextTransformInfo::fullSizeKana = false |
Convert Japanese Katakana and Hiragana to their 'fullsize' equivalents. 'at-risk'
Definition at line 640 of file KoSvgText.h.
| bool KoSvgText::TextTransformInfo::fullWidth = false |
Convert proportional or half-width text to full-width text. 'at-risk'
Definition at line 638 of file KoSvgText.h.