]> git.eshelyaron.com Git - emacs.git/commit
Fix format 2 cmap handling in sfnt.c
authorPip Cet <pipcet@protonmail.com>
Sun, 11 Aug 2024 10:07:12 +0000 (10:07 +0000)
committerEshel Yaron <me@eshelyaron.com>
Fri, 16 Aug 2024 06:44:42 +0000 (08:44 +0200)
commit412be18845ad5420fe2d22f8bcd1970abdb5545c
treea806510c49b58bf61a3ea8882d37a6dd3f6257f3
parent23c8fdd12686b6165c98af459507dda0ea28dc85
Fix format 2 cmap handling in sfnt.c

This code is untested as no font with a format 2 cmap could be found.

* src/sfnt.c (sfnt_lookup_glyph_2): Fix typos.  Assume single-byte
encodings use character codes 0, 1, ..., 255 rather than 0, 256, ...,
65280.

(cherry picked from commit 5c3d340e001187ad027bc0328f738938a2bc32c5)
src/sfnt.c