|
Krita Source Code Documentation
|
#include <KoSvgText.h>
Inheritance diagram for KoSvgText::LineHeightInfo:Public Member Functions | |
| bool | operator== (const LineHeightInfo &rhs) const |
| The 'auto' value. | |
Public Attributes | |
| bool | isNormal = true |
| It's a number indicating the lineHeight;. | |
| bool | isNumber = false |
| Length or number. | |
| CssLengthPercentage | length |
| qreal | value = 1.0 |
Definition at line 692 of file KoSvgText.h.
|
inline |
The 'auto' value.
Definition at line 698 of file KoSvgText.h.
References isNormal, isNumber, length, qFuzzyCompare(), and value.
| bool KoSvgText::LineHeightInfo::isNormal = true |
It's a number indicating the lineHeight;.
Definition at line 696 of file KoSvgText.h.
| bool KoSvgText::LineHeightInfo::isNumber = false |
Length or number.
Definition at line 695 of file KoSvgText.h.
| CssLengthPercentage KoSvgText::LineHeightInfo::length |
Definition at line 693 of file KoSvgText.h.
| qreal KoSvgText::LineHeightInfo::value = 1.0 |
Definition at line 694 of file KoSvgText.h.