diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-09-26 09:51:14 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-09-26 09:51:14 +0300 |
commit | 4c0fc12631ba15ffa8e5e6ebc8673f26fdb48202 (patch) | |
tree | ea8805c3ab544aa8d00c59dcda1ad92dda87682b /etc/TODO | |
parent | 9ed03040d5bfb228c8d41f1df44e74a824d0cd44 (diff) | |
download | emacs-4c0fc12631ba15ffa8e5e6ebc8673f26fdb48202.tar.gz emacs-4c0fc12631ba15ffa8e5e6ebc8673f26fdb48202.tar.bz2 emacs-4c0fc12631ba15ffa8e5e6ebc8673f26fdb48202.zip |
; * etc/TODO: Add some new info to the stylistic-sets item.
Diffstat (limited to 'etc/TODO')
-rw-r--r-- | etc/TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -359,6 +359,17 @@ should invoke the 'shape' method. 'hbfont_shape' should be extended to pass to 'hb_shape_full' the required array of features, as mentioned in the above HarfBuzz discussion. +Alternatively, stylistic sets could be a font property, or a face +property. See this discussion: + + https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg01597.html + +For some relevant use cases, see + + https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg01652.html + https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg01701.html + https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg01772.html + ** Concurrency Stefan Monnier writes: "Including it as an 'experimental' compile-time option sounds good. Of course there might still be big questions |