This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: xlib fix FontMetrics problems
- From: Tom Tromey <tromey at redhat dot com>
- To: "Scott Gilbertson" <scottg at mantatest dot com>
- Cc: <java-patches at gcc dot gnu dot org>
- Date: 09 Jun 2003 19:42:22 -0600
- Subject: Re: PATCH: xlib fix FontMetrics problems
- References: <002c01c32c72$23d76b40$3c16a8c0@mantatest.com>
- Reply-to: tromey at redhat dot com
>>>>> "Scott" == Scott Gilbertson <scottg@mantatest.com> writes:
Scott> The attached patch fixes problems with xlib FontMetrics.
Scott> * gnu/gcj/xlib/natFont.cc (getMaxAscent): adjusted return value.
Scott> (getMaxDescent): adjusted return value.
Scott> (getAscent): modified to use metrics for 'O'.
Scott> (getDescent): modified to use metrics for 'y'.
I'm checking this in on the trunk.
Thanks.
Tom