What parameters does this function requires ? I didn't find it in IGUIEnvironment reference ...
Thanks for the help
Search found 10 matches
- Sun Nov 14, 2004 7:50 pm
- Forum: Beginners Help
- Topic: Creating fonts bitmap from files ...
- Replies: 3
- Views: 539
- Sun Nov 14, 2004 10:37 am
- Forum: Beginners Help
- Topic: Creating fonts bitmap from files ...
- Replies: 3
- Views: 539
Creating fonts bitmap from files ...
I would like to create .bmp font files, from my system's fonts. However, the program provided with Irrlicht cannot compile under Linux, and I don't manage to find another program to convert otf fonts to bmp ...
Do you know any tip to do that ?
Do you know any tip to do that ?
- Mon Nov 08, 2004 7:11 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Linux support - planned to be improved ?
- Replies: 3
- Views: 548
Linux support - planned to be improved ?
Hi,
I would like to know if linux support (particularly about editboxes and GUI elements) is planned to be improved ; i.e., i have to use irrlichtnx to see keyboard input working in editboxes ...
I would like to know if linux support (particularly about editboxes and GUI elements) is planned to be improved ; i.e., i have to use irrlichtnx to see keyboard input working in editboxes ...
- Mon Oct 18, 2004 6:48 pm
- Forum: Beginners Help
- Topic: EditBox on multiple lines ?
- Replies: 7
- Views: 809
- Sun Oct 17, 2004 8:01 am
- Forum: Beginners Help
- Topic: EditBox on multiple lines ?
- Replies: 7
- Views: 809
Even if I seem to talk alone (one my favorite occupations ;-)) ... i post again. I finally tried a third method to have a textbox : a statictext with border behind an editbox of the same dimensions and hidden (ransparent font and no border). This is the code : class TextBox { IGUIEnvironment * env; ...
- Sat Oct 16, 2004 11:57 am
- Forum: Beginners Help
- Topic: EditBox on multiple lines ?
- Replies: 7
- Views: 809
- Sat Oct 16, 2004 9:04 am
- Forum: Open Discussion and Dev Announcements
- Topic: n00b question :P
- Replies: 2
- Views: 503
n00b question :P
I wonder ... what's the advantage of irr::core::stringw , instead of std::wstring ? Why does irrlicht implements another wstring class ?
(I said it was a n00b question )
(I said it was a n00b question )
- Wed Oct 13, 2004 6:23 pm
- Forum: Beginners Help
- Topic: EditBox on multiple lines ?
- Replies: 7
- Views: 809
- Wed Oct 13, 2004 12:56 pm
- Forum: Beginners Help
- Topic: EditBox on multiple lines ?
- Replies: 7
- Views: 809
EditBox on multiple lines ?
Hi, Is there any class which is like EditBox, but on multiple lines ? I haven't seen anything for that in the API reference (statictext can be multiwrapped, but it's ... static. And EditBox are single line). Or is there a way to 'cheat' with a combo of statictext and editbox ? (As you can see, i'm f...
- Wed Oct 13, 2004 11:32 am
- Forum: Bug reports
- Topic: EditBox is focused but doesn't get text
- Replies: 4
- Views: 895