vote up 1 vote down star

I'm trying to use fixed width fonts in Java. I can use Courier or Lucida Console, but when I apply a "bold" style, it makes the characters larger in width and that's not acceptible in my application. Is there anyway I can force the bold characters to have the same width as non-bold characters?

flag

56% accept rate

3 Answers

vote up 1 vote down check

Monospaced should work on any platform. On Windows, I like Consolas. Courier New should also work.

link|flag
"Monospaced" works. Courier New appears to be the same thing. Consolas doesn't seem to work on my machine (and I have Windows) – Jason S Apr 27 at 13:31
vote up 1 vote down

re @Mario Ortegon's suggestion, I asked on a Sun forum and someone suggested Lucida Sans Typewriter, which does appear to work, but it looks pretty lousy. >:(

link|flag
Guess we can't have it both ways :( (+1, this is a solution) – Mario Ortegón Apr 9 at 6:59
vote up 1 vote down

The only solution I can think of is to find a font face that renders with exactly the same width regardless of the bold property. I am yet to find such font.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.