Page 1 of 1

Bitmap font with lower case characters?

PostPosted: Sun Mar 28, 2004 7:10 am
by jazz_e_bob
Anyone?
Anyone?
Bueller?

8)

PostPosted: Sun Mar 28, 2004 11:01 am
by ingsan
What is Lower case character ?

PostPosted: Sun Mar 28, 2004 2:09 pm
by makslane
Just draw the lower case character in your bitmap font in this order:


!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_'abcdefghijklmnopqrstuvwxyz{|}~



And you will have all characters from space to ~

PostPosted: Sun Mar 28, 2004 2:22 pm
by ingsan
What is Lower case character ?

PostPosted: Sun Mar 28, 2004 8:48 pm
by jazz_e_bob
thanks Makslane.

Ingsan,

UPPERCASE
( capital letters )
ABCDEFGHIJKLMNOPQRSTUVWXYZ

lowercase
( non-capital letters )
abcdefghijklmnopqrstuvwxyz

Image

PostPosted: Sun Mar 28, 2004 9:40 pm
by jazz_e_bob
Font with pseudo-lowercase support here:

http://www.maybanana.com/pantzboi/game_editor/my%20font.zip

Initial character is "!"
93 characters in total
Lowercase text is same as uppercase but smaller.
There is no space character - use underscore instead.

PostPosted: Mon Mar 29, 2004 12:33 am
by ingsan
:oops:
Thanx jazz-e-bob :oops: