diff 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
line wrap: on
line diff
--- a/nodejs/mbfly_njs.h	Wed Jun 09 22:06:50 2010 +0800
+++ b/nodejs/mbfly_njs.h	Thu Jun 10 09:36:41 2010 +0800
@@ -29,4 +29,7 @@
 /* From paints.cc */
 void xnjsmb_paints_init_mb_rt_temp(v8::Handle<v8::FunctionTemplate> rt_temp);
 
+/* From font.cc */
+void xnjsmb_font_init_mb_rt_temp(v8::Handle<v8::FunctionTemplate> mb_rt_temp);
+
 #endif /* __MBFLY_NJS_H_ */