diff options
Diffstat (limited to 'test/dw_table.cc')
-rw-r--r-- | test/dw_table.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dw_table.cc b/test/dw_table.cc index 21a381f7..75842e60 100644 --- a/test/dw_table.cc +++ b/test/dw_table.cc @@ -63,6 +63,7 @@ int main(int argc, char **argv) fontAttrs.weight = 400; fontAttrs.style = FONT_STYLE_NORMAL; fontAttrs.letterSpacing = 0; + fontAttrs.fontVariant = FONT_VARIANT_NORMAL; styleAttrs.font = dw::core::style::Font::create (layout, &fontAttrs); Style *tableStyle = Style::create (layout, &styleAttrs); |