summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengine_p.h
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@digia.com>2013-10-30 17:53:40 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-31 12:33:55 +0100
commit65b12fbdb13d34c61bcadd5cc8fd6ee28a8dfafd (patch)
tree488dc583c5d8e6482d4b808df6dd2b43f77abee3 /src/gui/text/qfontengine_p.h
parente8f2c4d2cd5432e0570f70a6f9379f2eaa43170c (diff)
Store the font's scalability in QFontEngine.
This is an enabler to fallback to native font rendering when using a bitmap font in Qt Quick. Task-number: QTBUG-32737 Change-Id: I6d841dd5ef54d78a00f7fab9d80e9c95ff7f7b98 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'src/gui/text/qfontengine_p.h')
-rw-r--r--src/gui/text/qfontengine_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/text/qfontengine_p.h b/src/gui/text/qfontengine_p.h
index c181d61d73..07be498764 100644
--- a/src/gui/text/qfontengine_p.h
+++ b/src/gui/text/qfontengine_p.h
@@ -302,6 +302,8 @@ public:
inline QVariant userData() const { return m_userData; }
+ bool smoothScalable;
+
protected:
QFixed lastRightBearing(const QGlyphLayout &glyphs, bool round = false);