I am no expert at Font and graphics. When I show(font = "Vrinda",
PLAIN, 8 size) it looks bad on screen using graphics.drawString...in
fact unreadable. I open MS Word and this font looks ok on the
screen. When I print from our app, things look ok.
Knute Johnson - 01 Oct 2007 17:55 GMT
> I am no expert at Font and graphics. When I show(font = "Vrinda",
> PLAIN, 8 size) it looks bad on screen using graphics.drawString...in
> fact unreadable. I open MS Word and this font looks ok on the
> screen. When I print from our app, things look ok.
Vrinda is an odd font. It is very small and at size 8 it is too small
to render completely. Just make it bigger.

Signature
Knute Johnson
email s/nospam/knute/
Roedy Green - 03 Oct 2007 00:32 GMT
>I am no expert at Font and graphics. When I show(font = "Vrinda",
>PLAIN, 8 size) it looks bad on screen using graphics.drawString...in
>fact unreadable. I open MS Word and this font looks ok on the
>screen. When I print from our app, things look ok.
First we need to see your actual code to diagnose it.
Failing that read up on fonts at http://mindprod.com/jgloss/font.html.
Read also about anti-aliasing
http://mindprod.com/jgloss/antialias.html

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Roedy Green - 03 Oct 2007 00:47 GMT
>Read also about anti-aliasing
>http://mindprod.com/jgloss/antialias.html
oops, that should be http://mindprod.com/jgloss/antialiasing.html

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com