/
Change the Default Settings in TextView
Change the Default Settings in TextView
The following are command line options for font setting in TextView:
/font <face>
/fontsize <pitch>
/pl <pagelength>
/linespacing
/rtl (or /ltr)
/charset <charset>
/rawcharset <charset>
/f <filename>
So, for example, you could run in the command line:
textview.exe /font:Arial /fontsize:12 /pl:66 /f:example.txt
To have this as the default settings in your application, you need to add the following line to your .qxs file:
default.viewer.text: textview.exe /font:Arial /fontsize:12 /pl:66
omitting the /f: <filename>.
Related content
Program produces incorrect fonts in Chimera
Program produces incorrect fonts in Chimera
More like this
Characters are not displayed correctly
Characters are not displayed correctly
More like this
Styles no longer apply
Styles no longer apply
More like this
How can I enhance the appearance of my program?
How can I enhance the appearance of my program?
More like this
Can't find database In GUI using Hydra (but can in text mode)
Can't find database In GUI using Hydra (but can in text mode)
More like this