aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-01-08 20:58:57 +0000
committerChong Yidong2009-01-08 20:58:57 +0000
commit543e6d09a25df504df1b0df90db10f5f3d9cb16a (patch)
treec5169950e51dc739ed0beaf3d0eb2e305fbff12a
parent9185bf498e6f594940f2913cdf93e60966af3523 (diff)
downloademacs-543e6d09a25df504df1b0df90db10f5f3d9cb16a.tar.gz
emacs-543e6d09a25df504df1b0df90db10f5f3d9cb16a.zip
Documented several font functions.
-rw-r--r--etc/NEWS22
1 files changed, 11 insertions, 11 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 901ea2fcbb6..94404c79885 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1627,26 +1627,26 @@ second argument, and has an optional 5th argument to control how to
1627set the font. 1627set the font.
1628 1628
1629*** New functions: 1629*** New functions:
1630 1630+++
1631**** `fontp' checks if the argument is a font-spec or font-entity. 1631**** `fontp' checks if the argument is a font-spec or font-entity.
1632 1632+++
1633**** `font-spec' creates a new font-spec object. 1633**** `font-spec' creates a new font-spec object.
1634 1634+++
1635**** `font-get' returns a font property value. 1635**** `font-get' returns a font property value.
1636 1636+++
1637**** `font-put' sets a font property value. 1637**** `font-put' sets a font property value.
1638 1638+++
1639**** `font-face-attributes' returns a plist of face attributes set by a font. 1639**** `font-face-attributes' returns a plist of face attributes set by a font.
1640 1640+++
1641**** `list-fonts' returns a list of font-entities matching a font spec. 1641**** `list-fonts' returns a list of font-entities matching a font spec.
1642 1642+++
1643**** `font-font' returns the font-entity best matching the given font spec. 1643**** `find-font' returns the font-entity best matching the given font spec.
1644 1644+++
1645**** `font-family-list' returns a list of family names of available fonts. 1645**** `font-family-list' returns a list of family names of available fonts.
1646 1646+++
1647**** `font-xlfd-name' returns an XLFD name of a given font spec, font 1647**** `font-xlfd-name' returns an XLFD name of a given font spec, font
1648entity, or font object. 1648entity, or font object.
1649 1649---
1650**** `clear-font-cache' clears all font caches. 1650**** `clear-font-cache' clears all font caches.
1651 1651
1652** Changes related to multiple-terminal (multi-tty) support 1652** Changes related to multiple-terminal (multi-tty) support