This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] java.awt.font


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]