Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff , TyRaNiD
sakya
Posts: 190 Joined: Fri Apr 28, 2006 5:48 pm
Contact:
Post
by sakya » Sat Nov 17, 2007 1:26 am
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
J.F.
Posts: 2906 Joined: Sun Feb 22, 2004 11:41 am
Post
by J.F. » Sat Nov 17, 2007 2:43 am
pspsdk/src/debug/font.c
sakya
Posts: 190 Joined: Fri Apr 28, 2006 5:48 pm
Contact:
Post
by sakya » Sat Nov 17, 2007 8:00 am
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
J.F.
Posts: 2906 Joined: Sun Feb 22, 2004 11:41 am
Post
by J.F. » Sat Nov 17, 2007 8:19 am
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.