View Single Post
Old 08-23-2019, 04:00 PM   #6
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,737
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Vroni View Post
how can i change the font in the plugin launcher window?
Since you can use print() to render HTML in the Plugin Runner window, you could wrap your messages in a minimal HTML file and specify a monospace font as an inline style attribute. For example:

Code:
<html>
<body style="font-family: monospace">
<pre>
Column 1	Column 2	Column 3
Value 1	Value 2	Value 3
</pre>
</body>
</html>
Doitsu is offline   Reply With Quote