]> git.eshelyaron.com Git - emacs.git/commit
Improve font selection on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Fri, 27 May 2022 12:07:33 +0000 (15:07 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 27 May 2022 12:12:09 +0000 (15:12 +0300)
commit8399c6a82127f3c6a2e5f781122567d27ae799f8
tree31a11ae0f534b83c685afd44831ee314b2149b69
parenta83e75b207c9678394e3e4c29a2dd592d06bbbe6
Improve font selection on MS-Windows

The Arial Unicode MS font claims in its USB (Unicode Subset
Bitfields) values support for several scripts for which it
doesn't actually have glyphs.  This sometimes caused Emacs to
decide to use Arial Unicode MS for some script, only to
discover later that there are no glyphs for that script's
characters.  This change fixes the USB values according to
actual font coverage, as determined by BabelMap.
* src/w32font.c (add_font_entity_to_list): Fix USB values of Arial
Unicode MS font according to its actual coverage of scripts.
src/w32font.c