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 /doc/dw-usage.doc | |
parent | 4e348a6c67e15bb5c0feea1279272431abb3f0db (diff) |
tests cleanup
Diffstat (limited to 'doc/dw-usage.doc')
-rw-r--r-- | doc/dw-usage.doc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/dw-usage.doc b/doc/dw-usage.doc index 16ce5042..a23920b8 100644 --- a/doc/dw-usage.doc +++ b/doc/dw-usage.doc @@ -88,6 +88,8 @@ defined: fontAttrs.size = 14; fontAttrs.weight = 400; fontAttrs.style = dw::core::style::FONT_STYLE_NORMAL; + fontAttrs.letterSpacing = 0; + fontAttrs.fontVariant = dw::core::style::FONT_VARIANT_NORMAL; \endcode Now, the font can be created: |