This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] text layout implementation
- From: Tom Tromey <tromey at redhat dot com>
- To: graydon hoare <graydon at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org, classpath at gnu dot org
- Date: 18 Nov 2003 15:39:10 -0700
- Subject: Re: [PATCH] text layout implementation
- References: <87smkls5nj.fsf@dub.venge.net>
- Reply-to: tromey at redhat dot com
>>>>> "graydon" == graydon hoare <graydon@redhat.com> writes:
graydon> this patch implements simple awt text layouts using attributed strings
graydon> and j2d glyph vectors. it will probably need further work, but it is
graydon> enough to get the swing text system limping along.
If you know of specific problems in the patch, go ahead and add
comments explaining what remains.
graydon> 2003-11-18 Graydon Hoare <graydon@redhat.com>
graydon> * java/awt/font/TextLayout.java: Implement simple layouts
graydon> using attributed strings and glyph vectors.
Please check in, thanks.
Tom