home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 February / CMycha200102.iso / ProRally2001 / prorally2001_demo.exe / Data / Fnt / NUMBERS.FNT < prev    next >
Text File  |  2000-05-18  |  1KB  |  27 lines

  1. ; This file is created by the Font Creator Editor, by Buin
  2. ;
  3. ; This file describes the number of characters defined
  4. ; and a tga file that contains all the characters' bitmap
  5. ;
  6. ; TEXTURE <.tga file containing the bitmaps of the characters>
  7. TEXTURE numbers.tga
  8. ;Font0.tga
  9. ;
  10. ; NUMCHAR <number of chars>
  11. NUMCHAR 9
  12. ; A character is defined by typing the character just after 'CHAR '. It is VERY IMPORTANT
  13. ; to type only ONE space character between 'CHAR' and the <char>. This way I can read the
  14. ; definition of the space character typing it as is.
  15. ; CHAR <char> <U,V>                                                    |0 3|
  16. ; ex: CHAR a 0.0 1.0    0.0 0.75    0.1666 0.75    0.1666 1.0    (0,0)->    |1 2|
  17. ;
  18. CHAR 1 0.000 1.000     0.000 0.667     0.333 0.667     0.333 1.000
  19. CHAR 2 0.333 1.000     0.333 0.667     0.667 0.667     0.667 1.000
  20. CHAR 3 0.667 1.000     0.667 0.667     1.000 0.667     1.000 1.000
  21. CHAR 4 0.000 0.667     0.000 0.333     0.333 0.333     0.333 0.667
  22. CHAR 5 0.333 0.667     0.333 0.333     0.667 0.333     0.667 0.667
  23. CHAR 6 0.667 0.667     0.667 0.333     1.000 0.333     1.000 0.667
  24. CHAR 7 0.000 0.333     0.000 0.000     0.333 0.000     0.333 0.333
  25. CHAR 8 0.333 0.333     0.333 0.000     0.667 0.000     0.667 0.333
  26. CHAR 9 0.667 0.333     0.667 0.000     1.000 0.000     1.000 0.333
  27.