forked from KolibriOS/kolibrios
Update font.inc (skip broken UTF chars) and char.mt (revert old style g char)
git-svn-id: svn://kolibrios.org@5681 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
373718d844
commit
d92f451b90
Binary file not shown.
@ -130,6 +130,7 @@ deltaToScreen = 28
|
|||||||
.drawUTF8:
|
.drawUTF8:
|
||||||
dec dword [esp]
|
dec dword [esp]
|
||||||
js .done
|
js .done
|
||||||
|
@@:
|
||||||
xor ebx, ebx
|
xor ebx, ebx
|
||||||
mov bl, [esi]
|
mov bl, [esi]
|
||||||
inc esi
|
inc esi
|
||||||
@ -137,6 +138,7 @@ deltaToScreen = 28
|
|||||||
jz .done
|
jz .done
|
||||||
jns .valid
|
jns .valid
|
||||||
shl bx, 10
|
shl bx, 10
|
||||||
|
jnc @b
|
||||||
shr bh, 2
|
shr bh, 2
|
||||||
mov bl, [esi]
|
mov bl, [esi]
|
||||||
shl bl, 2
|
shl bl, 2
|
||||||
|
Loading…
Reference in New Issue
Block a user