]> git.eshelyaron.com Git - emacs.git/commit
Respect glyph metrics modified by instruction code
authorPo Lu <luangruo@yahoo.com>
Sat, 23 Dec 2023 03:22:21 +0000 (11:22 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 23 Dec 2023 03:22:21 +0000 (11:22 +0800)
commit9aea075f5fd6e1d6b7f6d7fe35de8f3da752c3e7
tree92c0862ae15042ef5f21d3d1b60de9e3b405b83f
parente84493eae91f9d94902844ef6e8fb296bde72ca7
Respect glyph metrics modified by instruction code

* src/sfnt.c (sfnt_read_glyph): Clear advance and origin
distortion returning an empty glyph.
(sfnt_build_instructed_outline): New parameter *ADVANCE_WIDTH,
in which the glyph's advance width is saved.
(sfnt_interpret_compound_glyph_1): Refine commentary.
(sfnt_verbose, main): Adjust tests.

* src/sfnt.h: Update prototypes correspondingly.

* src/sfntfont.c (sfntfont_get_glyph_outline): If an instructed
outline is available, derive the advance and lbearing from the
measurements within.
(sfntfont_probe_widths): Call sfntfont_measure_pcm to establish
average widths.
(sfntfont_open): Do so after instruction code initialization
completes.
(sfntfont_measure_pcm): Revise commentary.
src/sfnt.c
src/sfnt.h
src/sfntfont.c