--- np2/wince/fontmng.cpp 2003/12/01 21:15:13 1.3 +++ np2/wince/fontmng.cpp 2003/12/05 19:42:03 1.4 @@ -223,7 +223,11 @@ static void getlength1(FNTMNG fhdl, FNTD fdat->height = fhdl->bmpheight >> 1; } else { +#if 1 // PocketPCのみ戻り値が変らしい? + fdat->width = min(fntsize.cx, fhdl->bmpwidth); +#else fdat->width = min(fntsize.cx + 1, fhdl->bmpwidth); +#endif fdat->pitch = min(fntsize.cx, fhdl->bmpwidth); fdat->height = fhdl->bmpheight; }