| View previous topic :: View next topic |
| Author |
Message |
sakya
Joined: 28 Apr 2006 Posts: 190
|
Posted: Sat Nov 17, 2007 1:26 am Post subject: Change debug font |
|
|
Hi! :)
Is it possible to change the font used in the debug screen?
Can someone give me some hints (if possible)? :)
Many thanks
Ciaooo
Sakya |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Sat Nov 17, 2007 2:43 am Post subject: |
|
|
| pspsdk/src/debug/font.c |
|
| Back to top |
|
 |
sakya
Joined: 28 Apr 2006 Posts: 190
|
Posted: Sat Nov 17, 2007 8:00 am Post subject: |
|
|
Hi! :)
| J.F. wrote: | | pspsdk/src/debug/font.c |
Many thanks, is there a way I can obtain msx data from a font or an image or whatever? :)
Many thanks again
Ciaooo
Sakya |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Sat Nov 17, 2007 8:19 am Post subject: |
|
|
| If you look at the code, the format is simple - each character is a 8x8 array of bits (8 bytes total per char). Note that though the characters are 8x8, they are drawn 7 pixels apart. The 8x8 is just to make them easy to store. |
|
| Back to top |
|
 |
|