all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* On the matter of fontsets
@ 2009-03-14 19:35 James Cloos
  0 siblings, 0 replies; only message in thread
From: James Cloos @ 2009-03-14 19:35 UTC (permalink / raw)
  To: emacs-devel

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 <cloos@jhcloos.com>         OpenPGP: 1024D/ED7DAEA6




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-14 19:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-14 19:35 On the matter of fontsets James Cloos

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.