diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-05-31 16:23:51 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-05-31 16:23:51 +0300 |
commit | b7730c259bc91f030069e408aaddb43f02da3a3a (patch) | |
tree | d3b51dd90d190027275b5ebb923c34fcac6e951a | |
parent | b55cc0976c7052e042de1f5013167d6816d12b21 (diff) | |
download | emacs-b7730c259bc91f030069e408aaddb43f02da3a3a.tar.gz emacs-b7730c259bc91f030069e408aaddb43f02da3a3a.tar.bz2 emacs-b7730c259bc91f030069e408aaddb43f02da3a3a.zip |
; * etc/NEWS: Mention support for HarfBuzz on MS-Windows.
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,7 +34,8 @@ suitable libgmp is available. HarfBuzz text shaping engine. It is on by default; use './configure --without-harfbuzz' to build without it. The HarfBuzz text shaping is available via new font backend drivers 'xfthb' and 'ftcrhb' for Xft -and Cairo drawings, respectively. +and Cairo drawings, respectively, and via the 'harfbuzz' backend on +MS-Windows. ** The new configure option '--with-json' adds support for JSON using the Jansson library. It is on by default; use './configure |