added moo_ucwidth()

This commit is contained in:
hyunghwan.chung
2017-07-05 14:23:13 +00:00
parent d0b38926d4
commit fc121cd70a
4 changed files with 149 additions and 7 deletions

View File

@ -525,7 +525,7 @@ static moo_pfrc_t pf_apply_gc (moo_t* moo, moo_ooi_t nargs)
}
else
{
MOO_DEBUG2 (moo, "<x11.apply_gc> Cannot laod font - %.*js\n", MOO_OBJ_GET_SIZE(a0->font_name), MOO_OBJ_GET_CHAR_SLOT(a0->font_name));
MOO_DEBUG2 (moo, "<x11.apply_gc> Cannot load font - %.*js\n", MOO_OBJ_GET_SIZE(a0->font_name), MOO_OBJ_GET_CHAR_SLOT(a0->font_name));
MOO_STACK_SETRETTOERROR (moo, nargs, MOO_ESYSERR);
return MOO_PF_SUCCESS;
}