mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-25 22:03:45 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@10275 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c8dbd68e1d
commit
29eebcd4e0
11 changed files with 13 additions and 109 deletions
|
|
@ -17,7 +17,7 @@ CONSOLE_APP_MAIN {
|
|||
ImagePainter w(1500, 200);
|
||||
w.DrawRect(0, 0, 1500, 200, White());
|
||||
txt.Paint(w, 0, 0, 1500);
|
||||
PNGEncoder().SaveFile(GetHomeDirFile("richtext.png"), w);
|
||||
PNGEncoder().SaveFile(GetHomeDirFile("richtext.png"), w);
|
||||
|
||||
PdfDraw pdf;
|
||||
txt.Paint(pdf, 0, 0, 1000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue