public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
* Completed GdkFont support
@ 2003-05-09  7:58 Marko Rauhamaa
  2003-05-12  0:05 ` Kevin Ryde
  2003-08-08 22:06 ` gdk-fontset-load (was: Completed GdkFont support) Kevin Ryde
  0 siblings, 2 replies; 5+ messages in thread
From: Marko Rauhamaa @ 2003-05-09  7:58 UTC (permalink / raw)
  To: guile-gtk

Summary: Completed GdkFont support.

Details:

 - gdk-1.2.defs, gdk-support.c, guile-gtk.h: Declared text as SCM
   instead of string (as was previously done in gdk_draw_text_scm). That
   is necessary because text may well contain nonterminating zero bytes.

 - This part of the GDK spec seems a bit confused. Several functions
   come in four variants: char, string, text and text_wc. However, not
   all combinations are specified (or implemented). So, for example,
   there is no gdk_text_wc_height.

 - gdk-1.2.defs, gdk-support.c, guile-gtk.h: I allow the fontset name to
   be either a string or a list of strings, which are joined with
   commas. The strings themselves may contain commas.

 - gdk-support.c: Fixed an earlier bug. I used scm_list_p instead of
   SCM_CONSP and SCM_NULLP.


Marko

-- 
Marko Rauhamaa      mailto:marko@pacujo.net     http://pacujo.net/marko/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-08-08 22:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-09  7:58 Completed GdkFont support Marko Rauhamaa
2003-05-12  0:05 ` Kevin Ryde
2003-05-12  0:14   ` Marko Rauhamaa
2003-05-12  7:07   ` Marko Rauhamaa
2003-08-08 22:06 ` gdk-fontset-load (was: Completed GdkFont support) Kevin Ryde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).