home *** CD-ROM | disk | FTP | other *** search
- //////////////////// Table of Letters /////////////////////
-
-
- // In the left side fill the place of the char in the font //
- // If the char is not in the font put the char at the start //
-
- 4 -> space // if 0 -frame 0 else num of pixels for space.
-
- -> !
-
- -> "
-
- -> #
-
- -> $
-
- -> %
-
- -> &
-
- -> '
-
- -> (
-
- -> )
-
- -> *
-
- -> +
-
- -> ,
-
- -> -
-
- -> .
-
- -> /
-
- 0 -> 0
-
- 1 -> 1
-
- 2 -> 2
-
- 3 -> 3
-
- 4 -> 4
-
- 5 -> 5
-
- 6 -> 6
-
- 7 -> 7
-
- 8 -> 8
-
- 9 -> 9
-
- -> :
-
- -> ;
-
- -> <
-
- -> =
-
- -> >
-
- -> ?
-
- -> @
-
- 10 -> A
-
- 11 -> B
-
- 12 -> C
-
- 13 -> D
-
- 14 -> E
-
- 15 -> F
-
- 16 -> G
-
- 17 -> H
-
- 18 -> I
-
- 19 -> J
-
- 20 -> K
-
- 21 -> L
-
- 22 -> M
-
- 23 -> N
-
- 24 -> O
-
- 25 -> P
-
- 26 -> Q
-
- 27 -> R
-
- 28 -> S
-
- 29 -> T
-
- 30 -> U
-
- 31 -> V
-
- 32 -> W
-
- 33 -> X
-
- 34 -> Y
-
- 35 -> Z
-
- -> [
-
- -> \
-
- -> ]
-
- -> ^
-
- -> Not in use
-
- -> Not in use
-
- -> a
-
- -> b
-
- -> c
-
- -> d
-
- -> e
-
- -> f
-
- -> g
-
- -> h
-
- -> i
-
- -> j
-
- -> k
-
- -> l
-
- -> m
-
- -> n
-
- -> o
-
- -> p
-
- -> q
-
- -> r
-
- -> s
-
- -> t
-
- -> u
-
- -> v
-
- -> w
-
- -> x
-
- -> y
-
- -> z
-
- -> {
-
- -> |
-
- -> }
-
- -> ~
-
- 8 -> num of pixels for height.
-