1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

Fix calculation of text width for bitmap fonts.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5829 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2012-09-20 21:14:46 +00:00
parent 60a47704d4
commit f1d8210450

View File

@ -36,11 +36,8 @@ Text := ptr3
; Return the width of the string for the bitmap font
ldy _tgi_charwidth
sty ptr1
jsr _strlen
jsr umul8x16r16
ldy _tgi_textscalew+2 ; Get rounded scale factor
ldy _tgi_charwidth+1
sty ptr1
jmp umul8x16r16