toolchain icon indicating copy to clipboard operation
toolchain copied to clipboard

Add Support for TI's Characters in Default Font

Open merthsoft opened this issue 3 years ago • 2 comments

I wanted to draw the left/right solid arrows that TI has in their font. I did the following:

gfx_SetTextXY(0, 0);
gfx_PrintChar((char)195);

And it printed garbage. Mateo says "graphx just defines the ascii characters \ so 7bits of char".

It would be really cool to be able to access the full range of TI's font in the default font and support it for other fonts too.

merthsoft avatar Aug 30 '22 23:08 merthsoft

"Other fonts"? What do you mean?

drdnar avatar Sep 02 '22 00:09 drdnar

I have not yet looked into how fonts work, so just assumed they'd be the same. If they're not--disregard!

merthsoft avatar Sep 04 '22 01:09 merthsoft

theoretically this is now possible with fontlibc - so closing the issue for now :)

mateoconlechuga avatar Sep 25 '23 02:09 mateoconlechuga