|
Krita Source Code Documentation
|
The FontFeatureLigatures class This struct represents css font-variant-ligatures. More...
#include <KoSvgText.h>
Inheritance diagram for KoSvgText::FontFeatureLigatures:Public Member Functions | |
| QStringList | fontFeatures (const int start, const int end) |
| bool | operator== (const FontFeatureLigatures &other) const |
Public Attributes | |
| bool | commonLigatures = true |
| 'clig' and 'liga' | |
| bool | contextualAlternates = true |
| 'calt' | |
| bool | discretionaryLigatures = false |
| 'dlig' | |
| bool | historicalLigatures = false |
| 'hlig' | |
The FontFeatureLigatures class This struct represents css font-variant-ligatures.
Definition at line 847 of file KoSvgText.h.
|
inline |
Definition at line 860 of file KoSvgText.h.
References commonLigatures, contextualAlternates, discretionaryLigatures, historicalLigatures, and length().
|
inline |
Definition at line 853 of file KoSvgText.h.
References commonLigatures, contextualAlternates, discretionaryLigatures, and historicalLigatures.
| bool KoSvgText::FontFeatureLigatures::commonLigatures = true |
'clig' and 'liga'
Definition at line 848 of file KoSvgText.h.
| bool KoSvgText::FontFeatureLigatures::contextualAlternates = true |
'calt'
Definition at line 851 of file KoSvgText.h.
| bool KoSvgText::FontFeatureLigatures::discretionaryLigatures = false |
'dlig'
Definition at line 849 of file KoSvgText.h.
| bool KoSvgText::FontFeatureLigatures::historicalLigatures = false |
'hlig'
Definition at line 850 of file KoSvgText.h.