TTF Library
Moderator: Coders of Rage
-
- Chaos Rift Regular
- Posts: 198
- Joined: Thu Mar 26, 2009 8:42 pm
- Current Project: My Engine
- Programming Language of Choice: C++
TTF Library
How would i load Times New Roman as a font?
My first game: http://donsvoice.com/randomdever/Duck%2 ... 01.0.0.zip
My second game: http://donsvoice.com/randomdever/Space%20Invaders.zip
My third game: http://donsvoice.com/randomdever/BreakOut!.zip
My second game: http://donsvoice.com/randomdever/Space%20Invaders.zip
My third game: http://donsvoice.com/randomdever/BreakOut!.zip
-
- Chaos Rift Regular
- Posts: 198
- Joined: Thu Mar 26, 2009 8:42 pm
- Current Project: My Engine
- Programming Language of Choice: C++
Re: TTF Library
New question. I am already using lazyfoo and I tried the key presses. nothing happened when i pressed a key.
so I then downloaded and pasted his source into my project and it still didn't work.
I'm so confused!
so I then downloaded and pasted his source into my project and it still didn't work.
I'm so confused!
My first game: http://donsvoice.com/randomdever/Duck%2 ... 01.0.0.zip
My second game: http://donsvoice.com/randomdever/Space%20Invaders.zip
My third game: http://donsvoice.com/randomdever/BreakOut!.zip
My second game: http://donsvoice.com/randomdever/Space%20Invaders.zip
My third game: http://donsvoice.com/randomdever/BreakOut!.zip
Re: TTF Library
Are you talking about Lesson 8?
If you are, it only looks for the arrow keys being pushed and not the ones from the number pad.
If you are, it only looks for the arrow keys being pushed and not the ones from the number pad.
-
- Chaos Rift Regular
- Posts: 198
- Joined: Thu Mar 26, 2009 8:42 pm
- Current Project: My Engine
- Programming Language of Choice: C++
Re: TTF Library
Yesandrew wrote:Are you talking about Lesson 8?
If you are, it only looks for the arrow keys being pushed and not the ones from the number pad.
I know but i've tried both.
My first game: http://donsvoice.com/randomdever/Duck%2 ... 01.0.0.zip
My second game: http://donsvoice.com/randomdever/Space%20Invaders.zip
My third game: http://donsvoice.com/randomdever/BreakOut!.zip
My second game: http://donsvoice.com/randomdever/Space%20Invaders.zip
My third game: http://donsvoice.com/randomdever/BreakOut!.zip
Re: TTF Library
Let's try to rule out a hardware problem.
Try this file: lesson08.exe
You'll have to put it with the rest of the files it needs for it to work.
If it works on yours, then your problem is probably in the code you compiled.
Try this file: lesson08.exe
You'll have to put it with the rest of the files it needs for it to work.
If it works on yours, then your problem is probably in the code you compiled.