diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2019-03-18 10:15:33 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2019-03-18 10:15:33 +0000 |
| commit | 0ad29b463567262c562c845cd9cdc07971afde28 (patch) | |
| tree | 808b49ab3351ef7329b6f12292b76651f0be7aca /src/ui/widget/font-variations.cpp | |
| parent | Fix rendering for text with inherited 'font-variation-settings' property. (diff) | |
| download | inkscape-0ad29b463567262c562c845cd9cdc07971afde28.tar.gz inkscape-0ad29b463567262c562c845cd9cdc07971afde28.zip | |
Keep font variations widget in sync with CSS style widget.
Diffstat (limited to 'src/ui/widget/font-variations.cpp')
| -rw-r--r-- | src/ui/widget/font-variations.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/widget/font-variations.cpp b/src/ui/widget/font-variations.cpp index d0e6090e5..20012b381 100644 --- a/src/ui/widget/font-variations.cpp +++ b/src/ui/widget/font-variations.cpp @@ -93,7 +93,6 @@ FontVariations::update (Glib::ustring& font_spec) { void FontVariations::fill_css( SPCSSAttr *css ) { - std::cout << "FontVariations::fill_css" << std::endl; // Eventually will want to favor using 'font-weight', etc. but at the moment these // can't handle "fractional" values. See CSS Fonts Module Level 4. |
