Guest User

dat file

a guest
May 26th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. ############################################
  2. # fonts.dat #
  3. # stores the proportional values for fonts #
  4. ############################################
  5.  
  6. # amount of fonts to expect:
  7. [TOTAL_FONTS]
  8. 1
  9.  
  10. #
  11. # 1st font
  12. #
  13.  
  14. # this font id:
  15. [FONT_ID]
  16. 0
  17.  
  18. # proportional values:
  19. [PROP]
  20. 15 9 17 27 20 34 23 12 # 0 ! " £ $ % & '
  21. 12 12 21 20 12 14 12 15 # 8 ( ) * + , - . /
  22. 23 15 21 21 21 21 21 21 # 16 0 1 2 3 4 5 6 7
  23. 20 21 12 12 24 24 24 19 # 24 8 9 : ; < = > ?
  24. 10 22 19 19 22 16 19 24 # 32 tmA B C D E F G
  25. 22 11 16 21 15 28 24 27 # 40 H I J K L M N O
  26. 20 25 19 19 18 23 23 31 # 48 P Q R S T U V W
  27. 23 19 21 21 13 35 11 21 # 56 X Y Z ! _
  28. 10 19 20 14 20 19 13 20 # 64 ! a b c d e f g
  29. 19 9 9 19 9 29 19 21 # 72 h i j k l m n o
  30. 19 19 15 15 14 18 19 27 # 80 p q r s t u v w
  31. 20 20 17 21 17 20 15 15 # 88 x y z $ [ ]
  32. 22 22 22 22 29 19 16 16 # 96 À Á Â Ã Æ Ç È É
  33. 16 16 11 11 11 11 27 27 # 104 Ê Ë Ì Í Î Ï Ò Ó
  34. 27 27 23 23 23 23 20 19 # 112 Ô Ö Ù Ú Û Ü ß à
  35. 19 19 19 30 14 19 19 19 # 120 á â ã æ ç è é ê
  36. 19 9 9 9 9 21 21 21 # 128 ë ì í î ï ò ó ô
  37. 21 18 18 18 18 24 19 19 # 136 ö ù ú û ü Ñ ñ ¿
  38. 20 18 19 19 21 19 19 19 # 144 0 1 2 3 4 5 6 7
  39. 19 19 16 19 19 19 20 19 # 152 8 9 : A B C D E
  40. 16 19 19 9 19 20 14 29 # 160 F G H I J K L M
  41. 19 19 19 19 19 19 21 19 # 168 N O P Q R S T U
  42. 20 32 21 19 19 19 19 19 # 176 V W X Y Z À Á Â
  43. 19 29 19 19 19 19 19 9 # 184 Ã Æ Ç È É Ê Ë Ì
  44. 9 9 9 19 19 19 19 19 # 192 Í Î Ï Ò Ó Ô Ö Ù
  45. 19 19 19 19 21 19 10 9 # 200 Ú Û Ü ß Ñ ¿ ' .
  46.  
  47. # value for unproportional
  48. [UNPROP]
  49. 20
  50.  
  51. # special char in subfont:
  52. [REPLACEMENT_SPACE_CHAR]
  53. 10
  54.  
  55.  
  56. # -eof-
Advertisement
Add Comment
Please, Sign In to add comment