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:
parent
60a47704d4
commit
f1d8210450
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue