From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "It's me FKtPp ;)" Newsgroups: gmane.emacs.help Subject: How to define a fontset with italic and bold fonts Date: Mon, 27 Oct 2003 21:13:59 +0800 Organization: Bentium Ltd. (CN99) Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <867k2qlt60.fsf@anti-virus.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067273102 12448 80.91.224.253 (27 Oct 2003 16:45:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2003 16:45:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 27 15:17:17 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AE8BJ-0005MZ-00 for ; Mon, 27 Oct 2003 15:17:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AE80u-00070c-1s for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Oct 2003 09:06:32 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newsgate.cuhk.edu.hk!news.cn99.com!news.yaako.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 218.11.79.117 Original-X-Trace: news.yaako.com 1067260441 8088 218.11.79.117 (27 Oct 2003 13:14:01 GMT) Original-X-Complaints-To: usenet@news.yaako.com Original-NNTP-Posting-Date: Mon, 27 Oct 2003 13:14:01 +0000 (UTC) User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:M4ddqEnVRQcYMuPhgKDLC7IgIhY= Original-Xref: shelby.stanford.edu gnu.emacs.help:117634 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13566 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13566 Hi Group: I defined a fontset to make the Emacs buffer looks better. and days ago I switch to "xtt", after that I got bold and italic font in emacs' buffers. But it's really *ugly* than the regular fonts. I Checked info for that. but it says: --8<---------------cut here---------------start------------->8--- Bold, italic, and bold-italic variants of the standard fontset are created automatically. Their names have `bold' instead of `medium', or `i' instead of `r', or both. --8<---------------cut here---------------end--------------->8--- My problem is: When it display bold and italic fonts, It use font which are not included in my predefined fontset. what can I do now ??