Publish SWT(Containing Japanese Text and
Font included) with Flash5.
JGenerator parses that SWT,
and:
( Text#gen2DBCSchars(b[],i,i,c[]) )
outbuf[size++] = (char) ((hi<<8) | lo);
this CHAR will unmatch with font's codeTable
[idx] at layout()...
once i tried to replace the line below with:
outbuf[size++] = (char) ((lo<<8) | hi);
output seems correct.
may it be bug??
#
sorry for bad english.
tanigon
(tanigon@tanigon.godhand.com)