emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] harfbuzz bb60393: Remove one more FIXME


From: Khaled Hosny
Subject: [Emacs-diffs] harfbuzz bb60393: Remove one more FIXME
Date: Sun, 23 Dec 2018 20:12:46 -0500 (EST)

branch: harfbuzz
commit bb603936c6ea702a8f7c3930c92eeffbc79bdcdd
Author: Khaled Hosny <address@hidden>
Commit: Khaled Hosny <address@hidden>

    Remove one more FIXME
---
 src/ftfont.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ftfont.c b/src/ftfont.c
index 2faaf0b..7498b77 100644
--- a/src/ftfont.c
+++ b/src/ftfont.c
@@ -2781,8 +2781,8 @@ get_hb_unicode_funcs (void)
   hb_unicode_funcs_set_general_category_func (funcs, uni_general, NULL, NULL);
   hb_unicode_funcs_set_mirroring_func (funcs, uni_mirroring, NULL, NULL);
 
-  /* FIXME: I don't know how to get Unicode character composition and
-   * decomposition from Emacs.
+  /* Use default implmentation for Unicode composition/decomposition, we might
+   * want to revisit this later.
   hb_unicode_funcs_set_compose_func (funcs, uni_compose, NULL, NULL);
   hb_unicode_funcs_set_decompose_func (funcs, uni_decompose, NULL, NULL);
   */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]