Mercurial > dillo_port1.3
comparison test/dw_links2.cc @ 2016:8cf59505bd0a
tests cleanup
author | corvid <corvid@lavabit.com> |
---|---|
date | Sat, 14 May 2011 06:45:42 +0000 |
parents | bfb8bc9ddf62 |
children |
comparison
equal
deleted
inserted
replaced
2015:025c664fa44f | 2016:8cf59505bd0a |
---|---|
120 fontAttrs.name = "Bitstream Charter"; | 120 fontAttrs.name = "Bitstream Charter"; |
121 fontAttrs.size = 14; | 121 fontAttrs.size = 14; |
122 fontAttrs.weight = 400; | 122 fontAttrs.weight = 400; |
123 fontAttrs.style = FONT_STYLE_NORMAL; | 123 fontAttrs.style = FONT_STYLE_NORMAL; |
124 fontAttrs.letterSpacing = 0; | 124 fontAttrs.letterSpacing = 0; |
125 fontAttrs.fontVariant = FONT_VARIANT_NORMAL; | |
125 styleAttrs.font = dw::core::style::Font::create (layout, &fontAttrs); | 126 styleAttrs.font = dw::core::style::Font::create (layout, &fontAttrs); |
126 | 127 |
127 styleAttrs.color = Color::create (layout, 0x000000); | 128 styleAttrs.color = Color::create (layout, 0x000000); |
128 styleAttrs.backgroundColor = Color::create (layout, 0xffffff); | 129 styleAttrs.backgroundColor = Color::create (layout, 0xffffff); |
129 | 130 |