
{"id":2472,"date":"2010-08-13T20:10:28","date_gmt":"2010-08-13T14:40:28","guid":{"rendered":"http:\/\/www.jeffrin.in\/?p=2472"},"modified":"2010-08-13T20:10:28","modified_gmt":"2010-08-13T14:40:28","slug":"cairo-graphics-0-3","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2010\/08\/13\/cairo-graphics-0-3\/","title":{"rendered":"cairo graphics 0.3"},"content":{"rendered":"<p><a href=\"http:\/\/www.trueangle.org\/wp-content\/uploads\/2010\/09\/e686d-imagec1-2.png\"><img decoding=\"async\" loading=\"lazy\" src=\"http:\/\/www.trueangle.org\/wp-content\/uploads\/2010\/09\/e686d-imagec1-2.png?w=300\" alt=\"\" title=\"imageC1\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-2480\" \/><\/a><br \/>\n<code><br \/>\n\/* Jeffrin Jose  Licensed GPL v3 Copyright<br \/>\nAugust 2010 GPL --&gt; http:\/\/www.gnu.org\/copyleft\/gpl.html *\/<\/p>\n<p>#include<\/p>\n<p>int<br \/>\nmain ()<br \/>\n{<br \/>\nint i;<br \/>\n        cairo_surface_t *surface =<br \/>\n            cairo_image_surface_create (CAIRO_FORMAT_ARGB32, 800, 600);<br \/>\n        cairo_t *cr =<br \/>\n            cairo_create (surface);<\/p>\n<p>        cairo_set_font_size (cr, 32.0);<br \/>\n        cairo_set_source_rgb (cr, 0, 0, 0);<br \/>\n        cairo_set_line_width(cr,1.0);<br \/>\nfor (i=0;i&lt;100;i++)<br \/>\n{<br \/>\n\/*           cairo_move_to(cr,30+i,60);<br \/>\n           cairo_line_to(cr,30+i,60+i);*\/<br \/>\n           cairo_rectangle(cr,50+i,100,10+i,10+i);<br \/>\n       \/*   cairo_line_to(cr,40,200); *\/<\/p>\n<p>cairo_stroke(cr);<br \/>\n\/* cairo_surface_flush(); *\/<br \/>\n\/* usleep(100000);*\/<br \/>\n}<\/p>\n<p>\/*        cairo_rectangle(cr,30,20,67,70);*\/<br \/>\n\/*        cairo_stroke(cr);*\/<\/p>\n<p>        cairo_destroy (cr);<br \/>\n        cairo_surface_write_to_png (surface, &quot;imagecairo1.png&quot;);<br \/>\n        cairo_surface_destroy (surface);<br \/>\n        return 0;<br \/>\n}<\/p>\n<p><\/code><br \/>\n<\/p>\n<h4> Output <\/h4>\n<p>\n<a>https:\/\/beautifulworknew.wordpress.com\/wp-content\/uploads\/2021\/03\/826a6-imagecairo1.png<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\/* Jeffrin Jose Licensed GPL v3 Copyright August 2010 GPL &#8211;&gt; http:\/\/www.gnu.org\/copyleft\/gpl.html *\/ #include int main () { int i; cairo_surface_t *surface = cairo_image_surface_create (CAIRO_FORMAT_ARGB32, 800, 600); cairo_t *cr = cairo_create (surface); cairo_set_font_size (cr, 32.0); cairo_set_source_rgb (cr, 0, 0, 0); cairo_set_line_width(cr,1.0); for (i=0;i&lt;100;i++) { \/* cairo_move_to(cr,30+i,60); cairo_line_to(cr,30+i,60+i);*\/ cairo_rectangle(cr,50+i,100,10+i,10+i); \/* cairo_line_to(cr,40,200); *\/ cairo_stroke(cr); \/* cairo_surface_flush(); *\/ &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2010\/08\/13\/cairo-graphics-0-3\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;cairo graphics 0.3&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[254,517,859,926,1275],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/2472"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=2472"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/2472\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=2472"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=2472"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=2472"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}