I have been assuming that this is a bug in the Linux JDK1.2 prerelease.
If I run the following on Linux/Java1.2:
import java.awt.*;
public class FT
{
public static void main(String[] args)
{
Font f = new Font("Monospaced",Font.PLAIN,14);
FontMetrics fm = Toolkit.getDefau
Hi gang,
I'm having some trouble with the default fonts in
the JDK1.2. Seems like the ascents and decents for
TimesRoman fonts (possibly others) are very large
and it makes my textareas appear to have large gaps
between the lines.