This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] enable Graphics2D at configure and runtime
On Thu, 2003-12-18 at 17:30, Thomas Fitzsimmons wrote:
> > + /* newer method to produce a peer for a Font object, even though Sun's
> > + design claims Font should now be peerless, we do not agree with this
> > + model, hence "ClasspathFontPeer". */
> > +
> > + public ClasspathFontPeer getClasspathFontPeer (String name, Map attrs)
> > + {
> > + if (useGraphics2D)
>
> This should be useGraphics2d.
>
Err, useGraphics2D (). :-)
Tom