TFontComboBox Component
Version 1.00 - January 2nd, 1997


[Introducing]

TFontComboBox is an improved version of standard TComboBox component.
It is very simple. The only improvement is that TFontComboBox has 
a procedure which will add in items all fonts installed on the system
It's runs great on Borland Delphi 2.0, but I haven't tried it on
Delphi 1.0 so I don't gurantee it will work on it.

Improvements:
 - AddFonts procedure - this is the procedure which will add fonts
   Example:
 
     procedure OKClick(Sender: TObject);
     begin
       FontComboBox1.AddFonts;
     end;

TFontComboBox has one more property - About. This property is read only
and when you double-click it, a MessageBox will apear saying general 
component information.


[About the author]

I'm 15 years old and I live in Zadar, Croatia. I am working with Delphi for
about 6 months, but I have lots of experience with Turbo Pascal. This is my 
first component, so don't be very critical. I know it's not anything special,
but it's useful.


[Distribution]

This component is freeware, but if you want to use it your application, please
just e-mail me, even if the message says just: 

Hello, 
I'm using your component.
Bye.

Any kind of improvements are welcome. Please send them to me.

Warning: The author is not liable for any kind of demage caused directly or
indirectly by this component. You use it on your own risk.


[Installation]

To install TFontComboBox, do following:
1) In Delphi, from Component mwnu chose Install
2) Click Add button, and select file TFntCombo.pas
3) Click OK and again OK.
4) TFontComboBox component will appear in the Samples palette.


[Files distributed with TFontComboBox]

Theese are files you should find in you archive:
  TFntCombo.pas  -  Delphi unit. This is the component.
  readme.txt     -  The file you are reading just now.


[At the end]

Thank you very much for using my component, it means a lot to me. If you would 
like to contact me for any reason, please do so.

Good luck with programming...

Ivan Azic
Put Pudarice 13i
23000 Zadar
CROATIA

E-mail: ivan.azic@zd.tel.hr
WWW: http://jagor.srce.hr/~iazic