comparison lisp/mule/tibetan.el @ 3659:98af8a976fc3

[xemacs-hg @ 2006-11-05 22:31:31 by aidan] Support specifying fonts for particular character sets in Mule; support translation to ISO 10646-1 for Mule character sets without an otherwise matching font; move to a vector of X11-charset-X11-registry instead of a regex for the charset-registry property.
author aidan
date Sun, 05 Nov 2006 22:31:46 +0000
parents 2923009caf47
children 949ac151a10d
comparison
equal deleted inserted replaced
3658:0db1aaedbbef 3659:98af8a976fc3
85 ;;; 85 ;;;
86 86
87 (make-charset 'tibetan-1-column "Tibetan 1 column glyph" 87 (make-charset 'tibetan-1-column "Tibetan 1 column glyph"
88 '(dimension 88 '(dimension
89 2 89 2
90 registry "MuleTibetan-1" 90 registries ["MuleTibetan-1"]
91 chars 94 91 chars 94
92 columns 1 92 columns 1
93 direction l2r 93 direction l2r
94 final ?8 94 final ?8
95 graphic 0 95 graphic 0
99 99
100 ;; Tibetan script. 100 ;; Tibetan script.
101 (make-charset 'tibetan "Tibetan characters" 101 (make-charset 'tibetan "Tibetan characters"
102 '(dimension 102 '(dimension
103 2 103 2
104 registry "MuleTibetan-2" 104 registries ["MuleTibetan-2"]
105 chars 94 105 chars 94
106 columns 2 106 columns 2
107 direction l2r 107 direction l2r
108 final ?7 108 final ?7
109 graphic 0 109 graphic 0