]> git.eshelyaron.com Git - emacs.git/commit
Properly apply XY offsets to compound component glyphs
authorPo Lu <luangruo@yahoo.com>
Sat, 23 Sep 2023 01:31:17 +0000 (09:31 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 23 Sep 2023 01:31:17 +0000 (09:31 +0800)
commit3a1e65bd8ead5f8376e2794500e57315d294c5aa
tree95bd3ca61a0bf8e1359f8a5ce712eab0678a0d16
parentd2f024af612d5951c7572725d4054ca732154576
Properly apply XY offsets to compound component glyphs

* src/sfnt.c (sfnt_decompose_compound_glyph): Avoid overwriting
X and Y if defer_offsets is false.
src/sfnt.c