mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
These documentation source files are not the one true version, just a copy for testing purposes. DO NOT EDIT THESE FILES. To use this on Windows you will need a working asciidoc installation and the path to it must be included in your CMAKE_PREFIX_PATH (probably via a local CMake tool chain file). At the time of writing the official asciidoc package does not work on Windows. The latest development master does however work, it can be downloaded as a snapshot ZIP archive from here: https://github.com/asciidoc/asciidoc/archive/master.zip git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5316 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
16 lines
697 B
Plaintext
16 lines
697 B
Plaintext
// Status=review
|
||
|
||
- You can control the program's font sizes by using a text editor
|
||
(e.g., Windows Notepad or similar) to create a one-line file named
|
||
+fonts.txt+ in the _WSJT-X_ installation directory. Enter a single
|
||
line of text with four numbers separated by spaces. The first two
|
||
numbers control the font size (in points) and weight (on a 0 – 100
|
||
scale) of most labels on the user interface. The last two numbers
|
||
control size and weight of text in the *Band Activity* and *Rx
|
||
Frequency* windows.
|
||
|
||
- By default the four numbers are ``8 50 10 50''. If you need larger
|
||
fonts in the user interface and bold text in the decode windows, try
|
||
something like ``10 50 12 100'' (without the quotes).
|
||
|