mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Update in-tree freetype2 lib (unused) to 2.9.1
This commit is contained in:
parent
4070f2c744
commit
7ec8b4bf6f
713 changed files with 36231 additions and 44716 deletions
|
|
@ -43,7 +43,7 @@
|
|||
* src/base/ftoutln.c (FT_Outline_New_Internal): The length of
|
||||
FT_Outline->points[] should be numPoints, not 2 * numPoints.
|
||||
Found by Paul Messmer, see
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2010-02/msg00003.html
|
||||
https://lists.gnu.org/archive/html/freetype-devel/2010-02/msg00003.html
|
||||
|
||||
2010-02-10 Ken Sharp <ken.sharp@artifex.com>
|
||||
|
||||
|
|
@ -108,7 +108,7 @@
|
|||
Preferred family names should be used for legacy systems that
|
||||
can hold only a few faces (<= 4) for a family name. Suggested by
|
||||
Andreas Heinrich.
|
||||
http://lists.gnu.org/archive/html/freetype/2010-01/msg00001.html
|
||||
https://lists.gnu.org/archive/html/freetype/2010-01/msg00001.html
|
||||
|
||||
* include/freetype/ftsnames.h (FT_PARAM_TAG_IGNORE_PREFERRED_FAMILY,
|
||||
FT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILY): Define.
|
||||
|
|
@ -607,7 +607,7 @@
|
|||
(ft_black_render): Initialize `worker->gray_lines' (problem found by
|
||||
valgrind).
|
||||
|
||||
(FT_RASTER_OPTION_ANTI_ALIASING, DEBUG_RASTER): Dont' #undef, just
|
||||
(FT_RASTER_OPTION_ANTI_ALIASING, DEBUG_RASTER): Don't #undef, just
|
||||
comment out.
|
||||
|
||||
2009-09-12 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
|
@ -631,7 +631,7 @@
|
|||
The issue of incompatible cast between unsigned long and void*
|
||||
on LLP64 platform is reported by NightStrike from MinGW-Win64
|
||||
project. See
|
||||
http://lists.gnu.org/archive/html/freetype/2009-09/msg00000.html
|
||||
https://lists.gnu.org/archive/html/freetype/2009-09/msg00000.html
|
||||
|
||||
* src/bdf/bdf.h: The type of hashnode->data is changed from
|
||||
void* to size_t.
|
||||
|
|
@ -657,7 +657,7 @@
|
|||
On LLP64 platform, the conversion from pointer to FT_Fixed need
|
||||
to drop higher 32-bit. Explicit casts are required. Reported by
|
||||
NightStrike from MinGW-w64 project. See
|
||||
http://lists.gnu.org/archive/html/freetype/2009-09/msg00000.html
|
||||
https://lists.gnu.org/archive/html/freetype/2009-09/msg00000.html
|
||||
|
||||
* src/cff/cffgload.c: Convert the pointers to FT_Fixed explicitly.
|
||||
|
||||
|
|
@ -671,7 +671,7 @@
|
|||
* src/raster/rules.mk: Don't handle ftmisc.h. It is needed for
|
||||
stand-alone mode only.
|
||||
|
||||
* src/raster/ftmisc.h (FT_MemoryRec , FT_Alloc_Func, FT_Free_Func,
|
||||
* src/raster/ftmisc.h (FT_MemoryRec, FT_Alloc_Func, FT_Free_Func,
|
||||
FT_Realloc_Func): Copy declarations from ftsystem.h.
|
||||
|
||||
2009-09-02 Bram Tassyns <bramt@enfocus.be>
|
||||
|
|
@ -864,7 +864,7 @@
|
|||
LP64 systems: Higher bits are not used.
|
||||
16-bit systems: Drop can occur.
|
||||
See
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2008-12/msg00065.html
|
||||
https://lists.gnu.org/archive/html/freetype-devel/2008-12/msg00065.html
|
||||
These functions will be refined to take FT_ULong flags in
|
||||
next bump with incompatible API change.
|
||||
|
||||
|
|
@ -929,7 +929,7 @@
|
|||
type1: Fix a data type mismatching with its source.
|
||||
|
||||
* include/freetype/internal/t1types.h: The type of
|
||||
T1_Face->buildchar is matched with T1_Decorder->top.
|
||||
T1_Face->buildchar is matched with T1_Decoder->top.
|
||||
|
||||
2009-07-31 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
|
|
@ -944,7 +944,7 @@
|
|||
|
||||
pfr: Fix a data type mismatching with its source.
|
||||
|
||||
* src/pfr/pfrtypes.h: The type of PFR_PhysFont->chars_offset
|
||||
* src/pfr/pfrtypes.h: The type of PFR_PhyFont->chars_offset
|
||||
is extended from FT_UInt32 to FT_Offset, because it is
|
||||
calculated with the pointer difference in pfr_phy_font_load().
|
||||
|
||||
|
|
@ -975,8 +975,8 @@
|
|||
psaux: Fix a data type mismatching with its source.
|
||||
|
||||
* include/freetype/internal/psaux.h: The type of
|
||||
T1_DecorderRec.buildchar is matched with
|
||||
T1_DecorderRec.top.
|
||||
T1_DecoderRec.buildchar is matched with
|
||||
T1_DecoderRec.top.
|
||||
|
||||
2009-07-31 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
|
|
@ -1765,7 +1765,7 @@
|
|||
ftgzip.c by FT2 are enabled by default. To use
|
||||
zlib zcalloc() & zfree(), define USE_ZLIB_ZCALLOC.
|
||||
See discussion:
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2009-02/msg00000.html
|
||||
https://lists.gnu.org/archive/html/freetype-devel/2009-02/msg00000.html
|
||||
|
||||
2009-07-31 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
|
|
@ -1904,7 +1904,7 @@
|
|||
2009-07-15 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
Borland C++ compiler patch proposed by Mirco Babin.
|
||||
http://lists.gnu.org/archive/html/freetype/2009-07/msg00016.html.
|
||||
https://lists.gnu.org/archive/html/freetype/2009-07/msg00016.html.
|
||||
|
||||
* builds/exports.mk: Delete unused flags, CCexe_{CFLAGS,LDFLAGS}.
|
||||
Fix APINAMES_C and APINAMES_EXE pathnames to reflect the platform
|
||||
|
|
@ -1929,7 +1929,7 @@
|
|||
* src/tools/chktrcmp.py: A script to check trace_XXXX macros
|
||||
that are used in C source but undefined in fttrace.h, or
|
||||
defined in fttrace.h but unused in C sources. See
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2009-07/msg00013.html.
|
||||
https://lists.gnu.org/archive/html/freetype-devel/2009-07/msg00013.html.
|
||||
* docs/DEBUG: Mention on chktrcmp.py.
|
||||
* docs/release: Ditto.
|
||||
|
||||
|
|
@ -1961,7 +1961,7 @@
|
|||
|
||||
* include/freetype/internal/fttrace.h: Add FT_TRACE_DEF( t1afm )
|
||||
and FT_TRACE_DEF( ttbdf ). See
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2009-07/msg00013.html
|
||||
https://lists.gnu.org/archive/html/freetype-devel/2009-07/msg00013.html
|
||||
|
||||
2009-07-09 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
|
|
@ -1975,8 +1975,8 @@
|
|||
|
||||
Prevent the overflows by a glyph with too many points or contours.
|
||||
The bug is reported by Boris Letocha <b.letocha@gmc.net>. See
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2009-06/msg00031.html
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2009-07/msg00002.html
|
||||
https://lists.gnu.org/archive/html/freetype-devel/2009-06/msg00031.html
|
||||
https://lists.gnu.org/archive/html/freetype-devel/2009-07/msg00002.html
|
||||
|
||||
* include/freetype/ftimage.h (FT_OUTLINE_CONTOURS_MAX,
|
||||
FT_OUTLINE_POINTS_MAX): New macros to declare the maximum
|
||||
|
|
@ -2001,7 +2001,7 @@
|
|||
2009-06-28 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
ftpatent: Fix a bug by wrong usage of service->table_info().
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2008-12/msg00039.html
|
||||
https://lists.gnu.org/archive/html/freetype-devel/2008-12/msg00039.html
|
||||
|
||||
* include/freetype/internal/services/svsfnt.h: Extend
|
||||
FT_SFNT_TableInfoFunc() to take new argument to obtain the offset
|
||||
|
|
@ -2069,7 +2069,7 @@
|
|||
|
||||
* builds/unix/configure.raw: Fix a bug in sed script to extract
|
||||
native suffix for binary executables, patch by Peter Breitenlohner.
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2009-04/msg00036.html
|
||||
https://lists.gnu.org/archive/html/freetype-devel/2009-04/msg00036.html
|
||||
|
||||
2009-06-26 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
|
|
@ -2125,7 +2125,7 @@
|
|||
code unconditionally.
|
||||
Add support for random numbers and update remaining code
|
||||
accordingly; this should work now.
|
||||
(t1_operator_seac): Updated.
|
||||
(t1operator_seac): Updated.
|
||||
* src/psaux/pshrec.c: Include FT_INTERNAL_CALC_H.
|
||||
(ps_hints_t1stem3, t1_hints_stem): Updated.
|
||||
|
||||
|
|
@ -2594,14 +2594,14 @@
|
|||
Position Independent Code (PIC) support in smooth renderer.
|
||||
|
||||
* src/smooth/ftsmooth.h declare ft_smooth_renderer_class,
|
||||
ft_smooth_lcd_renderer_class and ft_smooth_lcd_v_renderer_class
|
||||
ft_smooth_lcd_renderer_class and ft_smooth_lcdv_renderer_class
|
||||
using macros from ftrender.h,
|
||||
when FT_CONFIG_OPTION_PIC is defined create and destroy
|
||||
functions will be declared.
|
||||
* src/smooth/ftsmooth.c when FT_CONFIG_OPTION_PIC is defined
|
||||
the following structs:
|
||||
ft_smooth_renderer_class, ft_smooth_lcd_renderer_class
|
||||
and ft_smooth_lcd_v_renderer_class
|
||||
and ft_smooth_lcdv_renderer_class
|
||||
will have functions to init or create and destroy them
|
||||
instead of being allocated in the global scope.
|
||||
And macros will be used from ftspic.h in order to access
|
||||
|
|
@ -3469,8 +3469,8 @@
|
|||
faces includes broken face which FT_Done_Face() cannot free,
|
||||
FT_Done_Library() retries FT_Done_Face() and it can fall into
|
||||
an endless loop. See the discussion:
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2008-09/msg00047.html
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2008-10/msg00000.html
|
||||
https://lists.gnu.org/archive/html/freetype-devel/2008-09/msg00047.html
|
||||
https://lists.gnu.org/archive/html/freetype-devel/2008-10/msg00000.html
|
||||
|
||||
2009-01-07 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
|
|
@ -3492,7 +3492,7 @@
|
|||
* builds/unix/configure.raw: Don't call AC_CANONICAL_BUILD and
|
||||
AC_CANONICAL_TARGET and use $host_os only. A nice explanation for
|
||||
this change can be found at
|
||||
http://blog.flameeyes.eu/s/canonical-target.
|
||||
https://blog.flameeyes.eu/s/canonical-target.
|
||||
|
||||
From Savannah patch #6712.
|
||||
|
||||
|
|
@ -4156,7 +4156,7 @@
|
|||
2008-09-05 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
* builds/unix/configure.raw: Clear FT2_EXTRA_LIBS when Carbon or
|
||||
ApplicationService framework is missing. Although this value is not
|
||||
ApplicationServices framework is missing. Although this value is not
|
||||
used in building of FreeType2, it is written in `freetype2.pc' and
|
||||
`freetype-config'.
|
||||
|
||||
|
|
@ -4516,7 +4516,7 @@
|
|||
recommends to add the option only to CFLAGS, LDFLAGS should include
|
||||
it because libfreetype.la is built with -no-undefined. This fixes a
|
||||
bug reported by Ryan Schmidt in MacPorts,
|
||||
http://trac.macports.org/ticket/15331.
|
||||
https://trac.macports.org/ticket/15331.
|
||||
|
||||
2008-06-21 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
|
|
@ -4861,7 +4861,7 @@
|
|||
2008-04-14 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/pcf/pcfdrivr.c (PCF_Face_Init): Protect call to
|
||||
`FT_Stream_OpenLZW' with `FT_CONFIG_OPTION_USE_LZ'. From Savannah
|
||||
`FT_Stream_OpenLZW' with `FT_CONFIG_OPTION_USE_LZW'. From Savannah
|
||||
bug #22909.
|
||||
|
||||
2008-04-13 Werner Lemberg <wl@gnu.org>
|
||||
|
|
@ -5243,7 +5243,7 @@
|
|||
functions related to cmap type 14 support to the
|
||||
`FT_Object_ActionName' scheme:
|
||||
|
||||
FT_Get_Char_Variant_index -> FT_Face_GetCharVariantIndex
|
||||
FT_Get_Char_Variant_Index -> FT_Face_GetCharVariantIndex
|
||||
FT_Get_Char_Variant_IsDefault -> FT_Face_GetCharVariantIsDefault
|
||||
FT_Get_Variant_Selectors -> FT_Face_GetVariantSelectors
|
||||
FT_Get_Variants_Of_Char -> FT_Face_GetVariantsOfChar
|
||||
|
|
@ -5383,7 +5383,7 @@
|
|||
* include/freetype/ftotval.h (FT_VALIDATE_MATH): New macro.
|
||||
(FT_VALIDATE_OT): Updated.
|
||||
|
||||
* src/otvalid/otmath.c: New file.
|
||||
* src/otvalid/otvmath.c: New file.
|
||||
|
||||
* src/otvalid/otvalid.c: Include otvmath.c.
|
||||
* src/otvalid/otvmod.c (otv_validate): Handle `MATH' table.
|
||||
|
|
@ -5530,7 +5530,7 @@
|
|||
* src/truetype/ttinterp.c (Ins_IUP): Add missing variable
|
||||
initialization.
|
||||
|
||||
* src/autofit/aflatin.c (af_latin_metric_init_blues): Get rid of an
|
||||
* src/autofit/aflatin.c (af_latin_metrics_init_blues): Get rid of an
|
||||
infinite loop in the case of degenerate fonts.
|
||||
|
||||
2007-06-26 Rahul Bhalerao <b.rahul.pm@gmail.com>
|
||||
|
|
@ -5965,7 +5965,7 @@
|
|||
* include/freetype/config/ftstdlib.h,
|
||||
include/freetype/internal/ftobjs.h: As suggested by Graham Asher,
|
||||
ensure that ft_isalnum, ft_isdigit, etc., use hard-coded values
|
||||
instead on relying on the locale-dependent functions provided by
|
||||
instead of relying on the locale-dependent functions provided by
|
||||
<ctypes.h>.
|
||||
|
||||
2007-05-15 Graham Asher <graham.asher@btinternet.com>
|
||||
|
|
@ -6187,13 +6187,13 @@
|
|||
* builds/unix/ftsystem.c (FT_Stream_Open): Temporary fix to prevent
|
||||
32bit unsigned long overflow by 64bit filesize on LP64 platform, as
|
||||
proposed by Sean McBride:
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2007-03/msg00032.html
|
||||
https://lists.gnu.org/archive/html/freetype-devel/2007-03/msg00032.html
|
||||
|
||||
2007-03-22 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
* builds/unix/ftconfig.in: Suppress SGI compiler's warning against
|
||||
setjmp, proposed by Sean McBride:
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2007-03/msg00032.html
|
||||
https://lists.gnu.org/archive/html/freetype-devel/2007-03/msg00032.html
|
||||
|
||||
2007-03-19 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
|
|
@ -6852,7 +6852,7 @@
|
|||
|
||||
* include/freetype/internal/services/svotval.h: Add `volatile' to
|
||||
sync with the modification by Jens Claudius on 2006-08-22; cf.
|
||||
http://cvs.savannah.gnu.org/viewcvs/freetype/freetype2/src/otvalid/otvmod.c?r1=1.4&r2=1.5
|
||||
https://cvs.savannah.gnu.org/viewcvs/freetype/freetype2/src/otvalid/otvmod.c?r1=1.4&r2=1.5
|
||||
|
||||
2006-12-15 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
|
|
@ -6876,7 +6876,7 @@
|
|||
|
||||
* src/base/ftobjs.c: Improvement of resource fork handler for
|
||||
POSIX, cf.
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2006-10/msg00025.html
|
||||
https://lists.gnu.org/archive/html/freetype-devel/2006-10/msg00025.html
|
||||
(Mac_Read_sfnt_Resource): Count only `sfnt' resource of suitcase font
|
||||
format or .dfont, to simulate the face index number counted by ftmac.c.
|
||||
(IsMacResource): Return the number of scalable faces correctly.
|
||||
|
|
@ -7023,7 +7023,7 @@
|
|||
(_ft_lcd_filter_fir): This.
|
||||
Update parameters.
|
||||
(_ft_lcd_filter_legacy) [USE_LEGACY]: New filter function.
|
||||
(FT_Library_Set_LcdFilter): Update parameters.
|
||||
(FT_Library_SetLcdFilter): Update parameters.
|
||||
Handle new filter modes.
|
||||
|
||||
* include/internal/ftobjs.h: Include FT_LCD_FILTER_H.
|
||||
|
|
@ -7366,7 +7366,7 @@
|
|||
to recognize a few fonts that require the automatic unpatented
|
||||
loader.
|
||||
|
||||
* src/smooth/ftgrays.c: Optmize the performance of the anti-aliased
|
||||
* src/smooth/ftgrays.c: Optimize the performance of the anti-aliased
|
||||
rasterizer. The speed improvement is between 15% and 25%, depending
|
||||
on the font data.
|
||||
|
||||
|
|
@ -7524,7 +7524,7 @@
|
|||
|
||||
`ft_validator_run' wrapping `setjmp' can cause a crash, as found by
|
||||
Jens:
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2006-08/msg00004.htm.
|
||||
https://lists.gnu.org/archive/html/freetype-devel/2006-08/msg00004.htm.
|
||||
|
||||
* src/otvalid/otvmod.c: Replace `ft_validator_run' by `ft_setjmp'.
|
||||
It reverts the change introduced on 2005-08-20.
|
||||
|
|
@ -7721,7 +7721,7 @@
|
|||
2006-06-24 Eugeniy Meshcheryakov <eugen@univ.kiev.ua>
|
||||
|
||||
Fix two hinting bugs as reported in
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2006-06/msg00057.html.
|
||||
https://lists.gnu.org/archive/html/freetype-devel/2006-06/msg00057.html.
|
||||
|
||||
* include/freetype/internal/tttypes.h (TT_GlyphZoneRec): Add
|
||||
`first_point' member.
|
||||
|
|
@ -7761,7 +7761,7 @@
|
|||
should return `FT_Err_Unimplemented_Feature' if validation service
|
||||
is unavailable (disabled in `modules.cfg'). It is originally
|
||||
suggested by David Turner, cf.
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2005-11/msg00078.html
|
||||
https://lists.gnu.org/archive/html/freetype-devel/2005-11/msg00078.html
|
||||
|
||||
* src/base/ftgxval.c (FT_TrueTypeGX_Validate): Return
|
||||
FT_Err_Unimplemented_Feature if TrueTypeGX validation service is
|
||||
|
|
@ -7857,7 +7857,7 @@
|
|||
2006-05-18 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/truetype/ttgload.c (TT_Load_Composite_Glyph)
|
||||
[FT_CONFIG_OPTION_BYTECODE_INTERPRETER]: Make it compilable again.
|
||||
[TT_CONFIG_OPTION_BYTECODE_INTERPRETER]: Make it compilable again.
|
||||
|
||||
2006-05-17 David Turner <david@freetype.org>
|
||||
|
||||
|
|
@ -7932,7 +7932,7 @@
|
|||
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
Copyright 2006-2016 by
|
||||
Copyright 2006-2018 by
|
||||
David Turner, Robert Wilhelm, and Werner Lemberg.
|
||||
|
||||
This file is part of the FreeType project, and may only be used, modified,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue