bug 35108; we weren't drawing the geometric shapes from the Japanese

JIS X 0208 fonts on Unix; fixed now
This commit is contained in:
erik%netscape.com 2000-04-13 21:13:04 +00:00
Родитель 7fc48dcee5
Коммит 737b559744
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -870,7 +870,7 @@ SetUpFontCharSetInfo(nsFontCharSetInfo* aSelf)
*/
if (aSelf->Convert == DoubleByteConvert) {
PRUint32* map = aSelf->mMap;
for (PRUint16 i = 0; i < (0x3000 >> 5); i++) {
for (PRUint16 i = 0; i < (0x2200 >> 5); i++) {
map[i] = 0;
}
}