'How to change the font size in Delphi 11 IDE?
Solution 1:[1]
This question seems solved:
In the registry, in HKEY_CURRENT_USER\Software\Embarcadero\BDS\22.0\Theme there's a DWORD value called FontSize (or add it, if it is not there already), which applies to various parts of the IDE, which I think may include the Messages window – Dave Nottage Oct 19, 2021 at 19:20
Thank it's work. Best regards – Nicolas Marchand Oct 20, 2021 at 5:37
So let us close it.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | kStarbe |