Recent

Author Topic: Message window font  (Read 1892 times)

dredfern

  • New member
  • *
  • Posts: 9
Message window font
« on: March 12, 2023, 04:13:57 pm »
My eyesight isn't what it used to be. Is there any way to increase the size of the font in the message window?

jamie

  • Hero Member
  • *****
  • Posts: 7488
Re: Message window font
« Reply #1 on: March 12, 2023, 08:32:35 pm »
I don't see it.

 You can right click on the message window and see what you have to work with, but I don't see an option for font size..

 Why not request it?
The only true wisdom is knowing you know nothing

KodeZwerg

  • Hero Member
  • *****
  • Posts: 2269
  • Fifty shades of code.
    • Delphi & FreePascal
Re: Message window font
« Reply #2 on: March 12, 2023, 08:44:35 pm »
On Windows you can do by:
Quote
Here's how to change the size of text, images, and apps in Windows.

To change your display in Windows, select Start  > Settings  > Ease of Access > Display. To make only the text on your screen larger, adjust the slider under Make text bigger. To make everything larger, including images and apps, choose an option from the drop-down menu under Make everything bigger.

To zoom in or zoom out on parts of your screen in Windows, use Magnifier. To turn on Magnifier, press the Windows logo key  + Plus (+). Zoom in by continuing to press the Windows logo key  + Plus (+). Zoom out by pressing the Windows logo key  + Minus (-). To turn off Magnifier, press the Windows logo key  + Esc.
« Last Edit: Tomorrow at 31:76:97 xm by KodeZwerg »

wp

  • Hero Member
  • *****
  • Posts: 13329
Re: Message window font
« Reply #3 on: March 12, 2023, 10:06:59 pm »
Don't choose "Make text bigger". There's a lot of poorly layouted software which can not handle the case that fonts become larger than designed. The proper way is to change the screen resolution, in the screenshot in KodeZwerg's reference the option "Make everything bigger" for Win 10, or "System" > "Display" > "Scale" for Win 11. This is handled by the IDE and by your own applications if you check the options "Use LCL Scaling" and "Use manifest resource" with "DPI awareness" <> off in the Project Options

KodeZwerg

  • Hero Member
  • *****
  • Posts: 2269
  • Fifty shades of code.
    • Delphi & FreePascal
Re: Message window font
« Reply #4 on: March 12, 2023, 10:28:45 pm »
I agree, not choose bigger text etc, what I tried to refer to, was the built in magnifier that you just quick call on/off when needed, helped me against non-dpi aware apps on a 4k a lot to make it readable  :D
« Last Edit: Tomorrow at 31:76:97 xm by KodeZwerg »

dredfern

  • New member
  • *
  • Posts: 9
Re: Message window font
« Reply #5 on: March 13, 2023, 01:16:30 am »
Thank you for all the suggestions. I think I'll just have to keep peering over the top of my glasses  :)

cai

  • New Member
  • *
  • Posts: 44
Re: Message window font
« Reply #6 on: March 15, 2023, 05:13:32 am »
on windows, you can subclassing controls and send message WM_SETFONT
otherwise,maybe design a messagebox with TForm is more easier

Nicole

  • Hero Member
  • *****
  • Posts: 1303
Re: Message window font
« Reply #7 on: March 15, 2023, 10:57:31 am »
I have the same insights.  :'(

Not sure, which country you life in. PAY for it. You have more money than eyes.
In my country you can see the doctor and get glasses.

Additionally you can pay an optician in the shop to make eye-tests of many kinds.
He can explain you about high end / cheaper glasses.

Care to know exactly the distance measured you work in front of your screen. Take with you even a model of your screen and chair. Let them create glasses for your eyes, your screen and your sitting. They probably will be able to improve your view.

dseligo

  • Hero Member
  • *****
  • Posts: 1650
Re: Message window font
« Reply #8 on: March 15, 2023, 01:13:54 pm »
on windows, you can subclassing controls and send message WM_SETFONT
otherwise,maybe design a messagebox with TForm is more easier

I think he refers to Lazarus' window 'Messages', not message box in his applications.

 

TinyPortal © 2005-2018