diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2015-05-12 19:43:24 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2015-05-12 19:43:24 +0000 |
| commit | c1b1d511b45348d8bccc5d22cd3471bb540cde12 (patch) | |
| tree | e8a150c6496b35d56256bf74ef49140e6dab0c57 /src/style.h | |
| parent | packaging/macosx: fix print preview (Gtk+ itself only sets Preview.app as def... (diff) | |
| download | inkscape-c1b1d511b45348d8bccc5d22cd3471bb540cde12.tar.gz inkscape-c1b1d511b45348d8bccc5d22cd3471bb540cde12.zip | |
GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in progress.
(bzr r14148)
Diffstat (limited to 'src/style.h')
| -rw-r--r-- | src/style.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.h b/src/style.h index 2618662f5..f82fad9b0 100644 --- a/src/style.h +++ b/src/style.h @@ -113,7 +113,7 @@ public: /* Font variants -------------------- */ /** Font variant ligatures */ - SPIEnum font_variant_ligatures; + SPILigatures font_variant_ligatures; /** Font variant position (subscript/superscript) */ SPIEnum font_variant_position; /** Font variant caps (small caps) */ |
