diff options
author | corvid <corvid@lavabit.com> | 2011-05-14 06:45:42 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-05-14 06:45:42 +0000 |
commit | 4c023f2d58858c394d9401160b642471e2211343 (patch) | |
tree | 257e5e1951582724bf343534b3a98890fe51938d /test/dw_example.cc | |
parent | 4e348a6c67e15bb5c0feea1279272431abb3f0db (diff) |
tests cleanup
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 c83878de..52aa2440 100644 --- a/test/dw_example.cc +++ b/test/dw_example.cc @@ -51,6 +51,7 @@ int main(int argc, char **argv) fontAttrs.weight = 400; fontAttrs.style = dw::core::style::FONT_STYLE_NORMAL; fontAttrs.letterSpacing = 0; + fontAttrs.fontVariant = dw::core::style::FONT_VARIANT_NORMAL; styleAttrs.font = dw::core::style::Font::create (layout, &fontAttrs); styleAttrs.color = |