Thanks Roman and Tom,
Committed as
2006-10-23 Francis Kung <[EMAIL PROTECTED]>
* gnu/java/awt/peer/gtk/CairoGraphics2D.java
(cairoSetFont): New method.
(copy): Set font using setFont method.
(setFont): Call cairoSetFont.
(setup): Set font using setFont method.
* include/gnu_java_awt_peer_gtk_CairoGraphics2D.h: Added method.
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c
(install_font_peer): Removed.
(cairoDrawGlyphVector): Removed call to install_font_peer.
(cairoSetFont): New method.
Cheers,
Francis
On Mon, 2006-10-23 at 15:15 -0400, Thomas Fitzsimmons wrote:
> Francis Kung wrote:
> > Hi,
> >
> > This patch, an update to my earlier patch regarding rotated
> > characters/fonts, implements a native cairoSetFont method.
> >
> > I've tested with the usual programs and don't see any regressions; is it
> > OK to commit?
>
> Yes, looks good.
>
> Tom