Auto Size Text as Terminal Window changes size - WeOnlyDo Discussion board

Auto Size Text as Terminal Window changes size (General questions)

by owensw, Thursday, August 04, 2011, 16:15 (4671 days ago)

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

by wodDamir, Thursday, August 04, 2011, 22:43 (4671 days ago) @ owensw

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