X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fmain.cpp;h=46946f9e9bcd1279f94e6fad26f986365aa0e3a8;hp=718361fbc7720703e0007c2ce62b333d8a28ace8;hb=63b52d964e75f9224645c6fbb4ba4387ada506f8;hpb=53579b1a949fa3e4e193f8dfba2064edbb123f57 diff --git a/src/main.cpp b/src/main.cpp index 718361f..46946f9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -83,7 +83,8 @@ int main(int argc, char ** argv) else { //doc.AddBezier(Bezier(0,0, 1,0.5, 0.5,1, 1,1)); - doc.AddText("c",1,0,0); + doc.AddText("The quick brown\nfox jumps over\nthe lazy dog",0.1,0,0.5); + //doc.AddBezier(Bezier(0,0,0,0.1,0,0.1,0,0.1)); } Debug("Start!"); Rect bounds(b[0],b[1],b[2],b[3]);