PabloMack
SciEngArtist
I was happy to find that I can place Unicode text into Title Frames using any of the TrueType/OpenType scalable fonts. However, I was dismayed that fixed-pitch fonts are printed as though they were variable-pitched fonts. Many of you who are not programmers may not appreciate the justification for and therefore the need for fixed-pitch fonts. Programming languages almost always use fixed-pitch fonts because it is extremely important to be fully aware of each and every character that is in the source code. Readers of prose text can fill-in-the-blanks and overlook characters that they don't see without losing the jist of a passage. However, compilers and other software text interpreters are not so forgiving. TrueType/OpenType fonts are explicitly declared as either fixed-pitch or variable pitch for good reason. Why is it then that those of you developing the code for SpeedEDIT at Newtek decided to defeat the purpose for this distinction? I have a project that I would have liked to use SpeedEDIT for developing a programming training series but this bad behavior makes SpeedEDIT unsuitable for this project. How sad.
Here is an example of SpeedEDIT's ill behavior with regard to printing fixed-pitch fonts. Below I show how my programming editor displays a program statement:

Here is the same statement printed in SpeedEDIT:

Note how the decimal point is squeezed between the '3' and '1' and how the semicolon is jammed up against the last numeric. This is BAD. At least you should provide a click box to force fixed-pitch text to be printed as fixed-pitch. Better yet, just print it as it was intended to be displayed. If you don't like to use fixed-pitch fonts, don't. Use variable-pitched fonts instead. It's really that simple.
Here is an example of SpeedEDIT's ill behavior with regard to printing fixed-pitch fonts. Below I show how my programming editor displays a program statement:

Here is the same statement printed in SpeedEDIT:

Note how the decimal point is squeezed between the '3' and '1' and how the semicolon is jammed up against the last numeric. This is BAD. At least you should provide a click box to force fixed-pitch text to be printed as fixed-pitch. Better yet, just print it as it was intended to be displayed. If you don't like to use fixed-pitch fonts, don't. Use variable-pitched fonts instead. It's really that simple.