I'm writing a command line only plugin, no UI windows. It just dawned on me that the output is in a proportional font which messes up the formatting I was going to use. Even using tabs does not work. I know there's an undocumented way to change color but are there any other undocumented things that can be done with Turbine.Shell.WriteLine? Such as font size, font type, tab stops, etc?
The chat window font (and size) is always selected by the player. A different font can be chosen for each chat channel.
If you chose to create your own window and output messages there, you could choose the font yourself. There is a fixed-width font available in at least one size. It might be enumerated as Turbine.UI.Lotro.Font.Undefine d, but I can't remember for certain.