Showing changes from revision #2 to #3:
Added | Removed | Changed
Entry | |
---|---|
R0 | 3 |
R1 | Pointer to ctrl-terminated string |
R2 | Width in OS units |
R3 | Split character |
Exit | |
---|---|
R0 | Pointer to split point |
R1 | Preserved |
R2 | Preserved |
With a reason code of 3, this call calculates how many characters of a string can be displayed with a specific width specified in OS units.
This is very useful when applications implement their own font display routines, so that fonts can be wrapped correctly on screen.