A83: this one is for pat...
[Prev][Next][Index][Thread]
A83: this one is for pat...
pat, i couldn't get this routine to work! i tried every input i could
think of. i want to be able to find the width of variable width font
character. that's what this does, right?
;--------------------------------------------------------
; _sfont_len : return the length of varible width
; display char
;
; input : hl = char value
; output : b = width of char
; hl + 1 = 1st byte of char font
;-----------------------------------------------------------
Follow-Ups: