![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsvgstyle_p.h>
Public Member Functions | |
| QSvgFontStyle (QSvgFont *font) | |
| QSvgFontStyle () | |
| ~QSvgFontStyle () override | |
| void | apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states) override |
| void | revert (QPainter *p, QSvgExtraStates &states) override |
| Type | type () const override |
| void | setSize (qreal size) |
| void | setTextAnchor (Qt::Alignment anchor) |
| void | setFamily (const QString &family) |
| void | setStyle (QFont::Style fontStyle) |
| void | setVariant (QFont::Capitalization fontVariant) |
| void | setWeight (int weight) |
| QSvgFont * | svgFont () const |
| const QFont & | qfont () const |
| Public Member Functions inherited from QSvgStyleProperty | |
| virtual | ~QSvgStyleProperty () |
| virtual bool | isDefault () const |
Static Public Attributes | |
| static const int | LIGHTER = -1 |
| static const int | BOLDER = 1 |
Additional Inherited Members | |
| Public Types inherited from QSvgStyleProperty | |
| enum | Type : quint8 { Quality , Fill , ViewportFill , Font , Stroke , Transform , Opacity , CompOp , Offset , NumTypes } |
Definition at line 314 of file qsvgstyle_p.h.
| QSvgFontStyle::QSvgFontStyle | ( | QSvgFont * | font | ) |
Definition at line 169 of file qsvgstyle.cpp.
| QSvgFontStyle::QSvgFontStyle | ( | ) |
Definition at line 180 of file qsvgstyle.cpp.
|
overridedefault |
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 194 of file qsvgstyle.cpp.
|
inline |
Definition at line 370 of file qsvgstyle_p.h.
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 235 of file qsvgstyle.cpp.
Definition at line 342 of file qsvgstyle_p.h.
Definition at line 328 of file qsvgstyle_p.h.
|
inline |
Definition at line 348 of file qsvgstyle_p.h.
|
inline |
Definition at line 336 of file qsvgstyle_p.h.
|
inline |
Definition at line 353 of file qsvgstyle_p.h.
|
inline |
Definition at line 359 of file qsvgstyle_p.h.
|
inline |
Definition at line 365 of file qsvgstyle_p.h.
|
overridevirtual |
Implements QSvgStyleProperty.
Definition at line 405 of file qsvgstyle.cpp.
|
static |
Definition at line 318 of file qsvgstyle_p.h.
|
static |
Definition at line 317 of file qsvgstyle_p.h.