18 ,
public DTK_CORE_NAMESPACE::DObject
22 Q_PROPERTY(QFont t1 READ t1 NOTIFY fontChanged)
23 Q_PROPERTY(QFont t2 READ t2 NOTIFY fontChanged)
24 Q_PROPERTY(QFont t3 READ t3 NOTIFY fontChanged)
25 Q_PROPERTY(QFont t4 READ t4 NOTIFY fontChanged)
26 Q_PROPERTY(QFont t5 READ t5 NOTIFY fontChanged)
27 Q_PROPERTY(QFont t6 READ t6 NOTIFY fontChanged)
28 Q_PROPERTY(QFont t7 READ t7 NOTIFY fontChanged)
29 Q_PROPERTY(QFont t8 READ t8 NOTIFY fontChanged)
30 Q_PROPERTY(QFont t9 READ t9 NOTIFY fontChanged)
31 Q_PROPERTY(QFont t10 READ t10 NOTIFY fontChanged)
33 Q_PROPERTY(QFont baseFont READ baseFont WRITE setBaseFont RESET resetBaseFont NOTIFY fontChanged)
54 Q_INVOKABLE
int fontPixelSize(SizeType type)
const;
55 Q_INVOKABLE
void setFontPixelSize(SizeType type,
int size);
57 Q_INVOKABLE
static int fontPixelSize(
const QFont &font);
59 Q_INVOKABLE
static QFont get(
int pixelSize,
const QFont &base);
60 inline const QFont get(SizeType type,
const QFont &base)
const
62 return get(fontPixelSize(type), base);
64 inline const QFont get(SizeType type)
const
66 return get(type, baseFont());
69 QFont baseFont()
const;
70 void setBaseFont(
const QFont &font);
73 inline const QFont t1()
const
77 inline const QFont t2()
const
81 inline const QFont t3()
const
85 inline const QFont t4()
const
89 inline const QFont t5()
const
93 inline const QFont t6()
const
97 inline const QFont t7()
const
101 inline const QFont t8()
const
105 inline const QFont t9()
const
109 inline const QFont t10()
const