commit | d6fc8c6ba02b3c0e4260b5d309e6a6a0fac9541c | [log] [tgz] |
---|---|---|
author | Alexei Podtelezhnikov <apodtele@gmail.com> | Wed Jun 15 18:28:50 2022 -0400 |
committer | Alexei Podtelezhnikov <apodtele@gmail.com> | Wed Jun 15 18:28:50 2022 -0400 |
tree | f754533282d185cff58e9d4f84f116f9c17c9fa2 | |
parent | 8bb7722a5315fe9f176821242fd453fadb3004da [diff] |
[truetype/GX] Clean up advance adjustment. * src/truetype/ttgload.c (TT_Process_Simple_Glyph, load_truetype_glyph): Move the advance adjustment from here... * src/truetype/ttgxvar.c (TT_Vary_Apply_Glyph_Deltas): ... to here and simplify arguments. * src/truetype/ttgxvar.h (TT_Vary_Apply_Glyph_Deltas): Update prototype with fewer arguments.