public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
From: Marko Rauhamaa <marko@pacujo.net>
To: guile-gtk@sources.redhat.com
Subject: Completed GdkFont support
Date: Fri, 09 May 2003 07:58:00 -0000	[thread overview]
Message-ID: <m3znlwo8x3.fsf@lumo.pacujo.net> (raw)

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/

             reply	other threads:[~2003-05-09  7:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-09  7:58 Marko Rauhamaa [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3znlwo8x3.fsf@lumo.pacujo.net \
    --to=marko@pacujo.net \
    --cc=guile-gtk@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).