comparison nodejs/mbfly_njs.cc @ 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 13b15b7a463b
children 683889344459
comparison
equal deleted inserted replaced
574:a2faee809514 575:97159102f886
145 /* 145 /*
146 * Add properties to mb_rt templates for other modules. 146 * Add properties to mb_rt templates for other modules.
147 */ 147 */
148 xnjsmb_shapes_init_mb_rt_temp(mb_rt_func); 148 xnjsmb_shapes_init_mb_rt_temp(mb_rt_func);
149 xnjsmb_paints_init_mb_rt_temp(mb_rt_func); 149 xnjsmb_paints_init_mb_rt_temp(mb_rt_func);
150 xnjsmb_font_init_mb_rt_temp(mb_rt_func);
150 151
151 target->Set(String::New("mb_rt"), mb_rt_func->GetFunction()); 152 target->Set(String::New("mb_rt"), mb_rt_func->GetFunction());
152 } 153 }