When the ALog.PlainText property is set to True, ATEasy will use the Internet Explorer (IE) fixed pitch font. By default this will be set to "Courier New", however some systems may have set it to non-fixed pitch font (using IE options). You can override that by setting the ALog.FixedFont.Name in your application. Once the font is set to a fixed pitch, any print statement in this mode will generate the same spacing for every character.
The log control font can be set as follows:
Log.FixedFont.Name = "Courier New"
The log control font size can be set as follows:
Log.FixedFont.Size= 11