Hiya, im going to write a custom font function in the SDK i've built up to develop my projects with, and a bit puzzled as to how it looks up the ASCII character.
i know that a char holds 255 possible values and i want it to simply draw a font based on the value, but is there anyway to find out which value represents which ASCII character? must be a lookup table somewhere
any help apprechiated, if not i'll just have to write some to reverse engineer it.
i know that a char holds 255 possible values and i want it to simply draw a font based on the value, but is there anyway to find out which value represents which ASCII character? must be a lookup table somewhere
any help apprechiated, if not i'll just have to write some to reverse engineer it.