Post Reply 
How do I Use Monospace Option of STRING?
09-27-2018, 01:01 AM
Post: #5
RE: How do I Use Monospace Option of STRING?
(03-29-2017 08:34 PM)Tim Wessman Wrote:  STRING does not print out characters. Rather, it is meant to be used in conjunction with a TEXTOUT call to write to the screen. If you pass it flags, it will do some automatic sizing of numbers to "make things fit" within your given limits. The returned string should then "fit" within the space you specified to best extent possible.

However, at the moment TEXTOUT does not support passing those flags in. The net result is that at this time you will not be able to print anything in a user program using the italic, bold, or monospaced font.

Improvements to the text printing is definitely on the list of enhancements, but as always I cannot say when or if it will be implemented.

I was trying to figure out how the formatting options of STRING worked, and found this old post.

Is the TEXTOUT / STRING interaction incorporated yet? I'm getting errors, so I'm guessing the answer is no. I would love more text formatting capability in my program than just the system small and large fonts provided by TEXTOUT.

Geoff
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How do I Use Monospace Option of STRING? - Geoff - 09-27-2018 01:01 AM



User(s) browsing this thread: 1 Guest(s)