|
Krita Source Code Documentation
|
#include <KoSvgText.h>
Inheritance diagram for KoSvgText::TextIndentInfo:Public Member Functions | |
| bool | operator== (const TextIndentInfo &rhs) const |
| TextIndentInfo ()=default | |
Public Attributes | |
| bool | eachLine = false |
| Apply the text-indent to each line following a hardbreak. | |
| bool | hanging = false |
| Flip the lines to which text-indent is applied. | |
| CssLengthPercentage | length |
"This property specifies the indentation applied to lines of inline content in a block. The indent is treated as a margin applied to the start edge of the line box." – CSS-Text-3
Definition at line 655 of file KoSvgText.h.
|
default |
|
inline |
Definition at line 661 of file KoSvgText.h.
| bool KoSvgText::TextIndentInfo::eachLine = false |
Apply the text-indent to each line following a hardbreak.
Definition at line 660 of file KoSvgText.h.
| bool KoSvgText::TextIndentInfo::hanging = false |
Flip the lines to which text-indent is applied.
Definition at line 659 of file KoSvgText.h.
| CssLengthPercentage KoSvgText::TextIndentInfo::length |
Definition at line 658 of file KoSvgText.h.