Empyreus / lanterna

Automatically exported from code.google.com/p/lanterna
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Text not rendering properly #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have a very basic lanterna program but the text is not rendering properly on 
the label. 

Is this my Java settings causing this or something else? Perhaps I need to 
specify something in my code. I have been able to reproduce this with different 
machines and programs.

Thanks,

westforduk

Java source: http://pastebin.com/KLvd9PrP
Screenshot of error: http://i.imgur.com/umNPr.png

Original issue reported on code.google.com by westfor...@gmail.com on 30 Jul 2012 at 3:34

GoogleCodeExporter commented 9 years ago
Ahh, that's the font issue again. Really need to change the default font to 
"Monospaced", I though I had done that already(?)

If you create a SwingTerminal manually and specify the font to "Monospaced" (or 
any other monospaced font), it will render correctly.

Original comment by mab...@gmail.com on 31 Jul 2012 at 12:10

GoogleCodeExporter commented 9 years ago

Original comment by mab...@gmail.com on 31 Jul 2012 at 12:10

GoogleCodeExporter commented 9 years ago
This was finally fixed in http://code.google.com/p/lanterna/issues/detail?id=20
Please try it out if you have the possibility 

Original comment by mab...@gmail.com on 31 Jul 2012 at 1:33

GoogleCodeExporter commented 9 years ago
Tested the branch 2.1.0-SNAPSHOT and is working as expected. Thanks.

Original comment by westfor...@gmail.com on 31 Jul 2012 at 1:57