Mercurial > MadButterfly
comparison nodejs/mbfly_njs.h @ 575:97159102f886
Function of query font face in Javascript
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 10 Jun 2010 09:36:41 +0800 |
parents | a12c3448afb6 |
children | 683889344459 |
comparison
equal
deleted
inserted
replaced
574:a2faee809514 | 575:97159102f886 |
---|---|
27 void xnjsmb_shapes_init_mb_rt_temp(v8::Handle<v8::FunctionTemplate> rt_temp); | 27 void xnjsmb_shapes_init_mb_rt_temp(v8::Handle<v8::FunctionTemplate> rt_temp); |
28 | 28 |
29 /* From paints.cc */ | 29 /* From paints.cc */ |
30 void xnjsmb_paints_init_mb_rt_temp(v8::Handle<v8::FunctionTemplate> rt_temp); | 30 void xnjsmb_paints_init_mb_rt_temp(v8::Handle<v8::FunctionTemplate> rt_temp); |
31 | 31 |
32 /* From font.cc */ | |
33 void xnjsmb_font_init_mb_rt_temp(v8::Handle<v8::FunctionTemplate> mb_rt_temp); | |
34 | |
32 #endif /* __MBFLY_NJS_H_ */ | 35 #endif /* __MBFLY_NJS_H_ */ |