This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: Implement native drawString using Pango
- From: Tom Tromey <tromey at redhat dot com>
- To: Thomas Fitzsimmons <fitzsim at redhat dot com>
- Cc: GCJ Patches <java-patches at gcc dot gnu dot org>
- Date: 22 Aug 2003 12:03:08 -0600
- Subject: Re: Patch: Implement native drawString using Pango
- References: <1061574373.25075.125.camel@tortoise.toronto.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Tom" == Thomas Fitzsimmons <fitzsim@redhat.com> writes:
Tom> This patch changes the native implementation of
Tom> GdkGraphics.drawString to use Pango text-handling functions. The
Tom> existing XLFD implementation was producing completely incorrect
Tom> output.
Looks good to me, thanks.
Tom> + pango_font_description_free (font_desc);
Is it expensive to get the pango font description? Would caching be
advisable?
Tom