Mercurial > MadButterfly
diff tools/mb_c_header.m4 @ 278:a90fd749af82 mbtext
Implement the whole tspan attribute. Currently, we can accept font family/font style/font weight and font size.
author | wycc |
---|---|
date | Sat, 31 Jan 2009 09:41:04 +0800 |
parents | 104d83378582 |
children | c8b6ca46950b |
line wrap: on
line diff
--- a/tools/mb_c_header.m4 Sun Jan 04 12:01:41 2009 +0800 +++ b/tools/mb_c_header.m4 Sat Jan 31 09:41:04 2009 +0800 @@ -20,6 +20,15 @@ define([ADD_TEXT],[ [ shape_t *$1; ]]) +define([PANGO_BEGIN_TEXT],[ +[ shape_t *$1; +]]) +define([PANGO_END_TEXT],[ +]) +define([PANGO_SIZE],[]) +define([PANGO_STYLE],[]) +define([PANGO_WEIGHT],[]) +define([PANGO_FAMILY],[]) define([COLOR_STOP],[ ]) define([REF_STOPS_RADIAL],)