зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
7fc48dcee5
Коммит
737b559744
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче