Developing Painter2.0

git-svn-id: svn://ultimatepp.org/upp/trunk@848 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-02-10 17:31:20 +00:00
parent d7f5262fc3
commit 7c7c8dfd7e
34 changed files with 1242 additions and 116 deletions

View file

@ -1,7 +1,5 @@
#include "Examples.h"
#if 0
void TextFillSolid(Painter& sw)
{
sw.Text(100, 100, "Hello world!", Roman(120).Italic().Bold())
@ -11,5 +9,3 @@ void TextFillSolid(Painter& sw)
INITBLOCK {
RegisterExample("Filling text with solid color", TextFillSolid);
}
#endif