fontmetrics missing in Printable.print
Dr. A. Haakh
bugReporter at ib-haakh.de
Wed Apr 27 14:25:12 UTC 2016
Hi,
when I try to print a graphic with text using graph2d, the fontmetrics
are all unset.
eg.
class Foo implements Printable {
[...]
public int print(java.awt.Graphics graphics, java.awt.print.PageFormat
pageFormat, int param)
throws java.awt.print.PrinterException {
FontMetrics fm = graphics.getFontMetrics();
System.out.println("Ascent="+fm.getAscent());
[...]
return java.awt.print.Printable.PAGE_EXISTS;
}
gives you "Ascent=0"
this bug does not exist in Windows.
Andreas
More information about the freebsd-java
mailing list