Under Windows it is possible to set the console font attributes with SetConsoleTextAttribute
. This requires the Windows API. Is there a Linux equivalent?
Asked
Active
Viewed 162 times
0

Delphi Coder
- 1,723
- 1
- 14
- 25

norgepaul
- 6,013
- 4
- 43
- 76
-
1How this question is related with Delphi? – Josef Švejk Nov 26 '19 at 10:04
-
5@Dima because you can create linux console applications using Delphi – R. Hoek Nov 26 '19 at 10:16
-
Use ‘writeln’ in combination with the info @DelphiCoder is refering to – R. Hoek Nov 26 '19 at 10:32
-
1@jww - This is not a general Linux question, it is specifically related to setting the font attributes from a Delphi application. – norgepaul Nov 26 '19 at 14:59
-
https://stackoverflow.com/q/5947742/11329562 – Delphi Coder Dec 09 '19 at 08:43