home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / fonts / a_q / makbitmap / !MakBitMap / !Help < prev    next >
Text File  |  1990-10-03  |  4KB  |  109 lines

  1. /------------------------------------------------\
  2. |             MakBitMap - © Mark Bright          |   
  3. \------------------------------------------------/
  4.  
  5. This utility allows you to select a font from the
  6. currently available list, and convert it into a
  7. bitmap format.
  8.  
  9. This has the advantage of speeding up the font
  10. redraw times, at the expense of disc space.
  11.  
  12. "Set NumberOfFontFamilies xx" in !Run is used to
  13. determine the maximum number of fonts the program
  14. can display. This should be set to the minimum
  15. figure possible to save on memory space.
  16. If the figure is set above 18 then Wimpslot should
  17. be increased by 1K for every 4 families added. Do
  18. not however reduce the Wimpslot below 44K as this
  19. is the minimum required to run!
  20.  
  21. HISTORY :
  22.  
  23. Version 0.5 March 30th 1990
  24. Corrupts application workspace and crashes the
  25. machine when used. It does actually work! The
  26. problem is that the RISC OS call SYS
  27. "Font_MakeBitmap" uses application area as
  28. workspace....This is not mentioned in the PRM!
  29.  
  30. Version 0.6 April 3rd 1990
  31. 1) Save window removed, this was not needed
  32. because RISC OS generates its own filename and
  33. pathname so now you only need to click on SAVE
  34. from the main menu, (or press f3) 2) !Help File
  35. Added, Interactive Help Removed
  36.  
  37. Version 0.61 April 10th 1990
  38. Icons Added to main window for Sub-pixel
  39. Positioning and setting DPI. No Program Support as
  40. Yet!
  41.  
  42. Version 0.70 April 20th 1990
  43. Uses a call to M/Code Routine in RMA, To avoid
  44. crashing application space (Thanks Stu!)
  45.  
  46. Version 0.80 April 22nd 1990
  47. Sprites Moved into applications own sprite work
  48. area
  49.  
  50. Version 0.90 April 26th 1990
  51. SubPixel Positioning buttons now functioning. DPI
  52. X&Y are also used. Bug Found!!! If font list is
  53. displayed by f4 Then selecting a font does not
  54. work! Solved by removing  Short key cut option!
  55.  
  56. Version 0.91 June 24th 1990
  57. Templates Tarted up a bit!
  58.                            
  59. Version 0.92 August 27th 1990
  60. GO! button added to templates. Internal tidying.
  61. Templates tarted up a bit more.
  62.  
  63. Version 0.95 September 3rd 1990
  64. Fonts menu redesigned- now a two level affair with
  65. typefaces and styles seperated. Allows a much
  66. larger Number of fonts to be handled easily on
  67. screen at a time. Also improved memory management;
  68. now runs in 48K with 18 Font Families, this should
  69. be enough for the time being, but a more flexible
  70. approach will be taken when I can work out how to
  71. set a  BASIC variable to the value contained in a
  72. SYSTEM variable!!
  73.  
  74. Version 0.96 September 4th 1990
  75. Sets Selected Font to First Available font from
  76. disc (Avoids problem of not having the
  77. pre-selected font!) Now uses the value of
  78. NumberOfFontFamilies set in !Run,(Many Thanks to
  79. J.Wallace for the code to  do that one!) Set this
  80. value as low as possible to avoid Wasting memory!
  81.  
  82. Version 1.00 September 16th 1990
  83. Final Tarting up to make it full release standard:
  84. Menu's are now persistant, Clicking on Info brings
  85. up the relevant menu as well as moving onto the
  86. submenu arrow. Clicking on Fonts Selects the First
  87. Available font from the list.
  88.  
  89. © Mark Bright 16th September 1990
  90.  
  91. This program has been placed into the public
  92. domain by Mark Bright. It may be freely copied and
  93. distributed for non-profit making purposes, so
  94. long as the code is not altered (apart from
  95. customising !Run/!Boot files) and this text file
  96. remains present and unaltered. Please feel free to
  97. use any of the PROCs in the program for use in any
  98. other PD program (with acknowledgement of
  99. origin!). However if they are to be used in profit
  100. making programs I want Royalties!!!If you have any
  101. queries/suggestions then please write to me at:
  102.  
  103. Mark Bright
  104.  31 Maitland Road
  105.   Russells Hall Estate
  106.    Dudley
  107.     West Mids.
  108.      DY1 2NU        
  109.