Post Reply 
How do I Use Monospace Option of STRING?
03-29-2017, 08:34 PM
Post: #3
RE: How do I Use Monospace Option of STRING?
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.

TW

Although I work for HP, the views and opinions I post here are my own.
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? - Tim Wessman - 03-29-2017 08:34 PM



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