commit | 64a0c64a0484f68b99544110e58b16ca87b5e5c1 | [log] [tgz] |
---|---|---|
author | Alexei Podtelezhnikov <apodtele@gmail.com> | Tue Jul 29 22:21:42 2025 -0400 |
committer | Alexei Podtelezhnikov <apodtele@gmail.com> | Tue Jul 29 22:21:42 2025 -0400 |
tree | 02165ab7a1fc08f76aee230a557ea639b98dff82 | |
parent | 8ceba9bbc53a5a695f22420aa088debe1e48a775 [diff] |
[truetype] Tweak size management. * include/freetype/internal/services/svmetric.h (FT_Size_Reset_Func): Update typedef, do not return error. * src/truetype/ttobjs.c (tt_size_reset_height): Move the PPem error handling from here... (tt_size_reset): ... to here to improve readability. src/truetype/ttobjs.h (tt_size_reset_height): Update prototype.