This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: XGraphicsConfiguration implement font metrics cache
- 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: 19 Apr 2003 11:49:33 -0600
- Subject: Re: PATCH: XGraphicsConfiguration implement font metrics cache
- References: <04a101c2d478$131d3340$3c16a8c0@mantatest.com>
- Reply-to: tromey at redhat dot com
>>>>> "Scott" == Scott Gilbertson <scottg at mantatest dot com> writes:
Scott> Index: libjava/ChangeLog
Scott> from Scott Gilbertson <scottg at mantatest dot com>
Scott> * gnu/awt/xlib/XGraphicsConfiguration.java (FontMetricsCache) : New inner
Scott> class
Scott> (CACHE_SIZE_PER_DISPLAY) : New field
Scott> (fontMetricsCache) : New field
Scott> (getXFontMetrics) : Use fontMetricsCache to cache fonts. Prefer loading
Scott> ISO10646-1 fonts.
I've checked this in on the trunk.
Tom