mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@3416 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
0531457aab
commit
f8fc27de41
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue