sir, good evening.
is there a way to increase font size in hybrid GUI ?
i have gone through forum posts and read msc.ini but could not get the point. plz help.
You need to create the misc.ini next to the Hybrid.exe.
Open an the normal Windows text editor (Editor), write:
Code:
[General]
fontSize=22
in it, save the content in a file you named misc.ini, copy the content of the file into your Hybrid folder.
No additional stuff is needed.
Cu Selur
(18.10.2020, 18:33)Selur Wrote: [ -> ]You need to create the misc.ini next to the Hybrid.exe.
Open an the normal Windows text editor (Editor), write:
Code:
[General]
fontSize=22
in it, save the content in a file you named misc.ini, copy the content of the file into your Hybrid folder.
No additional stuff is needed.
Cu Selur
ok, thanks a lot. I will try it once ongoing encoding finishes.
(18.10.2020, 18:38)Bolt Wrote: [ -> ] (18.10.2020, 18:33)Selur Wrote: [ -> ]You need to create the misc.ini next to the Hybrid.exe.
Open an the normal Windows text editor (Editor), write:
Code:
[General]
fontSize=22
in it, save the content in a file you named misc.ini, copy the content of the file into your Hybrid folder.
No additional stuff is needed.
Cu Selur
ok, thanks a lot. I will try it once ongoing encoding finishes.
font size increased successfully.thanks a lot.