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)
55 Q_INVOKABLE
int fontPixelSize(SizeType type)
const;
56 Q_INVOKABLE
void setFontPixelSize(SizeType type,
int size);
58 Q_INVOKABLE
static int fontPixelSize(
const QFont &font);
60 Q_INVOKABLE
static QFont get(
int pixelSize,
const QFont &base);
61 inline const QFont get(SizeType type,
const QFont &base)
const
63 return get(fontPixelSize(type), base);
65 inline const QFont get(SizeType type)
const
67 return get(type, baseFont());
70 QFont baseFont()
const;
71 void setBaseFont(
const QFont &font);
74 inline const QFont t1()
const
78 inline const QFont t2()
const
82 inline const QFont t3()
const
86 inline const QFont t4()
const
90 inline const QFont t5()
const
94 inline const QFont t6()
const
98 inline const QFont t7()
const
102 inline const QFont t8()
const
106 inline const QFont t9()
const
110 inline const QFont t10()
const
114 inline const QFont t11()
const