Write Mutated vowels on the screen

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

Moderators: cheriff, TyRaNiD

Post Reply
steffven
Posts: 28
Joined: Mon May 19, 2008 7:37 pm

Write Mutated vowels on the screen

Post by steffven »

I want to write mutated vowels (ä,ö & ü) on the screen, but it only shows strange things. How can i fix that?
User avatar
jean
Posts: 489
Joined: Sat Jan 05, 2008 2:44 am

Post by jean »

I'm not so deep into that so don't thrust me, but i think that you have to draw your own characters...take into account that psp "console out" is for debug purpose only, there's no extended charset support. Try searching for libs like intrafont ecc...
http://forums.ps2dev.org/viewtopic.php?t=10751
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

The latest version of intraFont has UCS16 printing. That's what you want.

http://www.psp-programming.com/benhur/index.htm
User avatar
Torch
Posts: 825
Joined: Wed May 28, 2008 2:50 am

Post by Torch »

jean wrote:I'm not so deep into that so don't thrust me,
Yes I'm sure you don't want that lol.

Anyways if you want to keep things simple, you can use the graphics.h/graphics.c from LUAPlayer. It supports blitting text from an image grid containing the characters. Just put your characters there and use that.
User avatar
jean
Posts: 489
Joined: Sat Jan 05, 2008 2:44 am

Post by jean »

Torch wrote:
jean wrote:I'm not so deep into that so don't thrust me,
Yes I'm sure you don't want that lol.
AHAHHAHH....sorry about that...i was meaning "trust" without "h"...i can't stop laughing.....
angelo
Posts: 168
Joined: Wed Aug 29, 2007 9:34 pm

Post by angelo »

Haha... Jean got a bit too close back there!

You can thrust me Jean!

Hahaha

Angelo
Post Reply