diff src/shape_text.c @ 393:27774b93521e

Add sh_stext_t to implement a simple version of text shape. - It is still under construction. - It is supposed to be a simple, less dependency implementation. - It is more less functional than sh_text_t.
author Thinker K.F. Li <thinker@branda.to>
date Mon, 08 Jun 2009 07:04:20 +0800
parents b391722bf20e
children 16116d84bc5e
line wrap: on
line diff
--- a/src/shape_text.c	Wed Apr 15 08:34:27 2009 +0800
+++ b/src/shape_text.c	Mon Jun 08 07:04:20 2009 +0800
@@ -46,7 +46,6 @@
     if(text == NULL)
 	return NULL;
 
-
     memset(text, 0, sizeof(sh_text_t));
     mb_obj_init(text, MBO_TEXT);
     text->data = strdup(txt);