summaryrefslogtreecommitdiffstats
path: root/src/style.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-06-07 09:44:33 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-06-07 09:44:33 +0000
commitc0b08b4f091641f70df0f5104f52c56ca360cc63 (patch)
tree74c8be69f719f27fe6df0127c5e8deb1787644ee /src/style.h
parentFixes to extension system and simplify the code (diff)
downloadinkscape-c0b08b4f091641f70df0f5104f52c56ca360cc63.tar.gz
inkscape-c0b08b4f091641f70df0f5104f52c56ca360cc63.zip
Add GUI support for 'font-variant-east-asian' property.
Diffstat (limited to 'src/style.h')
-rw-r--r--src/style.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.h b/src/style.h
index 8accd0384..c01f5d883 100644
--- a/src/style.h
+++ b/src/style.h
@@ -129,7 +129,7 @@ public:
/** Font variant alternates (alternates/swatches) */
SPIEnum font_variant_alternates;
/** Font variant East Asian */
- SPIEnum font_variant_east_asian;
+ SPIEastAsian font_variant_east_asian;
/** Font feature settings (Low level access to TrueType tables) */
SPIString font_feature_settings;