diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2017-06-13 00:08:50 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2017-06-22 00:04:53 +0000 |
| commit | 0edfdf950796befdb42ab9b2ef76c76483d9dbb1 (patch) | |
| tree | 5ef162470f99f836f88858140ca575c710fe6eaf /src/style.h | |
| parent | Do not strip file extension in CUSTOM_TYPE Windows native file save dialogs (diff) | |
| download | inkscape-0edfdf950796befdb42ab9b2ef76c76483d9dbb1.tar.gz inkscape-0edfdf950796befdb42ab9b2ef76c76483d9dbb1.zip | |
parsing font-variation-settings (CSS Fonts Module Level 4)
Diffstat (limited to 'src/style.h')
| -rw-r--r-- | src/style.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/style.h b/src/style.h index 00c8c032a..66332a117 100644 --- a/src/style.h +++ b/src/style.h @@ -128,6 +128,9 @@ public: /** Font feature settings (Low level access to TrueType tables) */ SPIString font_feature_settings; + /** Font variation settings (Low level access to OpenType variable font design-coordinate values) */ + SPIVariableFontAxisOrNormal font_variation_settings; + /* Text ----------------------------- */ /** First line indent of paragraphs (css2 16.1) */ |
