This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] java.awt.font
- From: Tom Tromey <tromey at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 16 Feb 2003 16:07:42 -0700
- Subject: Re: [PATCH] java.awt.font
- References: <200302151441.05422.konqueror@gmx.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> Here a bigger patch to add the missing pieces in java.awt.font.
Michael> Please review and comment.
Looks great. Please commit to the trunk; also to Classpath.
Michael> + return (horizontal ? advanceX : advanceY);
For a `return' that fits on a single line, omit the parentheses.
Michael> + * Constracts a <code>LineBreakMeasurer</code> object.
Typo in "constructs" -- there are a couple of these.
Tom