home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D1 / FONTLIST.ZIP / readme.txt < prev   
Text File  |  1997-06-01  |  4KB  |  125 lines

  1. TFontListBox
  2. ============
  3.  
  4. Version 1.0 (29 April 1997)
  5. Freeware for Delphi 1.0 and 2.0
  6. Copyright (c) 1997 Greg Lief
  7.  
  8. ----------------------------------------------------------------------------
  9.  
  10. 1.  Description
  11. 2.  Installation
  12. 3.  New Properties
  13. 4.  Copyright Notice
  14. 5.  Disclaimer
  15. 6.  Technical Support
  16. 7.  Revision History
  17. 8.  Comments
  18. 9.  Purchasing Source Code
  19.  
  20. ----------------------------------------------------------------------------
  21.  
  22. 1. Description
  23. ==============
  24.  
  25. TFontListBox is a listbox derivative for selecting fonts.  No big
  26. deal... except that the name of each font is displayed IN THAT FONT.
  27. You can display either screen fonts, printer fonts, or both.
  28.  
  29. I have included a small but illustrative demonstration of the
  30. TFontListBox component in the enclosed file DEMO.ZIP.
  31.  
  32.  
  33. 2. Installation
  34. ===============
  35.  
  36. A. Choose the Component | Install menu option (or if you are using
  37.    Delphi 1.0, the Options | Install Components menu option).
  38.  
  39. B. Click upon the Add Button, and select either FONTLIS1.DCU (Delphi 1)
  40.    or FONTLIS2.DCU (Delphi 2).
  41.  
  42. C. Press OK twice.
  43.  
  44. D. After your component library is recompiled, you will find a new
  45.    tab entitled "Greg Lief", with the TFontListBox icon upon it.
  46.  
  47.  
  48. 3. New Properties
  49. =================
  50.  
  51. (All properties are available at design-time.)
  52.  
  53. FontType -- This dictates which fonts will be shown in the listbox.
  54. Possible values are: ftScreen (default); ftPrinter; or ftBoth.
  55.  
  56. SelectedFont -- This string contains the name of the currently
  57. selected font in the listbox.
  58.  
  59.  
  60. 4. Copyright Notice
  61. ===================
  62.  
  63. This component is fully functional.  My copyright notice will appear
  64. when you drop it upon a form at design-time, but that will not occur at
  65. run-time.  You can remove the copyright notice by purchasing the source
  66. code (see item #9 below).
  67.  
  68.  
  69. 5. Disclaimer
  70. =============
  71.  
  72. It is unfortunate that we live in a litigous society in which the
  73. lawyers are generally the only winners.  However, that makes the
  74. following verbiage necessary:
  75.  
  76. "THE CODE FOR THIS COMPONENT IS PROVIDED TO YOU AS IS BY ITS AUTHOR,
  77. GREG LIEF. THE AUTHOR HAS TESTED THE COMPONENT AND FEELS THAT IT WORKS
  78. AS BILLED, BUT MAKES ABSOLUTELY NO GUARANTEES OR WARRANTEES OF ANY KIND.
  79. IN OTHER WORDS, YOU ARE USING THIS ENTIRELY AT YOUR OWN RISK.  NEITHER
  80. THE AUTHOR NOR ANY OTHER ORGANIZATION WILL BE HELD RESPONSIBLE FOR ANY
  81. DIRECT OR INDIRECT DAMAGE RESULTING FROM THE USE OF EITHER THIS
  82. COMPONENT OR ANY DERIVATIVES THEREOF."
  83.  
  84.  
  85. 6. Technical Support
  86. ====================
  87.  
  88. The reason I am making this component available as freeware because I
  89. feel that it will be of use to other Delphi developers. However, always
  90. remember the old maxim "you get what you pay for".  In other words, do
  91. not get carried away by expecting technical support, because you will be
  92. sadly disappointed.
  93.  
  94.  
  95. 7. Revision History
  96. ===================
  97.  
  98. April 29, 1997 - initial public release
  99.  
  100.  
  101. 8. Comments
  102. ===========
  103.  
  104. If you find this component useful, I would appreciate hearing from you
  105. via e-mail (greglief@teleport.com).
  106.  
  107. I would also greatly appreciate your taking the time to evaluate the
  108. Delphi Object Lessons technical journal, for which I serve as Executive
  109. Editor.  More information and a sample issue are available at URL
  110. http://www.objectlessons.com/~ol/djournal.shtml.
  111.  
  112. If you would like to learn how to create your own components, you should
  113. strongly consider the Delphi Training Tour component creation seminar,
  114. designed by yours truly.  For more information, visit URL
  115. http://www.objectlessons.com/~ol/dtt.shtml.
  116.  
  117. The most updated version of this component can always be found at my
  118. personal web site (http://www.teleport.com/~greglief).
  119.  
  120. 9. Purchasing Source Code
  121. =========================
  122.  
  123. The TFontListBox source code is available for $5 US. See the ORDER.TXT
  124. (included in this package) for more details.
  125.