font_info_data.s 825 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. MALFONT_HEIGHT EQU 34
  2. *Width table for the malboro proportional font
  3. *p.s font starts at $20
  4. malfont_width_table
  5. dc.b 9,5,9,10,12,10,10,5,6,6,10,10,5,9,4,10
  6. dc.b 9,9,9,9,9,9,9,9,9,9,4,4,8,8,9,9,9,9,9,9,9,9
  7. even
  8. malfont_width_table2
  9. dc.b 9,9,9,4,9,9,9,11,9,9,9,9,9,9,10,9,9,11,9,10
  10. dc.b 9,6,9,6,10,6,10,9,9,9,9,9,9,10,9,4
  11. even
  12. malfont_width_table3
  13. dc.b 9,9,4,12,9,9,9,9,9,9,9,9,9,12,9,9,9
  14. EVEN
  15. SMALLFONT_HEIGHT EQU 9
  16. *Width table for the small proportional font
  17. *p.s fonts starts at $20
  18. smallfont_width_table
  19. dc.b 5,2,5,6,4,5,5,3
  20. dc.b 3,3,4,4,3,5,2,5
  21. dc.b 5,4,5,5,5,5,5,5,5
  22. dc.b 5,2,3,4,4,4,5,5
  23. dc.b 5,5,5,5,5,5,5,5,2
  24. dc.b 5,5,5,6,5,5,5,5
  25. dc.b 5,5,5,5,6,6,6,6,6
  26. dc.b 4,5,4,4,6,3
  27. dc.b 5,5,5,5
  28. EVEN
  29. smallfont_width_table2
  30. dc.b 5,3,5,5,2,3,5,3
  31. dc.b 6,5,5,5,5,5,5,5,5,6
  32. dc.b 6,5,5,5,4,4,4
  33. EVEN