new files: GdkFont.java and GdkGlyphVector.java, plus JNI backends

graydon hoare graydon@redhat.com
Thu Aug 28 22:52:00 GMT 2003


Hi,

These files are companions to the recently posted GdkGraphics2D
implementation.  They provide very early, partial support for
accessing fonts and glyphs as exposed through GDK, pango, and
fontconfig. At this point they can only get about as far as finding
fonts, constructing them, converting character strings to glyph
vectors and measuring those glyph vectors; rendering is not yet
operational.

My assumption -- reasonably safe given current discussion on the cairo
list -- is that the glyph vectors produced by this interface will be
applicable to a cairo glyph drawing API soon to be decided on.

comments?

-graydon

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: GdkFont.java
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20030828/fcba399b/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: gnu_java_awt_peer_gtk_GdkFont.c
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20030828/fcba399b/attachment.c>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: GdkGlyphVector.java
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20030828/fcba399b/attachment-0001.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: gnu_java_awt_peer_gtk_GdkGlyphVector.c
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20030828/fcba399b/attachment-0001.c>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: gdkfont.h
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20030828/fcba399b/attachment.h>


More information about the Java-patches mailing list