* src/truetype/ttgxvar.c (FT_Stream_SeekSet): Fix warning (#51395).
[truetype] Prevent address overflow (#51365).
* src/base/ftlcdfil.c (ft_lcd_filter_fir): Improve code.
[truetype] Integer overflow.
* src/sfnt/sfobjs.c (sfnt_load_face): Ignore No_Unicode_Glyph_Name.
Avoid Microsoft compiler warnings (#51331).
* src/cff/cffparse.c (do_fixed): Fix typo.
[truetype] Integer overflows.
[truetype] Integer overflows.
[cff, truetype] Integer overflows.
[sfnt] Synthesize a Unicode charmap if one is missing.
Remove deprecated comment.
Fix pkg-config in freetype-config for cross-compiling (#51274).
[cff, truetype] Integer overflows.
[base, smooth] LCD filtering cleanups.
[truetype] Integer overflows.
[bdf, cff] Integer overflows.
* src/winfonts/winfnt.c (FNT_Face_Init): Don't set active encoding.
[cff, truetype] Integer overflows.
[truetype] Fix TT_Set_Var_Design.
* src/base/ftcalc.c (FT_DivFix): Fix embarrassing typo.
[cff, truetype] Integer overflows.
Provide more macros for flooring, ceiling, and rounding.
*/*: Remove `OVERFLOW_' prefix.
[cff, truetype] Integer overflows.
[cff, truetype] Integer overflows.
[base, cff, truetype] Integer overflows.
* builds/unix/freetype-config.in: Fix pkg-config test (#51162).
[bdf] Synchronize sanity checks with pcf driver.
[cff, truetype] Integer overflows.
ftcalc.h: Avoid left-shift of negative numbers.
[cff] Even more integer overflows.
[cff] More integer overflows.
[bdf] Don't left-shift negative numbers.
[bdf] Fix integer scanning routines.
[cff] Fix integer overflows.
[smooth] Some 32bit integer overflow run-time errors.
* src/base/ftglyph.c (FT_Get_Glyph): Check `slot->advance'.
[psaux] 32bit integer overflow tun-time errors (#46149).
* src/truetype/ttinterp.c (TT_RunIns): Adjust loop counter again.
[cff] 32bit integer overflow run-time errors 2/2 (#46149).
[cff] 32bit integer overflow run-time errors 1/2 (#46149).
[psaux] Correctly handle sequences of multiple number signs.
[pcf] 32bit integer overflow run-time errors (#46149).
Handle some integer overflow run-time errors (#46149, #48979).
* include/freetype/internal/ftcalc.h (FLOAT_TO_FIXED): Remove.
[cff] s/cf2_floatToFixed/cf2_doubleToFixed/.
Fix negation of INT_MIN and LONG_MIN (#46149).
[truetype] Fix handling of design coordinates (#51127).
[bdf, pcf] Support ISO646.1991-IRV character encoding (aka ASCII).
[truetype] Always use interpreter v35 for B/W rendering (#51051).
[smooth] Implement minimal dynamic padding for LCD filtering.
[autofit] More code sorting.
[sfnt] Return proper scaling values for SBIX bitmaps.
[truetype] Fix error handling for embedded bitmaps.
[autofit] Make autohint warping NORMAL option.
Remove remnants of raster pool.
formats.txt: Properly document PFB.
Fix `FT_UINT_TO_POINTER' macro for Windows.
s/AF_BLUE_STRINGSET_CANADIAN_SYLLABICS/AF_BLUE_STRINGSET_CANS/.
[autofit] Add support for Chakma script.
[autofit] Add support for Kayah Li script.
[autofit] Add support for Bamum script.
[autofit] Add support for Saurashtra script.
[autofit] Add support for Buhid script.
[autofit] Add support for Shavian script.
[autofit] Add support for Vai script.
[autofit] Add support for Osmanya script.
[autofit] Add support for Coptic script.
[autofit] Add support for Carian script.
[truetype] Add tricky font `DFGirl-W6-WIN-BF' (from Dynalab).
[truetype] More tricky fonts (mainly from Dynalab).
[truetype] Add tricky font `DLCHayMedium' (from Dynalab).
*/*: s/backwards compatibility/backward compatibility/.
[autofit] Add support for Unified Canadian Syllabics script.
[autofit] Add blue-zone support for Sundanese script.
[autofit] Add support for Avestan script.
[truetype] Make `IUP' gvar deltas do the same as Apple (#50832).
[autofit] Remove `slight' auto-hint mode again.
[autofit] Fix metrics computation.
* src/truetype/ttdriver.c (tt_size_request): Properly check `error'.
Introduce AF_CONFIG_OPTION_TT_SIZE_METRICS configuration option.
* include/freetype/freetype.h (FT_Render_Mode): Fix order.
[truetype] Do linear scaling for FT_LOAD_NO_HINTING (#50470).
Add new `slight' auto-hinting mode.
Document that some FT_Size_Metrics values are always rounded.
And another CVE for an older FreeType version.
freetype.h: Avoid non-ASCII character (#50858).
Introduce `FT_Size_InternalRec' structure.
* src/smooth/ftsmooth.h: Remove unused guards and declaration.