FreeType

Started by
34 comments, last by Qw3r7yU10p! 19 years, 4 months ago
Cheers

I'll look into that stuff. What do thos libs do?
Advertisement
/bow

Problem sloved. Cheers!
Now download FTGL and see if you can get it working. It's a nice piece of code and I've never had trouble with it as it's well made.
Well..firstly its Mac! And secondly is OpenGl! :) I know neither!

@RolandofGilead: Have any sample code I could have?
Quote:Original post by _Sigma
Well..firstly its Mac!

It is cross platform.

Quote:And secondly is OpenGl! :) I know neither!

You don't need to know.

It'll show you how to use Freetype nicely.
My bad! I"ll look into that

Cheers

Sigma
Does anyone have any good tutorials explaning how to use freetype2? I've tried to use what comes with the .libs, but I find them rather vague...

Cheers

Sigma
Run the ftgl examples and step through the code. It will give you a good idea of how to use it.
My only gripe about FTGL is that it's "upside down" if you know what i mean. If there is some simple way to reverse that, i'd love to know.
just glScale(1, -1, 1); before you call the Render func.

This topic is closed to new replies.

Advertisement