Search found 33 matches

by hilnius
Sat Oct 23, 2010 5:07 pm
Forum: Beginners Help
Topic: Fonts problems
Replies: 13
Views: 3976

wow...
amazing

thanks, it solved my problem.
by hilnius
Sat Oct 23, 2010 4:50 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: ! THE VERY Advanced FontTool by N. Atanasov TTF2PNG + SOURCE
Replies: 46
Views: 57181

it is ... perfect... i love it
by hilnius
Sun Oct 17, 2010 6:16 pm
Forum: Beginners Help
Topic: Fonts problems
Replies: 13
Views: 3976

i just understand that the button 'AA' activates anti-aliasing...

anyway, Irrlicht Font Maker creates a largely better font than FontTool, but corrupted fonts -_-
by hilnius
Sat Oct 16, 2010 7:33 pm
Forum: Beginners Help
Topic: Fonts problems
Replies: 13
Views: 3976

i cannot build it for x64... so i post this screen of the font that FontTool creates for me :
Image
as you can see, the bitmap isn't really beautiful..

How do you active anti-aliasing ? (i'm on windows seven x64)
by hilnius
Wed Oct 13, 2010 5:02 pm
Forum: Beginners Help
Topic: Draw all spaces in a font
Replies: 16
Views: 1427

Ok...
The bug happened just because irrlicht told font was corrupted.. then irrlicht drew font too high (not on the center of the button), and didn't draw all spaces...

But really funny joke -_-''
by hilnius
Tue Oct 12, 2010 7:38 pm
Forum: Beginners Help
Topic: Fonts problems
Replies: 13
Views: 3976

it works... but the font is really... ugly...

EDIT : i used the font tool x32... i gonna try with the x64 version when i'll have time to compile it... if it's a windows bug please tell me

Thanks for all help you had given to me
hilnius
by hilnius
Tue Oct 12, 2010 7:29 pm
Forum: Beginners Help
Topic: Draw all spaces in a font
Replies: 16
Views: 1427

yes
e.g: if you write

Code: Select all

"My       Game"
, Irrlicht writes

Code: Select all

"My Game"
by default
by hilnius
Tue Oct 12, 2010 7:04 pm
Forum: Beginners Help
Topic: Fonts problems
Replies: 13
Views: 3976

i work on code::blocks :? :? :cry: :cry:
by hilnius
Tue Oct 12, 2010 6:12 pm
Forum: Beginners Help
Topic: Fonts problems
Replies: 13
Views: 3976

"Use FontTool.exe"
and where can i get it ?

if you mind the IrrFontTool inclueded in irrlicht SDK, should i use the "oldFontTool" or the "newFontTool"

Thanks
hilnius
by hilnius
Tue Oct 12, 2010 5:19 pm
Forum: Beginners Help
Topic: Fonts problems
Replies: 13
Views: 3976

Fonts problems

Hello,

I have lots of problems with fonts and irrlicht...
I tried to use the CGUITTFont plugin, it load the font but doesn't draw it...
I tried to use Irrlicht Font Maker, but after creating bitmaps Irrlicht tells me "The amount of upper corner pixels and the lower corner pixels is not equal, font ...
by hilnius
Tue Oct 12, 2010 5:06 pm
Forum: Beginners Help
Topic: Draw all spaces in a font
Replies: 16
Views: 1427

if you were creating a game, in spite of spaces in the title would you put underscores "_" ?
by hilnius
Tue Oct 12, 2010 4:12 pm
Forum: Beginners Help
Topic: Draw all spaces in a font
Replies: 16
Views: 1427

it's not very clean... if you have a better solution for me...
by hilnius
Tue Oct 12, 2010 3:30 pm
Forum: Beginners Help
Topic: Draw all spaces in a font
Replies: 16
Views: 1427

" " is a space.. but in most fonts multiple spaces are hidden... i just want to show all spaces
by hilnius
Tue Oct 12, 2010 2:43 pm
Forum: Beginners Help
Topic: Draw all spaces in a font
Replies: 16
Views: 1427

i want to show all spaces, not to hide them...
by hilnius
Mon Oct 11, 2010 6:16 pm
Forum: Beginners Help
Topic: How to inherit a GUI element?
Replies: 3
Views: 461

hi

You just have to implement needed functions, which one causes you problems ?