nanogui: getting rid of create_font message


Previous by date: 6 Jul 2004 07:34:00 +0100 Re: getting rid of create_font message, Ronnie Wang
Next by date: 6 Jul 2004 07:34:00 +0100 static const fonts, David Muse
Previous in thread: 6 Jul 2004 07:34:00 +0100 Re: getting rid of create_font message, Ronnie Wang
Next in thread:

Subject: Re:答复: [nanogui] getting rid of create_font message
From: tj ####@####.####
Date: 6 Jul 2004 07:34:00 +0100
Message-Id: <40EA47C0.2070801@comcast.net>

I guess I should have asked is what do I need to do in my source code to
NOT CAUSE the message.

tj

Ronnie Wang wrote:

>It's  DEBUG MESSAGE you can find in file : engine/devfont.c:
>.......................
>#ifdef HAVE_FNT_SUPPORT
>	if (fontclass == MWLF_CLASS_ANY || fontclass == MWLF_CLASS_FNT)
>{
>		pfont = (PMWFONT) fnt_createfont(fontname, height,
>fontattr);
>		if (pfont) {
>			DPRINTF("fnt_createfont: using font %s\n",
>fontname);
>			return(pfont);
>		}
>		EPRINTF("fnt_createfont: %s,%d not found\n", fontname,
>height);
>	}
>#endif
>
>#ifdef HAVE_PCF_SUPPORT
>	if (fontclass == MWLF_CLASS_ANY || fontclass == MWLF_CLASS_PCF)
>{
>		pfont = (PMWFONT) pcf_createfont(fontname, height,
>fontattr);
>		if (pfont) {
>			DPRINTF("pcf_createfont: using font %s\n",
>fontname);
>			return(pfont);
>		}
>		EPRINTF("pcf_createfont: %s,%d not found\n", fontname,
>height);
>	}
>#endif
>..............................
>
>-----邮件原件-----
>发件人: tj ####@####.#### 
>发送时间: 2004年7月6日 13:49
>收件人: nanogui
>主题: [nanogui] getting rid of create_font message
>
>How do I get rid of :
>
>fnt_createfont: /usr/local/fonts/helvB24-ISO8859-1.pcf.gz,1 not found
>fnt_createfont: /usr/local/fonts/helvB18-ISO8859-1.pcf.gz,1 not found
>fnt_createfont: /usr/local/fonts/helvB14-ISO8859-1.pcf.gz,1 not found
>messages for:
>  helvB24 = GrCreateFont("/usr/local/fonts/helvB24-ISO8859-1.pcf.gz",
>                         1,NULL);
>  helvB18 = GrCreateFont ("/usr/local/fonts/helvB18-ISO8859-1.pcf.gz",
>                          1,NULL);
>  helvB14 = GrCreateFont ("/usr/local/fonts/helvB14-ISO8859-1.pcf.gz",
>                          1,NULL);
>in the source code.
>
>tj
>
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: ####@####.####
>For additional commands, e-mail: ####@####.####
>
>
>  
>



Previous by date: 6 Jul 2004 07:34:00 +0100 Re: getting rid of create_font message, Ronnie Wang
Next by date: 6 Jul 2004 07:34:00 +0100 static const fonts, David Muse
Previous in thread: 6 Jul 2004 07:34:00 +0100 Re: getting rid of create_font message, Ronnie Wang
Next in thread:


Powered by ezmlm-browse 0.20.