editbox :( [SOLVED]

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
alguem
Posts: 14
Joined: Fri Jun 09, 2006 10:43 pm

editbox :( [SOLVED]

Post by alguem »

á,é,í,ó,ú

i cant to use these letters at a editbox of the irrlicht, is possible to put them?
Last edited by alguem on Mon Jun 26, 2006 12:00 am, edited 1 time in total.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

What do you mean by 'not usable'? Are they not showing correctly, or are the not typed at all. In many cases a large square shows up instead of the character.
alguem
Posts: 14
Joined: Fri Jun 09, 2006 10:43 pm

Post by alguem »

it shows a bar like this "|" instead of the letter
JPulham
Posts: 320
Joined: Sat Nov 19, 2005 12:06 pm

Post by JPulham »

could be the font doesn't support them.
Find a font that does and export with IrrFontTool.
Then load this Font through the GUIManager->GUISkin.
This might fix it.
pushpork
alguem
Posts: 14
Joined: Fri Jun 09, 2006 10:43 pm

Post by alguem »

JPulham wrote:could be the font doesn't support them.
Find a font that does and export with IrrFontTool.
Then load this Font through the GUIManager->GUISkin.
This might fix it.
i have already tried so many fonts and i got same results
JPulham
Posts: 320
Joined: Sat Nov 19, 2005 12:06 pm

Post by JPulham »

I copied Courier New with IrrFontTool and the characters were in there but there were blocks.

Find the key code for the character you want. and find that character in the font. If it is a box then edit it manually. Could work. Might not :roll:
pushpork
alguem
Posts: 14
Joined: Fri Jun 09, 2006 10:43 pm

Post by alguem »

problem solved, but i had to edit the editbox code in order to enable the support for these characters
Post Reply