Auto Size Text as Terminal Window changes size (General questions)
I'm looking for a way (in Delphi) to auto size the font in the WodTelnetDLX terminal window so that it keeps the column/row perspective.
So if the form the WodTelnetDLX component is place on changes size the font will also change size and keep the column/row view proportional.
Re: Auto Size Text as Terminal Window changes size
Hi,
Unfortunately, the component doesn't have an implemented method to accomplish this. However, you can try setting AutoSize property which will ensure that all the content printed out on screen is shown in the object.
As for changing font, the only suggestion I can make is to use the forms Resize event and change component's Font property accordingly.
Hope this helps.
Regards,
Damba