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] text layout implementation


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


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