summaryrefslogtreecommitdiff
path: root/test/dw_resource_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/dw_resource_test.cc')
-rw-r--r--test/dw_resource_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dw_resource_test.cc b/test/dw_resource_test.cc
index e399d958..28611bb0 100644
--- a/test/dw_resource_test.cc
+++ b/test/dw_resource_test.cc
@@ -54,6 +54,7 @@ int main(int argc, char **argv)
fontAttrs.size = 14;
fontAttrs.weight = 400;
fontAttrs.style = FONT_STYLE_NORMAL;
+ fontAttrs.letterSpacing = 0;
styleAttrs.font = Font::create (layout, &fontAttrs);
styleAttrs.color = Color::create (layout, 0x000000);