aboutsummaryrefslogtreecommitdiffstats
path: root/softwarecontext/context.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2014-08-07 15:43:23 +0200
committerLars Knoll <lars.knoll@digia.com>2014-08-08 15:57:10 +0300
commit9c09e0e86bc5056c2bc34b711024bac8e09dbf74 (patch)
treee9bef60667fd481e1ef823ff7629981da2d1a95a /softwarecontext/context.h
parentda54d17352dfc4070eb6fa105ce853e3d35490ef (diff)
Basic support for text rendering
Change-Id: I365c44b596f8866df2aff4e9f5e088bec0010539 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'softwarecontext/context.h')
-rw-r--r--softwarecontext/context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/softwarecontext/context.h b/softwarecontext/context.h
index 75cf02d767..0eb51ba9cd 100644
--- a/softwarecontext/context.h
+++ b/softwarecontext/context.h
@@ -91,6 +91,7 @@ public:
virtual QSGRectangleNode *createRectangleNode();
virtual QSGImageNode *createImageNode();
+ virtual QSGGlyphNode *createGlyphNode(QSGRenderContext *rc, bool preferNativeGlyphNode);
private:
};