summaryrefslogtreecommitdiff
path: root/include/llmr/style/style_parser.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-03-12 15:27:20 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-03-14 11:36:10 +0100
commitd9589573bc9b437b55ee27f4746627a427aedb69 (patch)
treead94dfba2aa96c5306040ad91ca801865a64d6d4 /include/llmr/style/style_parser.hpp
parentdf56f9fbcefa28295992c99096ebc82d3543194f (diff)
downloadqtlocation-mapboxgl-d9589573bc9b437b55ee27f4746627a427aedb69.tar.gz
extract label shaping
Diffstat (limited to 'include/llmr/style/style_parser.hpp')
-rw-r--r--include/llmr/style/style_parser.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llmr/style/style_parser.hpp b/include/llmr/style/style_parser.hpp
index 3c53037aa1..93cd373b6c 100644
--- a/include/llmr/style/style_parser.hpp
+++ b/include/llmr/style/style_parser.hpp
@@ -23,6 +23,7 @@ private:
FillClass parseFillClass(JSVal value);
LineClass parseLineClass(JSVal value);
PointClass parsePointClass(JSVal value);
+ TextClass parseTextClass(JSVal value);
BackgroundClass parseBackgroundClass(JSVal value);
bool parseBoolean(JSVal value);