Page 1 of 1

Problems creating bitmap fonts

PostPosted: Jun 19, 2004 @ 5:17am
by DillRye

PostPosted: Jun 20, 2004 @ 4:21am
by denthorq

PostPosted: Jun 20, 2004 @ 7:57am
by Guest

PostPosted: Jun 20, 2004 @ 8:00am
by denthorq

PostPosted: Jun 20, 2004 @ 5:56pm
by mlepage

PostPosted: Jun 21, 2004 @ 1:58pm
by ppcStudios

PostPosted: Jun 21, 2004 @ 9:59pm
by DillRye
Ok, thanks a TON ppc studios, i got it to work. the I and J were touching.

PostPosted: Jun 21, 2004 @ 11:18pm
by ppcStudios

PostPosted: Jun 22, 2004 @ 2:54am
by mlepage
Anyone know the answer to my two questions?

PostPosted: Jun 22, 2004 @ 3:25am
by fzammetti
mle, I think we all expected you to answer your own question a few minutes later :) I think we were all just waiting to see how many posts you actually made conversing with yourself :)

PostPosted: Jun 22, 2004 @ 3:27am
by Johan
:)
First, since you specify the ColorKey in the call to CreateFont, is it really necessary to set the ColorKey on the surface as well? Or is it ignored?

Second, if you don't specify a TRACKING value, what value is used by default? Is it zero?

----

You don't need to set colorkey on the surface, this is done by CreateFont.

Default tracking is zero.

PostPosted: Jun 22, 2004 @ 4:14am
by mlepage