|
Krita Source Code Documentation
|
The FontFeatureLigatures class This struct represents css font-variant-numeric. More...
#include <KoSvgText.h>
Inheritance diagram for KoSvgText::FontFeatureNumeric:Public Member Functions | |
| QStringList | fontFeatures (const int start, const int end) |
| bool | operator== (const FontFeatureNumeric &other) const |
Public Attributes | |
| NumericFractions | fractions = NumericFractionsNormal |
| bool | ordinals = false |
| bool | slashedZero = false |
| NumericFigureSpacing | spacing = NumericFigureSpacingNormal |
| NumericFigureStyle | style = NumericFigureStyleNormal |
The FontFeatureLigatures class This struct represents css font-variant-numeric.
Definition at line 935 of file KoSvgText.h.
|
inline |
Definition at line 951 of file KoSvgText.h.
References length(), KoSvgText::NumericFigureSpacingProportional, KoSvgText::NumericFigureSpacingTabular, KoSvgText::NumericFigureStyleLining, KoSvgText::NumericFigureStyleOld, KoSvgText::NumericFractionsDiagonal, and KoSvgText::NumericFractionsStacked.
|
inline |
Definition at line 943 of file KoSvgText.h.
References fractions, ordinals, slashedZero, spacing, and style.
| NumericFractions KoSvgText::FontFeatureNumeric::fractions = NumericFractionsNormal |
Definition at line 940 of file KoSvgText.h.
| bool KoSvgText::FontFeatureNumeric::ordinals = false |
Definition at line 941 of file KoSvgText.h.
| bool KoSvgText::FontFeatureNumeric::slashedZero = false |
Definition at line 942 of file KoSvgText.h.
| NumericFigureSpacing KoSvgText::FontFeatureNumeric::spacing = NumericFigureSpacingNormal |
Definition at line 939 of file KoSvgText.h.
| NumericFigureStyle KoSvgText::FontFeatureNumeric::style = NumericFigureStyleNormal |
Definition at line 938 of file KoSvgText.h.