]> git.eshelyaron.com Git - emacs.git/commit
Fix display of glyphs with word-sized component offsets on Android
authorPo Lu <luangruo@yahoo.com>
Mon, 16 Jan 2023 12:06:01 +0000 (20:06 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 16 Jan 2023 12:06:01 +0000 (20:06 +0800)
commit356249d9faf2b454879ff30f06d97beb97fb9a36
tree722e6bb1e2ed94e12c2fa96050bf9feab7579467
parent23845804a2044be284a6223fc4b8d2779d0a7cc1
Fix display of glyphs with word-sized component offsets on Android

* src/sfnt.c (sfnt_decompose_compound_glyph): Handle correctly
the Y offset in components with ARG_1_AND_2_ARE_WORDS.
(main): Update debugging code.
src/sfnt.c