emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

On the matter of fontsets


From: James Cloos
Subject: On the matter of fontsets
Date: Sat, 14 Mar 2009 15:35:05 -0400
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.90 (gnu/linux)

I notice that when specifying a font for the variable-pitch face, it is
only consistantly used for ASCII.  As such, I want to create a fontset
instead.

I attempted to do this with:

(new-fontset "proportional" '((#x0000 . #x1ffff) '("DejaVu Serif" . 
"unicode-bmp")))

with the intent of additional calls such as:

(set-fontset-font "proportional" '(#x0000 . #xffff) '("Lucida Bright" . 
"unicode-bmp") nil 'append)
(set-fontset-font "proportional" 'yi '("SIL Yi" . "unicode-bmp"))
(set-fontset-font "proportional" '(#x10a00 . #x10a5f) '("MPH 2B Damase" . 
"unicode-sip"))

What is the propper way of doing this with the current code base?

-JimC
-- 
James Cloos <address@hidden>         OpenPGP: 1024D/ED7DAEA6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]