--- OOA680_m1/sw/source/ui/config/fontcfg.cxx.~1.17.~ 2005-11-16 16:50:33.000000000 +0700 +++ OOA680_m1/sw/source/ui/config/fontcfg.cxx 2005-12-26 10:52:05.000000000 +0700 @@ -333,7 +333,7 @@ } if( eLang == LANGUAGE_THAI && nFontType >= FONT_STANDARD_CTL ) { - nRet = nRet * 3 / 2; + nRet = nRet * 4 / 3; } return nRet; }