2001-07-15 19:53:53 +00:00
|
|
|
|
;;; fontset.el --- commands for handling fontset
|
1997-02-20 07:02:49 +00:00
|
|
|
|
|
1997-06-22 08:57:18 +00:00
|
|
|
|
;; Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN.
|
|
|
|
|
;; Licensed to the Free Software Foundation.
|
2001-10-24 11:06:30 +00:00
|
|
|
|
;; Copyright (C) 2001 Free Software Foundation, Inc.
|
1997-02-20 07:02:49 +00:00
|
|
|
|
|
|
|
|
|
;; Keywords: mule, multilingual, fontset
|
|
|
|
|
|
|
|
|
|
;; This file is part of GNU Emacs.
|
|
|
|
|
|
|
|
|
|
;; GNU Emacs is free software; you can redistribute it and/or modify
|
|
|
|
|
;; it under the terms of the GNU General Public License as published by
|
|
|
|
|
;; the Free Software Foundation; either version 2, or (at your option)
|
|
|
|
|
;; any later version.
|
|
|
|
|
|
|
|
|
|
;; GNU Emacs is distributed in the hope that it will be useful,
|
|
|
|
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
;; GNU General Public License for more details.
|
|
|
|
|
|
|
|
|
|
;; You should have received a copy of the GNU General Public License
|
1997-02-23 09:20:52 +00:00
|
|
|
|
;; along with GNU Emacs; see the file COPYING. If not, write to the
|
|
|
|
|
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
|
|
|
;; Boston, MA 02111-1307, USA.
|
1997-02-20 07:02:49 +00:00
|
|
|
|
|
2001-07-15 19:53:53 +00:00
|
|
|
|
;;; Commentary:
|
|
|
|
|
|
1997-02-20 07:02:49 +00:00
|
|
|
|
;;; Code:
|
|
|
|
|
|
2000-05-26 07:33:01 +00:00
|
|
|
|
;; Set standard fontname specification of characters in the default
|
|
|
|
|
;; fontset to find an appropriate font for each charset. This is used
|
|
|
|
|
;; to generate a font name for a fontset if the fontset doesn't
|
|
|
|
|
;; specify a font name for a specific character. The specification
|
|
|
|
|
;; has the form (FAMILY . REGISTRY). FAMILY may be nil, in which
|
|
|
|
|
;; case, the family name of default face is used. If REGISTRY
|
|
|
|
|
;; contains a character `-', the string before that is embedded in
|
|
|
|
|
;; `CHARSET_REGISTRY' field, and the string after that is embedded in
|
|
|
|
|
;; `CHARSET_ENCODING' field. If it does not contain `-', the whole
|
|
|
|
|
;; string is embedded in `CHARSET_REGISTRY' field, and a wild card
|
|
|
|
|
;; character `*' is embedded in `CHARSET_ENCODING' field. The
|
|
|
|
|
;; REGISTRY for ASCII characters are predefined as "ISO8859-1".
|
|
|
|
|
|
2001-12-16 05:37:10 +00:00
|
|
|
|
(let ((l
|
|
|
|
|
;; Eval this at compile-time, since fontset.el is always loaded
|
|
|
|
|
;; when run under X and this would always load ind-util.el as well.
|
|
|
|
|
(eval-when-compile
|
|
|
|
|
`((latin-iso8859-1 . (nil . "ISO8859-1"))
|
2000-05-26 07:33:01 +00:00
|
|
|
|
(latin-iso8859-2 . (nil . "ISO8859-2"))
|
|
|
|
|
(latin-iso8859-3 . (nil . "ISO8859-3"))
|
|
|
|
|
(latin-iso8859-4 . (nil . "ISO8859-4"))
|
|
|
|
|
(thai-tis620 . ("*" . "TIS620"))
|
|
|
|
|
(greek-iso8859-7 . ("*" . "ISO8859-7"))
|
|
|
|
|
(arabic-iso8859-6 . ("*" . "ISO8859-6"))
|
|
|
|
|
(hebrew-iso8859-8 . ("*" . "ISO8859-8"))
|
|
|
|
|
(katakana-jisx0201 . ("*" . "JISX0201"))
|
|
|
|
|
(latin-jisx0201 . (nil . "JISX0201"))
|
|
|
|
|
(cyrillic-iso8859-5 . ("*" . "ISO8859-5"))
|
|
|
|
|
(latin-iso8859-9 . (nil . "ISO8859-9"))
|
|
|
|
|
(japanese-jisx0208-1978 . ("*" . "JISX0208.1978"))
|
2000-12-04 06:27:35 +00:00
|
|
|
|
(chinese-gb2312 . ("*" . "GB2312.1980"))
|
|
|
|
|
(japanese-jisx0208 . ("*" . "JISX0208.1990"))
|
|
|
|
|
(korean-ksc5601 . ("*" . "KSC5601.1989"))
|
2000-05-26 07:33:01 +00:00
|
|
|
|
(japanese-jisx0212 . ("*" . "JISX0212"))
|
|
|
|
|
(chinese-cns11643-1 . ("*" . "CNS11643.1992-1"))
|
|
|
|
|
(chinese-cns11643-2 . ("*" . "CNS11643.1992-2"))
|
|
|
|
|
(chinese-cns11643-3 . ("*" . "CNS11643.1992-3"))
|
|
|
|
|
(chinese-cns11643-4 . ("*" . "CNS11643.1992-4"))
|
|
|
|
|
(chinese-cns11643-5 . ("*" . "CNS11643.1992-5"))
|
|
|
|
|
(chinese-cns11643-6 . ("*" . "CNS11643.1992-6"))
|
|
|
|
|
(chinese-cns11643-7 . ("*" . "CNS11643.1992-7"))
|
|
|
|
|
(chinese-big5-1 . ("*" . "Big5"))
|
|
|
|
|
(chinese-big5-2 . ("*" . "Big5"))
|
|
|
|
|
(chinese-sisheng . (nil . "sisheng_cwnn"))
|
|
|
|
|
(vietnamese-viscii-lower . (nil . "VISCII1.1"))
|
|
|
|
|
(vietnamese-viscii-upper . (nil . "VISCII1.1"))
|
|
|
|
|
(arabic-digit . ("*" . "MuleArabic-0"))
|
|
|
|
|
(arabic-1-column . ("*" . "MuleArabic-1"))
|
|
|
|
|
(arabic-2-column . ("*" . "MuleArabic-2"))
|
|
|
|
|
(ipa . (nil . "MuleIPA"))
|
|
|
|
|
(ethiopic . ("*" . "Ethiopic-Unicode"))
|
|
|
|
|
(ascii-right-to-left . (nil . "ISO8859-1"))
|
|
|
|
|
(indian-is13194 . ("*" . "IS13194-Devanagari"))
|
|
|
|
|
(indian-2-column . ("*" . "MuleIndian-2"))
|
|
|
|
|
(lao . ("*" . "MuleLao-1"))
|
2000-10-19 07:09:20 +00:00
|
|
|
|
(tibetan . ("proportional" . "MuleTibetan-2"))
|
2000-05-26 07:33:01 +00:00
|
|
|
|
(tibetan-1-column . ("*" . "MuleTibetan-1"))
|
|
|
|
|
(latin-iso8859-14 . (nil . "ISO8859-14"))
|
|
|
|
|
(latin-iso8859-15 . (nil . "ISO8859-15"))
|
|
|
|
|
(mule-unicode-0100-24ff . (nil . "ISO10646-1"))
|
2000-10-30 01:36:20 +00:00
|
|
|
|
(mule-unicode-2500-33ff . (nil . "ISO10646-1"))
|
|
|
|
|
(mule-unicode-e000-ffff . (nil . "ISO10646-1"))
|
2000-12-06 02:50:35 +00:00
|
|
|
|
(japanese-jisx0213-1 . ("*" . "JISX0213.2000-1"))
|
|
|
|
|
(japanese-jisx0213-2 . ("*" . "JISX0213.2000-2"))
|
2001-11-25 02:35:29 +00:00
|
|
|
|
;; unicode
|
|
|
|
|
((,(decode-char 'ucs #x0900)
|
|
|
|
|
. ,(decode-char 'ucs #x097F)) . ("*" . "ISO10646.indian-1"))
|
|
|
|
|
;; indian
|
|
|
|
|
(indian-glyph . ("*" . "Devanagari-CDAC"))
|
|
|
|
|
((,(indian-glyph-char 0 'devanagari)
|
|
|
|
|
. ,(indian-glyph-char 255 'devanagari)) . ("*" . "Devanagari-CDAC"))
|
|
|
|
|
((,(indian-glyph-char 0 'sanskrit)
|
|
|
|
|
. ,(indian-glyph-char 255 'sanskrit)) . ("*" . "Sanskrit-CDAC"))
|
|
|
|
|
((,(indian-glyph-char 0 'bengali)
|
|
|
|
|
. ,(indian-glyph-char 255 'bengali)) . ("*" . "Bengali-CDAC"))
|
|
|
|
|
((,(indian-glyph-char 0 'assamese)
|
|
|
|
|
. ,(indian-glyph-char 255 'assamese)) . ("*" . "Assamese-CDAC"))
|
|
|
|
|
((,(indian-glyph-char 0 'punjabi)
|
|
|
|
|
. ,(indian-glyph-char 255 'punjabi)) . ("*" . "Punjabi-CDAC"))
|
|
|
|
|
((,(indian-glyph-char 0 'gujarati)
|
|
|
|
|
. ,(indian-glyph-char 255 'gujarati)) . ("*" . "Gujarati-CDAC"))
|
|
|
|
|
((,(indian-glyph-char 0 'oriya)
|
|
|
|
|
. ,(indian-glyph-char 255 'oriya)) . ("*" . "Oriya-CDAC"))
|
|
|
|
|
((,(indian-glyph-char 0 'tamil)
|
|
|
|
|
. ,(indian-glyph-char 255 'tamil)) . ("*" . "Tamil-CDAC"))
|
|
|
|
|
((,(indian-glyph-char 0 'telugu)
|
|
|
|
|
. ,(indian-glyph-char 255 'telugu)) . ("*" . "Telugu-CDAC"))
|
|
|
|
|
((,(indian-glyph-char 0 'kannada)
|
|
|
|
|
. ,(indian-glyph-char 255 'kannada)) . ("*" . "Kannada-CDAC"))
|
|
|
|
|
((,(indian-glyph-char 0 'malayalam)
|
|
|
|
|
. ,(indian-glyph-char 255 'malayalam)) . ("*" . "Malayalam-CDAC"))
|
2001-12-16 05:37:10 +00:00
|
|
|
|
)))
|
2000-05-26 07:33:01 +00:00
|
|
|
|
charset font-spec arg)
|
1997-02-20 07:02:49 +00:00
|
|
|
|
(while l
|
2000-05-26 07:33:01 +00:00
|
|
|
|
(setq charset (car (car l)) font-spec (cdr (car l)) l (cdr l))
|
2000-03-21 00:32:06 +00:00
|
|
|
|
(if (symbolp charset)
|
|
|
|
|
(setq arg (make-char charset))
|
|
|
|
|
(setq arg charset))
|
2000-05-26 07:33:01 +00:00
|
|
|
|
(set-fontset-font "fontset-default" arg font-spec)))
|
1997-02-20 07:02:49 +00:00
|
|
|
|
|
|
|
|
|
;; Set arguments in `font-encoding-alist' (which see).
|
|
|
|
|
(defun set-font-encoding (pattern charset encoding)
|
|
|
|
|
(let ((slot (assoc pattern font-encoding-alist)))
|
|
|
|
|
(if slot
|
|
|
|
|
(let ((place (assq charset (cdr slot))))
|
|
|
|
|
(if place
|
|
|
|
|
(setcdr place encoding)
|
|
|
|
|
(setcdr slot (cons (cons charset encoding) (cdr slot)))))
|
|
|
|
|
(setq font-encoding-alist
|
|
|
|
|
(cons (list pattern (cons charset encoding)) font-encoding-alist)))
|
|
|
|
|
))
|
|
|
|
|
|
|
|
|
|
(set-font-encoding "ISO8859-1" 'ascii 0)
|
|
|
|
|
(set-font-encoding "JISX0201" 'latin-jisx0201 0)
|
|
|
|
|
|
2002-09-30 06:41:01 +00:00
|
|
|
|
;; Allow display of arbitrary characters with an iso-10646-encoded
|
|
|
|
|
;; (`Unicode') font.
|
|
|
|
|
(define-translation-table 'ucs-mule-to-mule-unicode
|
|
|
|
|
ucs-mule-to-mule-unicode)
|
|
|
|
|
(define-translation-hash-table 'ucs-mule-cjk-to-unicode
|
|
|
|
|
ucs-mule-cjk-to-unicode)
|
|
|
|
|
|
2000-10-30 01:36:20 +00:00
|
|
|
|
(define-ccl-program ccl-encode-unicode-font
|
2000-10-19 07:09:20 +00:00
|
|
|
|
`(0
|
2002-09-30 06:41:01 +00:00
|
|
|
|
;; r0: charset-id
|
|
|
|
|
;; r1: 1st position code
|
|
|
|
|
;; r2: 2nd position code (if r0 is 2D charset)
|
|
|
|
|
((if (r0 == ,(charset-id 'ascii))
|
|
|
|
|
((r2 = r1)
|
|
|
|
|
(r1 = 0))
|
|
|
|
|
;; At first, try to get a Unicode code point directly.
|
|
|
|
|
((if (r2 >= 0)
|
|
|
|
|
;; This is a 2D charset.
|
|
|
|
|
(r1 = ((r1 << 7) | r2)))
|
|
|
|
|
(lookup-character ucs-mule-cjk-to-unicode r0 r1)
|
|
|
|
|
(if r7
|
|
|
|
|
;; We got it!
|
|
|
|
|
((r1 = (r0 >> 8))
|
|
|
|
|
(r2 = (r0 & #xFF)))
|
|
|
|
|
;; Look for a translation for non-ASCII chars.
|
|
|
|
|
((translate-character ucs-mule-to-mule-unicode r0 r1)
|
|
|
|
|
(if (r0 == ,(charset-id 'latin-iso8859-1))
|
|
|
|
|
((r2 = (r1 + 128))
|
|
|
|
|
(r1 = 0))
|
|
|
|
|
((r2 = (r1 & #x7F))
|
|
|
|
|
(r1 >>= 7)
|
|
|
|
|
(if (r0 == ,(charset-id 'mule-unicode-0100-24ff))
|
|
|
|
|
((r1 *= 96)
|
|
|
|
|
(r1 += r2)
|
|
|
|
|
(r1 += ,(- #x100 (* 32 96) 32))
|
|
|
|
|
(r1 >8= 0)
|
|
|
|
|
(r2 = r7))
|
|
|
|
|
(if (r0 == ,(charset-id 'mule-unicode-2500-33ff))
|
|
|
|
|
((r1 *= 96)
|
|
|
|
|
(r1 += r2)
|
|
|
|
|
(r1 += ,(- #x2500 (* 32 96) 32))
|
|
|
|
|
(r1 >8= 0)
|
|
|
|
|
(r2 = r7))
|
|
|
|
|
(if (r0 == ,(charset-id 'mule-unicode-e000-ffff))
|
|
|
|
|
((r1 *= 96)
|
|
|
|
|
(r1 += r2)
|
|
|
|
|
(r1 += ,(- #xe000 (* 32 96) 32))
|
|
|
|
|
(r1 >8= 0)
|
|
|
|
|
(r2 = r7))
|
|
|
|
|
;; No way, use the glyph for U+FFFD.
|
|
|
|
|
((r1 = #xFF)
|
|
|
|
|
(r2 = #xFD)))))))))))))
|
|
|
|
|
"Encode characters for display with iso10646 font.
|
|
|
|
|
Translate through the translation-hash-table named
|
|
|
|
|
`ucs-mule-cjk-to-unicode' and the translation-table named
|
|
|
|
|
`ucs-mule-to-mule-unicode' initially.")
|
2000-10-19 07:09:20 +00:00
|
|
|
|
|
2002-09-30 06:41:01 +00:00
|
|
|
|
;; Use the above CCL encoder for Unicode fonts. Please note that the
|
|
|
|
|
;; regexp is not simply "ISO10646-1" because there exists, for
|
|
|
|
|
;; instance, the following Devanagari Unicode fonts:
|
|
|
|
|
;; -misc-fixed-medium-r-normal--24-240-72-72-c-120-iso10646.indian-1
|
|
|
|
|
;; -sibal-devanagari-medium-r-normal--24-240-75-75-P--iso10646-dev
|
2000-10-19 07:09:20 +00:00
|
|
|
|
(setq font-ccl-encoder-alist
|
2002-09-30 06:41:01 +00:00
|
|
|
|
(cons '("ISO10646.*-*" . ccl-encode-unicode-font)
|
2000-10-19 07:09:20 +00:00
|
|
|
|
font-ccl-encoder-alist))
|
|
|
|
|
|
1997-02-20 07:02:49 +00:00
|
|
|
|
;; Setting for suppressing XLoadQueryFont on big fonts.
|
|
|
|
|
(setq x-pixel-size-width-font-regexp
|
|
|
|
|
"gb2312\\|jisx0208\\|ksc5601\\|cns11643\\|big5")
|
|
|
|
|
|
2000-03-21 00:32:06 +00:00
|
|
|
|
;; These fonts require vertical centering.
|
1999-12-15 00:40:24 +00:00
|
|
|
|
(setq vertical-centering-font-regexp
|
2000-03-21 00:32:06 +00:00
|
|
|
|
"gb2312\\|jisx0208\\|jisx0212\\|ksc5601\\|cns11643\\|big5")
|
1999-12-15 00:40:24 +00:00
|
|
|
|
|
1998-05-21 01:46:39 +00:00
|
|
|
|
(defvar x-font-name-charset-alist
|
|
|
|
|
'(("iso8859-1" ascii latin-iso8859-1)
|
|
|
|
|
("iso8859-2" ascii latin-iso8859-2)
|
|
|
|
|
("iso8859-3" ascii latin-iso8859-3)
|
|
|
|
|
("iso8859-4" ascii latin-iso8859-4)
|
|
|
|
|
("iso8859-5" ascii cyrillic-iso8859-5)
|
|
|
|
|
("iso8859-6" ascii arabic-iso8859-6)
|
|
|
|
|
("iso8859-7" ascii greek-iso8859-7)
|
|
|
|
|
("iso8859-8" ascii hebrew-iso8859-8)
|
1999-10-14 09:49:12 +00:00
|
|
|
|
("iso8859-14" ascii latin-iso8859-14)
|
|
|
|
|
("iso8859-15" ascii latin-iso8859-15)
|
1998-05-21 01:46:39 +00:00
|
|
|
|
("tis620" ascii thai-tis620)
|
|
|
|
|
("koi8" ascii cyrillic-iso8859-5)
|
|
|
|
|
("viscii" ascii vietnamese-viscii-upper vietnamese-viscii-lower)
|
|
|
|
|
("vscii" ascii vietnamese-viscii-upper vietnamese-viscii-lower)
|
2000-10-19 07:09:20 +00:00
|
|
|
|
("mulelao-1" ascii lao)
|
2000-10-30 01:36:20 +00:00
|
|
|
|
("iso10646-1" ascii latin-iso8859-1 mule-unicode-0100-24ff
|
|
|
|
|
mule-unicode-2500-33ff mule-unicode-e000-ffff))
|
1998-05-21 01:46:39 +00:00
|
|
|
|
"Alist of font names vs list of charsets the font can display.
|
|
|
|
|
|
|
|
|
|
When a font name which matches some element of this alist is given as
|
|
|
|
|
`-fn' command line argument or is specified by X resource, a fontset
|
|
|
|
|
which uses the specified font for the corresponding charsets are
|
|
|
|
|
created and used for the initial frame.")
|
|
|
|
|
|
1997-02-20 07:02:49 +00:00
|
|
|
|
;;; XLFD (X Logical Font Description) format handler.
|
|
|
|
|
|
|
|
|
|
;; Define XLFD's field index numbers. ; field name
|
|
|
|
|
(defconst xlfd-regexp-foundry-subnum 0) ; FOUNDRY
|
|
|
|
|
(defconst xlfd-regexp-family-subnum 1) ; FAMILY_NAME
|
|
|
|
|
(defconst xlfd-regexp-weight-subnum 2) ; WEIGHT_NAME
|
|
|
|
|
(defconst xlfd-regexp-slant-subnum 3) ; SLANT
|
|
|
|
|
(defconst xlfd-regexp-swidth-subnum 4) ; SETWIDTH_NAME
|
|
|
|
|
(defconst xlfd-regexp-adstyle-subnum 5) ; ADD_STYLE_NAME
|
|
|
|
|
(defconst xlfd-regexp-pixelsize-subnum 6) ; PIXEL_SIZE
|
|
|
|
|
(defconst xlfd-regexp-pointsize-subnum 7) ; POINT_SIZE
|
|
|
|
|
(defconst xlfd-regexp-resx-subnum 8) ; RESOLUTION_X
|
|
|
|
|
(defconst xlfd-regexp-resy-subnum 9) ; RESOLUTION_Y
|
|
|
|
|
(defconst xlfd-regexp-spacing-subnum 10) ; SPACING
|
|
|
|
|
(defconst xlfd-regexp-avgwidth-subnum 11) ; AVERAGE_WIDTH
|
|
|
|
|
(defconst xlfd-regexp-registry-subnum 12) ; CHARSET_REGISTRY
|
|
|
|
|
(defconst xlfd-regexp-encoding-subnum 13) ; CHARSET_ENCODING
|
|
|
|
|
|
|
|
|
|
;; Regular expression matching against a fontname which conforms to
|
|
|
|
|
;; XLFD (X Logical Font Description). All fields in XLFD should be
|
|
|
|
|
;; not be omitted (but can be a wild card) to be matched.
|
|
|
|
|
(defconst xlfd-tight-regexp
|
|
|
|
|
"^\
|
|
|
|
|
-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*\\)\
|
|
|
|
|
-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*\\)\
|
|
|
|
|
-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*\\)$")
|
|
|
|
|
|
|
|
|
|
;; List of field numbers of XLFD whose values are numeric.
|
|
|
|
|
(defconst xlfd-regexp-numeric-subnums
|
|
|
|
|
(list xlfd-regexp-pixelsize-subnum ;6
|
|
|
|
|
xlfd-regexp-pointsize-subnum ;7
|
|
|
|
|
xlfd-regexp-resx-subnum ;8
|
|
|
|
|
xlfd-regexp-resy-subnum ;9
|
|
|
|
|
xlfd-regexp-avgwidth-subnum ;11
|
|
|
|
|
))
|
|
|
|
|
|
|
|
|
|
(defun x-decompose-font-name (pattern)
|
|
|
|
|
"Decompose PATTERN into XLFD's fields and return vector of the fields.
|
|
|
|
|
The length of the vector is 14.
|
|
|
|
|
|
|
|
|
|
If PATTERN doesn't conform to XLFD, try to get a full XLFD name from
|
|
|
|
|
X server and use the information of the full name to decompose
|
|
|
|
|
PATTERN. If no full XLFD name is gotten, return nil."
|
|
|
|
|
(let (xlfd-fields fontname)
|
|
|
|
|
(if (string-match xlfd-tight-regexp pattern)
|
|
|
|
|
(let ((i 0))
|
|
|
|
|
(setq xlfd-fields (make-vector 14 nil))
|
|
|
|
|
(while (< i 14)
|
|
|
|
|
(aset xlfd-fields i (match-string (1+ i) pattern))
|
|
|
|
|
(setq i (1+ i)))
|
|
|
|
|
xlfd-fields)
|
|
|
|
|
(setq fontname (condition-case nil
|
|
|
|
|
(x-resolve-font-name pattern)
|
|
|
|
|
(error)))
|
|
|
|
|
(if (and fontname
|
|
|
|
|
(string-match xlfd-tight-regexp fontname))
|
1998-12-15 04:35:38 +00:00
|
|
|
|
;; We get a full XLFD name.
|
1997-02-20 07:02:49 +00:00
|
|
|
|
(let ((len (length pattern))
|
|
|
|
|
(i 0)
|
|
|
|
|
l)
|
1998-12-15 04:35:38 +00:00
|
|
|
|
;; Setup xlfd-fields by the full XLFD name. Each element
|
|
|
|
|
;; should be a cons of matched index and matched string.
|
1997-02-20 07:02:49 +00:00
|
|
|
|
(setq xlfd-fields (make-vector 14 nil))
|
|
|
|
|
(while (< i 14)
|
|
|
|
|
(aset xlfd-fields i
|
|
|
|
|
(cons (match-beginning (1+ i))
|
|
|
|
|
(match-string (1+ i) fontname)))
|
|
|
|
|
(setq i (1+ i)))
|
1998-12-15 04:35:38 +00:00
|
|
|
|
|
|
|
|
|
;; Replace wild cards in PATTERN by regexp codes.
|
1997-02-20 07:02:49 +00:00
|
|
|
|
(setq i 0)
|
|
|
|
|
(while (< i len)
|
|
|
|
|
(let ((ch (aref pattern i)))
|
|
|
|
|
(if (= ch ??)
|
|
|
|
|
(setq pattern (concat (substring pattern 0 i)
|
|
|
|
|
"\\(.\\)"
|
|
|
|
|
(substring pattern (1+ i)))
|
|
|
|
|
len (+ len 4)
|
|
|
|
|
i (+ i 4))
|
|
|
|
|
(if (= ch ?*)
|
|
|
|
|
(setq pattern (concat (substring pattern 0 i)
|
|
|
|
|
"\\(.*\\)"
|
|
|
|
|
(substring pattern (1+ i)))
|
|
|
|
|
len (+ len 5)
|
|
|
|
|
i (+ i 5))
|
|
|
|
|
(setq i (1+ i))))))
|
1998-12-15 04:35:38 +00:00
|
|
|
|
|
|
|
|
|
;; Set each element of xlfd-fields to proper strings.
|
|
|
|
|
(if (string-match pattern fontname)
|
|
|
|
|
;; The regular expression PATTERN matchs the full XLFD
|
|
|
|
|
;; name. Set elements that correspond to a wild card
|
|
|
|
|
;; in PATTERN to "*", set the other elements to the
|
|
|
|
|
;; exact strings in PATTERN.
|
|
|
|
|
(let ((l (cdr (cdr (match-data)))))
|
|
|
|
|
(setq i 0)
|
|
|
|
|
(while (< i 14)
|
|
|
|
|
(if (or (null l) (< (car (aref xlfd-fields i)) (car l)))
|
|
|
|
|
(progn
|
|
|
|
|
(aset xlfd-fields i (cdr (aref xlfd-fields i)))
|
|
|
|
|
(setq i (1+ i)))
|
|
|
|
|
(if (< (car (aref xlfd-fields i)) (car (cdr l)))
|
|
|
|
|
(progn
|
|
|
|
|
(aset xlfd-fields i "*")
|
|
|
|
|
(setq i (1+ i)))
|
|
|
|
|
(setq l (cdr (cdr l)))))))
|
|
|
|
|
;; Set each element of xlfd-fields to the exact string
|
|
|
|
|
;; in the corresonding fields in full XLFD name.
|
|
|
|
|
(setq i 0)
|
|
|
|
|
(while (< i 14)
|
|
|
|
|
(aset xlfd-fields i (cdr (aref xlfd-fields i)))
|
|
|
|
|
(setq i (1+ i))))
|
1997-02-20 07:02:49 +00:00
|
|
|
|
xlfd-fields)))))
|
|
|
|
|
|
1997-03-18 23:16:27 +00:00
|
|
|
|
;; Replace consecutive wild-cards (`*') in NAME to one.
|
|
|
|
|
;; Ex. (x-reduce-font-name "-*-*-*-iso8859-1") => "-*-iso8859-1"
|
|
|
|
|
(defsubst x-reduce-font-name (name)
|
|
|
|
|
(while (string-match "-\\*-\\(\\*-\\)+" name)
|
|
|
|
|
(setq name (replace-match "-*-" t t name)))
|
|
|
|
|
name)
|
|
|
|
|
|
1998-06-12 07:10:59 +00:00
|
|
|
|
(defun x-compose-font-name (fields &optional reduce)
|
1997-02-20 07:02:49 +00:00
|
|
|
|
"Compose X's fontname from FIELDS.
|
1998-06-12 07:10:59 +00:00
|
|
|
|
FIELDS is a vector of XLFD fields, the length 14.
|
1997-03-18 23:16:27 +00:00
|
|
|
|
If a field is nil, wild-card letter `*' is embedded.
|
2000-03-21 00:32:06 +00:00
|
|
|
|
Optional argument REDUCE is always ignored. It exists just for
|
|
|
|
|
backward compatibility."
|
|
|
|
|
(concat "-" (mapconcat (lambda (x) (or x "*")) fields "-")))
|
1998-09-07 13:39:15 +00:00
|
|
|
|
|
2001-10-24 11:06:30 +00:00
|
|
|
|
|
|
|
|
|
(defun x-must-resolve-font-name (xlfd-fields)
|
|
|
|
|
"Like `x-resolve-font-name', but always return a font name.
|
|
|
|
|
XLFD-FIELDS is a vector of XLFD (X Logical Font Description) fields.
|
|
|
|
|
If no font matching XLFD-FIELDS is available, successively replace
|
|
|
|
|
parts of the font name pattern with \"*\" until some font is found.
|
|
|
|
|
Value is name of that font."
|
|
|
|
|
(let ((ascii-font nil) (index 0))
|
|
|
|
|
(while (and (null ascii-font) (<= index xlfd-regexp-encoding-subnum))
|
|
|
|
|
(let ((pattern (x-compose-font-name xlfd-fields)))
|
|
|
|
|
(condition-case nil
|
|
|
|
|
(setq ascii-font (x-resolve-font-name pattern))
|
|
|
|
|
(error
|
|
|
|
|
(message "Warning: no fonts matching `%s' available" pattern)
|
|
|
|
|
(aset xlfd-fields index "*")
|
|
|
|
|
(setq index (1+ index))))))
|
|
|
|
|
(unless ascii-font
|
|
|
|
|
(error "No fonts founds"))
|
|
|
|
|
ascii-font))
|
|
|
|
|
|
|
|
|
|
|
1997-02-20 07:02:49 +00:00
|
|
|
|
(defun x-complement-fontset-spec (xlfd-fields fontlist)
|
2000-03-21 00:32:06 +00:00
|
|
|
|
"Complement FONTLIST for charsets based on XLFD-FIELDS and return it.
|
1997-02-20 07:02:49 +00:00
|
|
|
|
XLFD-FIELDS is a vector of XLFD (X Logical Font Description) fields.
|
1998-05-21 01:46:39 +00:00
|
|
|
|
FONTLIST is an alist of charsets vs the corresponding font names.
|
1997-02-20 07:02:49 +00:00
|
|
|
|
|
2000-03-21 00:32:06 +00:00
|
|
|
|
The fonts are complemented as below.
|
|
|
|
|
|
|
|
|
|
If FONTLIST doesn't specify a font for ASCII charset, generate a font
|
|
|
|
|
name for the charset from XLFD-FIELDS, and add that information to
|
|
|
|
|
FONTLIST.
|
|
|
|
|
|
|
|
|
|
If a font specifid for ASCII supports the other charsets (see the
|
|
|
|
|
variable `x-font-name-charset-alist'), add that information to FONTLIST."
|
2000-12-29 06:14:42 +00:00
|
|
|
|
(let* ((slot (assq 'ascii fontlist))
|
2001-02-24 02:42:48 +00:00
|
|
|
|
(ascii-font (cdr slot))
|
|
|
|
|
ascii-font-spec)
|
2000-12-29 06:14:42 +00:00
|
|
|
|
(if ascii-font
|
|
|
|
|
(setcdr slot (setq ascii-font (x-resolve-font-name ascii-font)))
|
|
|
|
|
;; If font for ASCII is not specified, add it.
|
2000-05-26 07:33:01 +00:00
|
|
|
|
(aset xlfd-fields xlfd-regexp-registry-subnum "iso8859")
|
|
|
|
|
(aset xlfd-fields xlfd-regexp-encoding-subnum "1")
|
2001-10-24 11:06:30 +00:00
|
|
|
|
(setq ascii-font (x-must-resolve-font-name xlfd-fields))
|
2000-05-26 07:33:01 +00:00
|
|
|
|
(setq fontlist (cons (cons 'ascii ascii-font) fontlist)))
|
2000-03-21 00:32:06 +00:00
|
|
|
|
|
|
|
|
|
;; If the font for ASCII also supports the other charsets, and
|
|
|
|
|
;; they are not specified in FONTLIST, add them.
|
2001-02-24 02:42:48 +00:00
|
|
|
|
(setq xlfd-fields (x-decompose-font-name ascii-font))
|
|
|
|
|
(if (not xlfd-fields)
|
|
|
|
|
(setq ascii-font-spec ascii-font)
|
|
|
|
|
(setq ascii-font-spec
|
|
|
|
|
(cons (format "%s-%s"
|
|
|
|
|
(aref xlfd-fields xlfd-regexp-foundry-subnum)
|
|
|
|
|
(aref xlfd-fields xlfd-regexp-family-subnum))
|
|
|
|
|
(format "%s-%s"
|
|
|
|
|
(aref xlfd-fields xlfd-regexp-registry-subnum)
|
|
|
|
|
(aref xlfd-fields xlfd-regexp-encoding-subnum)))))
|
2000-03-21 00:32:06 +00:00
|
|
|
|
(let ((tail x-font-name-charset-alist)
|
|
|
|
|
elt)
|
|
|
|
|
(while tail
|
|
|
|
|
(setq elt (car tail) tail (cdr tail))
|
|
|
|
|
(if (string-match (car elt) ascii-font)
|
|
|
|
|
(let ((charsets (cdr elt))
|
|
|
|
|
charset)
|
|
|
|
|
(while charsets
|
|
|
|
|
(setq charset (car charsets) charsets (cdr charsets))
|
|
|
|
|
(or (assq charset fontlist)
|
|
|
|
|
(setq fontlist
|
2001-02-24 02:42:48 +00:00
|
|
|
|
(cons (cons charset ascii-font-spec) fontlist))))))))
|
2000-03-21 00:32:06 +00:00
|
|
|
|
|
|
|
|
|
fontlist))
|
1997-02-20 07:02:49 +00:00
|
|
|
|
|
1997-07-31 05:53:31 +00:00
|
|
|
|
(defun fontset-name-p (fontset)
|
|
|
|
|
"Return non-nil if FONTSET is valid as fontset name.
|
|
|
|
|
A valid fontset name should conform to XLFD (X Logical Font Description)
|
|
|
|
|
with \"fontset\" in `<CHARSET_REGISTRY> field."
|
|
|
|
|
(and (string-match xlfd-tight-regexp fontset)
|
|
|
|
|
(string= (match-string (1+ xlfd-regexp-registry-subnum) fontset)
|
|
|
|
|
"fontset")))
|
|
|
|
|
|
1997-02-20 07:02:49 +00:00
|
|
|
|
;; Return a list to be appended to `x-fixed-font-alist' when
|
|
|
|
|
;; `mouse-set-font' is called.
|
|
|
|
|
(defun generate-fontset-menu ()
|
2000-03-21 00:32:06 +00:00
|
|
|
|
(let ((fontsets (fontset-list))
|
1997-02-20 07:02:49 +00:00
|
|
|
|
fontset-name
|
|
|
|
|
l)
|
|
|
|
|
(while fontsets
|
2000-03-21 00:32:06 +00:00
|
|
|
|
(setq fontset-name (car fontsets) fontsets (cdr fontsets))
|
1997-05-12 06:56:20 +00:00
|
|
|
|
(setq l (cons (list (fontset-plain-name fontset-name) fontset-name) l)))
|
1999-01-24 04:42:30 +00:00
|
|
|
|
(cons "Fontset"
|
|
|
|
|
(sort l (function (lambda (x y) (string< (car x) (car y))))))))
|
1997-02-20 07:02:49 +00:00
|
|
|
|
|
|
|
|
|
(defun fontset-plain-name (fontset)
|
|
|
|
|
"Return a plain and descriptive name of FONTSET."
|
1997-05-12 06:56:20 +00:00
|
|
|
|
(if (not (setq fontset (query-fontset fontset)))
|
|
|
|
|
(error "Invalid fontset: %s" fontset))
|
1997-02-20 07:02:49 +00:00
|
|
|
|
(let ((xlfd-fields (x-decompose-font-name fontset)))
|
|
|
|
|
(if xlfd-fields
|
|
|
|
|
(let ((weight (aref xlfd-fields xlfd-regexp-weight-subnum))
|
|
|
|
|
(slant (aref xlfd-fields xlfd-regexp-slant-subnum))
|
|
|
|
|
(swidth (aref xlfd-fields xlfd-regexp-swidth-subnum))
|
|
|
|
|
(size (aref xlfd-fields xlfd-regexp-pixelsize-subnum))
|
1997-05-12 06:56:20 +00:00
|
|
|
|
(charset (aref xlfd-fields xlfd-regexp-registry-subnum))
|
|
|
|
|
(nickname (aref xlfd-fields xlfd-regexp-encoding-subnum))
|
1997-02-20 07:02:49 +00:00
|
|
|
|
name)
|
1997-05-12 06:56:20 +00:00
|
|
|
|
(if (not (string= "fontset" charset))
|
1997-02-20 07:02:49 +00:00
|
|
|
|
fontset
|
1997-05-12 06:56:20 +00:00
|
|
|
|
(if (> (string-to-int size) 0)
|
|
|
|
|
(setq name (format "%s: %s-dot" nickname size))
|
|
|
|
|
(setq name nickname))
|
|
|
|
|
(cond ((string-match "^medium$" weight)
|
|
|
|
|
(setq name (concat name " " "medium")))
|
|
|
|
|
((string-match "^bold$\\|^demibold$" weight)
|
|
|
|
|
(setq name (concat name " " weight))))
|
|
|
|
|
(cond ((string-match "^i$" slant)
|
|
|
|
|
(setq name (concat name " " "italic")))
|
|
|
|
|
((string-match "^o$" slant)
|
|
|
|
|
(setq name (concat name " " "slant")))
|
|
|
|
|
((string-match "^ri$" slant)
|
|
|
|
|
(setq name (concat name " " "reverse italic")))
|
|
|
|
|
((string-match "^ro$" slant)
|
|
|
|
|
(setq name (concat name " " "reverse slant"))))
|
1997-02-20 07:02:49 +00:00
|
|
|
|
name))
|
|
|
|
|
fontset)))
|
|
|
|
|
|
1998-05-18 03:45:58 +00:00
|
|
|
|
;;;###autoload
|
1998-05-21 01:46:39 +00:00
|
|
|
|
(defun create-fontset-from-fontset-spec (fontset-spec
|
1998-06-12 07:10:59 +00:00
|
|
|
|
&optional style-variant noerror)
|
1997-02-20 07:02:49 +00:00
|
|
|
|
"Create a fontset from fontset specification string FONTSET-SPEC.
|
|
|
|
|
FONTSET-SPEC is a string of the format:
|
|
|
|
|
FONTSET-NAME,CHARSET-NAME0:FONT-NAME0,CHARSET-NAME1:FONT-NAME1, ...
|
1997-05-12 06:56:20 +00:00
|
|
|
|
Any number of SPACE, TAB, and NEWLINE can be put before and after commas.
|
1998-06-12 07:10:59 +00:00
|
|
|
|
|
2000-03-21 00:32:06 +00:00
|
|
|
|
Optional 2nd argument is ignored. It exists just for backward
|
|
|
|
|
compatibility.
|
1998-06-12 07:10:59 +00:00
|
|
|
|
|
1997-07-10 07:36:22 +00:00
|
|
|
|
If this function attempts to create already existing fontset, error is
|
1998-07-03 04:39:22 +00:00
|
|
|
|
signaled unless the optional 3rd argument NOERROR is non-nil.
|
|
|
|
|
|
|
|
|
|
It returns a name of the created fontset."
|
1997-05-12 06:56:20 +00:00
|
|
|
|
(if (not (string-match "^[^,]+" fontset-spec))
|
|
|
|
|
(error "Invalid fontset spec: %s" fontset-spec))
|
2000-03-21 00:32:06 +00:00
|
|
|
|
(setq fontset-spec (downcase fontset-spec))
|
1997-05-12 06:56:20 +00:00
|
|
|
|
(let ((idx (match-end 0))
|
|
|
|
|
(name (match-string 0 fontset-spec))
|
2000-03-21 00:32:06 +00:00
|
|
|
|
xlfd-fields charset fontlist ascii-font)
|
1998-05-21 01:46:39 +00:00
|
|
|
|
(if (query-fontset name)
|
|
|
|
|
(or noerror
|
1998-11-06 10:59:09 +00:00
|
|
|
|
(error "Fontset \"%s\" already exists" name))
|
2000-03-21 00:32:06 +00:00
|
|
|
|
(setq xlfd-fields (x-decompose-font-name name))
|
|
|
|
|
(or xlfd-fields
|
|
|
|
|
(error "Fontset \"%s\" not conforming to XLFD" name))
|
|
|
|
|
|
1998-05-21 01:46:39 +00:00
|
|
|
|
;; At first, extract pairs of charset and fontname from FONTSET-SPEC.
|
|
|
|
|
(while (string-match "[, \t\n]*\\([^:]+\\):\\([^,]+\\)" fontset-spec idx)
|
|
|
|
|
(setq idx (match-end 0))
|
|
|
|
|
(setq charset (intern (match-string 1 fontset-spec)))
|
|
|
|
|
(if (charsetp charset)
|
|
|
|
|
(setq fontlist (cons (cons charset (match-string 2 fontset-spec))
|
|
|
|
|
fontlist))))
|
2000-12-29 06:14:42 +00:00
|
|
|
|
(setq ascii-font (cdr (assq 'ascii fontlist)))
|
2000-03-21 00:32:06 +00:00
|
|
|
|
|
|
|
|
|
;; Complement FONTLIST.
|
|
|
|
|
(setq fontlist (x-complement-fontset-spec xlfd-fields fontlist))
|
|
|
|
|
|
|
|
|
|
(new-fontset name fontlist)
|
|
|
|
|
|
|
|
|
|
;; Define the short name alias.
|
|
|
|
|
(if (and (string-match "fontset-.*$" name)
|
|
|
|
|
(not (assoc name fontset-alias-alist)))
|
|
|
|
|
(let ((alias (match-string 0 name)))
|
|
|
|
|
(or (rassoc alias fontset-alias-alist)
|
|
|
|
|
(setq fontset-alias-alist
|
|
|
|
|
(cons (cons name alias) fontset-alias-alist)))))
|
|
|
|
|
|
|
|
|
|
;; Define the ASCII font name alias.
|
2000-12-29 06:14:42 +00:00
|
|
|
|
(or ascii-font
|
|
|
|
|
(setq ascii-font (cdr (assq 'ascii fontlist))))
|
2000-03-21 00:32:06 +00:00
|
|
|
|
(or (rassoc ascii-font fontset-alias-alist)
|
|
|
|
|
(setq fontset-alias-alist
|
|
|
|
|
(cons (cons name ascii-font)
|
|
|
|
|
fontset-alias-alist))))
|
1998-05-21 01:46:39 +00:00
|
|
|
|
|
1998-07-03 04:39:22 +00:00
|
|
|
|
name))
|
|
|
|
|
|
|
|
|
|
(defun create-fontset-from-ascii-font (font &optional resolved-font
|
|
|
|
|
fontset-name)
|
|
|
|
|
"Create a fontset from an ASCII font FONT.
|
|
|
|
|
|
|
|
|
|
Optional 1st arg RESOLVED-FONT is a resolved name of FONT. If
|
|
|
|
|
omitted, x-resolve-font-name is called to get the resolved name. At
|
1998-07-09 02:02:33 +00:00
|
|
|
|
this time, if FONT is not available, error is signaled.
|
1998-07-03 04:39:22 +00:00
|
|
|
|
|
|
|
|
|
Optional 2nd arg FONTSET-NAME is a string to be used in
|
|
|
|
|
`<CHARSET_ENCODING>' fields of a new fontset name. If it is omitted,
|
|
|
|
|
an appropriate name is generated automatically.
|
|
|
|
|
|
|
|
|
|
It returns a name of the created fontset."
|
2000-03-21 00:32:06 +00:00
|
|
|
|
(setq font (downcase font))
|
|
|
|
|
(if resolved-font
|
|
|
|
|
(setq resolved-font (downcase resolved-font))
|
|
|
|
|
(setq resolved-font (downcase (x-resolve-font-name font))))
|
|
|
|
|
(let ((xlfd (x-decompose-font-name font))
|
|
|
|
|
(resolved-xlfd (x-decompose-font-name resolved-font))
|
|
|
|
|
fontset fontset-spec)
|
1998-07-03 04:39:22 +00:00
|
|
|
|
(aset xlfd xlfd-regexp-foundry-subnum nil)
|
|
|
|
|
(aset xlfd xlfd-regexp-family-subnum nil)
|
|
|
|
|
(aset xlfd xlfd-regexp-registry-subnum "fontset")
|
2000-03-21 00:32:06 +00:00
|
|
|
|
(if fontset-name
|
|
|
|
|
(setq fontset-name (downcase fontset-name))
|
|
|
|
|
(setq fontset-name
|
|
|
|
|
(format "%s_%s_%s"
|
|
|
|
|
(aref resolved-xlfd xlfd-regexp-registry-subnum)
|
|
|
|
|
(aref resolved-xlfd xlfd-regexp-encoding-subnum)
|
|
|
|
|
(aref resolved-xlfd xlfd-regexp-pixelsize-subnum))))
|
1998-07-03 04:39:22 +00:00
|
|
|
|
(aset xlfd xlfd-regexp-encoding-subnum fontset-name)
|
|
|
|
|
(setq fontset (x-compose-font-name xlfd))
|
|
|
|
|
(or (query-fontset fontset)
|
2000-03-21 00:32:06 +00:00
|
|
|
|
(create-fontset-from-fontset-spec (concat fontset ", ascii:" font)))))
|
|
|
|
|
|
1997-02-20 07:02:49 +00:00
|
|
|
|
|
1997-05-16 00:59:15 +00:00
|
|
|
|
;; Create standard fontset from 16 dots fonts which are the most widely
|
1997-05-28 03:35:47 +00:00
|
|
|
|
;; installed fonts. Fonts for Chinese-GB, Korean, and Chinese-CNS are
|
|
|
|
|
;; specified here because FAMILY of those fonts are not "fixed" in
|
|
|
|
|
;; many cases.
|
1997-05-16 00:59:15 +00:00
|
|
|
|
(defvar standard-fontset-spec
|
2000-01-31 17:17:49 +00:00
|
|
|
|
(purecopy "-*-fixed-medium-r-normal-*-16-*-*-*-*-*-fontset-standard,
|
1997-02-20 07:02:49 +00:00
|
|
|
|
chinese-gb2312:-*-medium-r-normal-*-16-*-gb2312*-*,
|
|
|
|
|
korean-ksc5601:-*-medium-r-normal-*-16-*-ksc5601*-*,
|
|
|
|
|
chinese-cns11643-1:-*-medium-r-normal-*-16-*-cns11643*-1,
|
|
|
|
|
chinese-cns11643-2:-*-medium-r-normal-*-16-*-cns11643*-2,
|
|
|
|
|
chinese-cns11643-3:-*-medium-r-normal-*-16-*-cns11643*-3,
|
|
|
|
|
chinese-cns11643-4:-*-medium-r-normal-*-16-*-cns11643*-4,
|
|
|
|
|
chinese-cns11643-5:-*-medium-r-normal-*-16-*-cns11643*-5,
|
|
|
|
|
chinese-cns11643-6:-*-medium-r-normal-*-16-*-cns11643*-6,
|
2000-01-31 17:17:49 +00:00
|
|
|
|
chinese-cns11643-7:-*-medium-r-normal-*-16-*-cns11643*-7")
|
1997-05-16 00:59:15 +00:00
|
|
|
|
"String of fontset spec of the standard fontset.
|
|
|
|
|
You have the biggest chance to display international characters
|
|
|
|
|
with correct glyphs by using the standard fontset.
|
1997-02-20 07:02:49 +00:00
|
|
|
|
See the documentation of `create-fontset-from-fontset-spec' for the format.")
|
|
|
|
|
|
|
|
|
|
;; Create fontsets from X resources of the name `fontset-N (class
|
|
|
|
|
;; Fontset-N)' where N is integer 0, 1, ...
|
|
|
|
|
;; The values of the resources the string of the same format as
|
1997-05-16 00:59:15 +00:00
|
|
|
|
;; `standard-fontset-spec'.
|
1997-02-20 07:02:49 +00:00
|
|
|
|
|
|
|
|
|
(defun create-fontset-from-x-resource ()
|
|
|
|
|
(let ((idx 0)
|
|
|
|
|
fontset-spec)
|
2000-01-31 17:17:49 +00:00
|
|
|
|
(while (setq fontset-spec (x-get-resource (format "fontset-%d" idx)
|
|
|
|
|
(format "Fontset-%d" idx)))
|
1999-01-23 05:41:29 +00:00
|
|
|
|
(create-fontset-from-fontset-spec fontset-spec t 'noerror)
|
1997-02-20 07:02:49 +00:00
|
|
|
|
(setq idx (1+ idx)))))
|
|
|
|
|
|
|
|
|
|
;;
|
|
|
|
|
(provide 'fontset)
|
|
|
|
|
|
|
|
|
|
;;; fontset.el ends here
|