Post
by jimlad68 » 09 Apr 2021 21:01
I use a Monospaced font for anything that needs column lining up without tabs.
(Consolas is my current favourite as it looks reasonable and quite portable).
I still don't, and probably will not, use the new FHv7 Rich Text, and I note
"I'm not using Rich Text Support," so a monospaced font might work for you.
The only problem is that within the FH program you set Fonts in properties > property box and it is the same everywhere, whereas a proportional font can be easier on the eye when not tabulated.
For reports there is an option under Format for section data, as this is mostly where any tabulated data is (e.g. Text from Source) I set this for Consolas.
With AS, I usually just accept what AS gives me with a column separator, then balance the columns with a macro in notepad++ or word, but you can also use consolas in AS.
[edit] This is an age old portability problem, well documented in Nick's link. Most websites (e.g. Ancestry, Geneanet) give you 1 font and most websites delete all multiple spaces to leave 1. For these instances, if I have time, I find if I add a few _ (underscores) instead of blanks, with columns separated by " |" (blank bar blank) it gives a better semblance of columns.