]> git.eshelyaron.com Git - emacs.git/commit
Properly enumerate GX fonts of the same family with divergent styles
authorPo Lu <luangruo@yahoo.com>
Mon, 21 Aug 2023 12:44:23 +0000 (20:44 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 21 Aug 2023 12:45:34 +0000 (20:45 +0800)
commitfb5e1b21fbf3475abffc3c0de31437120904f42a
tree93bee99450c1efdff6525c9140b317dd31cf5ea7
parentc21103bb76e6997064917b23b8fdfbf0a1149375
Properly enumerate GX fonts of the same family with divergent styles

* doc/emacs/android.texi (Android Fonts): Revise explanation of
GX font replacement during font enumeration.

* src/sfntfont.c (sfnt_replace_fonts_p): If PREV and DESC are of
the same family and both are GX fonts, restrict actions taken to
removing duplicate styles from PREV.  Reported by a user who
tried to install GX versions of Cascadia Mono, which are
distributed as two files providing the bold and italic variation
axes respectively.
doc/emacs/android.texi
src/sfntfont.c