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: Implement native drawString using Pango


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


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