diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2017-06-23 00:56:51 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2017-06-23 00:58:21 +0000 |
| commit | 0868ec95edd45394fcf583bf3f1cfa311e8a4c1d (patch) | |
| tree | cbff9a2a1ff2518e917f04905d71d36a82173251 /src/style.h | |
| parent | cmake/MSYS2: quick fix for poppler update (diff) | |
| download | inkscape-0868ec95edd45394fcf583bf3f1cfa311e8a4c1d.tar.gz inkscape-0868ec95edd45394fcf583bf3f1cfa311e8a4c1d.zip | |
rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement full parsing of multiple axes and respective design-space coordiantes.
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 66332a117..fc50c3580 100644 --- a/src/style.h +++ b/src/style.h @@ -129,7 +129,7 @@ public: SPIString font_feature_settings; /** Font variation settings (Low level access to OpenType variable font design-coordinate values) */ - SPIVariableFontAxisOrNormal font_variation_settings; + SPIFontVariationSettings font_variation_settings; /* Text ----------------------------- */ |
