diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-01-08 20:58:57 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-01-08 20:58:57 +0000 |
commit | 543e6d09a25df504df1b0df90db10f5f3d9cb16a (patch) | |
tree | c5169950e51dc739ed0beaf3d0eb2e305fbff12a | |
parent | 9185bf498e6f594940f2913cdf93e60966af3523 (diff) | |
download | emacs-543e6d09a25df504df1b0df90db10f5f3d9cb16a.tar.gz emacs-543e6d09a25df504df1b0df90db10f5f3d9cb16a.tar.bz2 emacs-543e6d09a25df504df1b0df90db10f5f3d9cb16a.zip |
Documented several font functions.
-rw-r--r-- | etc/NEWS | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1627,26 +1627,26 @@ second argument, and has an optional 5th argument to control how to set the font. *** New functions: - ++++ **** `fontp' checks if the argument is a font-spec or font-entity. - ++++ **** `font-spec' creates a new font-spec object. - ++++ **** `font-get' returns a font property value. - ++++ **** `font-put' sets a font property value. - ++++ **** `font-face-attributes' returns a plist of face attributes set by a font. - ++++ **** `list-fonts' returns a list of font-entities matching a font spec. - -**** `font-font' returns the font-entity best matching the given font spec. - ++++ +**** `find-font' returns the font-entity best matching the given font spec. ++++ **** `font-family-list' returns a list of family names of available fonts. - ++++ **** `font-xlfd-name' returns an XLFD name of a given font spec, font entity, or font object. - +--- **** `clear-font-cache' clears all font caches. ** Changes related to multiple-terminal (multi-tty) support |