diff options
Diffstat (limited to 'test/dw_example.cc')
-rw-r--r-- | test/dw_example.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dw_example.cc b/test/dw_example.cc index ba551b91..1ce643f8 100644 --- a/test/dw_example.cc +++ b/test/dw_example.cc @@ -49,6 +49,7 @@ int main(int argc, char **argv) fontAttrs.size = 14; fontAttrs.weight = 400; fontAttrs.style = dw::core::style::FONT_STYLE_NORMAL; + fontAttrs.letterSpacing = 0; styleAttrs.font = dw::core::style::Font::create (layout, &fontAttrs); styleAttrs.color = |