diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2015-11-18 09:06:09 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2015-11-18 09:06:09 +0000 |
| commit | 97fd7f4c6b6532fd70149726c61c98605dda4067 (patch) | |
| tree | 23a178189c8eaa22557f415fb3e654f0f8c317ca /src/style.h | |
| parent | Replace leading by more useful x-height. Use OS/2 font metrics when available. (diff) | |
| download | inkscape-97fd7f4c6b6532fd70149726c61c98605dda4067.tar.gz inkscape-97fd7f4c6b6532fd70149726c61c98605dda4067.zip | |
Read/write 'dominant-baseline' property.
(bzr r14430.1.6)
Diffstat (limited to 'src/style.h')
| -rw-r--r-- | src/style.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/style.h b/src/style.h index 3948b876c..0e8e34145 100644 --- a/src/style.h +++ b/src/style.h @@ -148,6 +148,8 @@ public: SPIEnum writing_mode; /** Text orientation (CSS Writing Modes 3) */ SPIEnum text_orientation; + /** Dominant baseline (svg1.1) */ + SPIEnum dominant_baseline; /** Baseline shift (svg1.1 10.9.2) */ SPIBaselineShift baseline_shift; |
