Change debug font

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
sakya
Posts: 190
Joined: Fri Apr 28, 2006 5:48 pm
Contact:

Change debug font

Post by sakya »

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. »

pspsdk/src/debug/font.c
sakya
Posts: 190
Joined: Fri Apr 28, 2006 5:48 pm
Contact:

Post by sakya »

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. »

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.
Post Reply