• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Help me with the font ... T_T

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi javaranchers ...

Could you help me with this problem ?
Here's my code :

I use this font in the graphics.drawString() method, but it seems like the text is drawn with PLAIN style, no effect of bold at all.

If i change the WEIGHT_ULTRABOLD to WEIGHT_BOLD, it works, the text is drawn with BOLD style.

I wonder what is wrong ? I really want the BOLD to be 'bolder', thicker ^.^

Or is there any other approaches to this ?

Helppp meeeee
 
Jhun Hoon
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Further dicussion could be located at
http://forum.java.sun.com/thread.jspa?threadID=693071

Bug submission[by other people] could be found at
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4920831

Wheeee ... Wheeee ...
 
reply
    Bookmark Topic Watch Topic
  • New Topic