Mercurial > MadButterfly
diff examples/dynamic/main.c @ 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 | ab8284c8dcee |
children | 433fa83d16f9 |
line wrap: on
line diff
--- a/examples/dynamic/main.c Sun Jan 04 12:01:41 2009 +0800 +++ b/examples/dynamic/main.c Sat Jan 31 09:41:04 2009 +0800 @@ -126,6 +126,11 @@ mb_button_add_onClick(b, test,NULL); } +void draw_text() +{ + +} + int main(int argc, char * const argv[]) { subject_t *subject; mb_obj_t *button; @@ -137,6 +142,7 @@ else myApp = MBApp_Init("scene"); data.currentscene=0; + draw_text(); MBApp_setData(myApp,&data); MyApp_InitContent(); get_now(&tmo);