From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4665 invoked by alias); 28 Mar 2003 00:12:49 -0000 Mailing-List: contact guile-gtk-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: guile-gtk-owner@sources.redhat.com Received: (qmail 4656 invoked from network); 28 Mar 2003 00:12:47 -0000 Received: from unknown (HELO mail.tiscali.cz) (213.235.135.71) by sources.redhat.com with SMTP; 28 Mar 2003 00:12:47 -0000 Received: from hobitin.ucw.cz (212.90.239.47) by mail.tiscali.cz (6.0.044) id 3E6FFDAA00315EA6; Fri, 28 Mar 2003 01:09:44 +0100 Received: from 0rfelyus by hobitin.ucw.cz with local (Exim 3.36 #1 (Debian)) id 18yhUz-00012Q-00; Fri, 28 Mar 2003 01:13:33 +0100 To: Stan Pinte Cc: guile-gtk , guile-user Subject: Re: font selection problem From: Daniel Skarda <0rfelyus@ucw.cz> Date: Fri, 28 Mar 2003 00:12:00 -0000 In-Reply-To: <20030325122324.4c42eadf.stan@altosw.be> (Stan Pinte's message of "Tue, 25 Mar 2003 12:23:24 +0100") Message-ID: User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/20.7 (gnu/linux) References: <20030325122324.4c42eadf.stan@altosw.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-q1/txt/msg00022.txt.bz2 Hello, guile-gtk always calls gtk_set_locale - unlike usual C Gtk+ programs, where you have to write gtk_set_locale explicitly. If you want to modify fonts, you should use "fontset" instead of "font" (see gtk+-1.2.x/gtk/gtkrc.iso* files) 0.