git-svn-id: svn://ultimatepp.org/upp/trunk@3416 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-05-13 10:21:50 +00:00
parent 0531457aab
commit f8fc27de41

View file

@ -40,7 +40,7 @@ GUI_APP_MAIN
dword h = 0;
for(int ch = 32; ch < 65536; ch++) {
if(GetGlyphInfo(fnt, ch).IsNormal()) {
h |= (0x8000000 >> ((dword)ch >> 11));
h |= (0x80000000 >> ((dword)ch >> 11));
ch |= 2047;
}
}