Werner Lemberg
75aae7db17
* src/cid/cidload.c (cid_decrypt): Removed.
...
22 years ago
Werner Lemberg
fdc042b8a9
* src/cid/cidobjs.c: Apply change 2003-05-31 from <Ron.Dev@gmx.de>.
...
22 years ago
Werner Lemberg
6e9b3186b0
* src/truetype/ttinterp.c (SetSuperRound) <0x30>: Follow Apple's
...
22 years ago
Werner Lemberg
a7d6b4dad9
* src/gzip/ftgzip.c: (inflate_mask): Replaced with...
...
22 years ago
Werner Lemberg
0240d29cac
* src/gzip/ftgzip.c (ft_gzip_file_fill_output): Handle Z_STREAM_END
...
22 years ago
Werner Lemberg
858f310b80
Completely revised FreeType's make management.
...
22 years ago
Werner Lemberg
e0805659bb
Fix ChangeLog.
22 years ago
Werner Lemberg
756655bdf8
* src/base/ftmac.c (FT_New_Face_From_SFNT): s/rlen/sfnt_size/ to
...
22 years ago
Werner Lemberg
499053c1c5
* include/freetype/ftstroker.h: Renamed to...
...
22 years ago
Werner Lemberg
1ffb911d50
* src/base/ftmac.c (file_spec_from_path) [TARGET_API_MAC_CARBON]:
...
22 years ago
Werner Lemberg
bf7c8321f2
* include/freetype/internal/psaux.h (T1_FieldType): Add
...
22 years ago
Werner Lemberg
7386197677
* include/freetype/internal/ftdriver.h,
...
22 years ago
Werner Lemberg
3229b88005
* include/freetype/config/ftoption.h: Defining
...
22 years ago
Werner Lemberg
6ab5624330
* src/truetype/ttgload.c (load_truetype_glyph)
...
22 years ago
Werner Lemberg
9a8e321129
* src/truetype/ttinterp.c (Free_Project, CUR_Func_freeProj):
...
22 years ago
Werner Lemberg
8b88466061
* src/autohint/ahhint.c (ah_hinter_hint_edges): Removed. Just a
...
22 years ago
Werner Lemberg
f35ff80132
* src/cff/cffobjs.c (cff_face_init): Use symbolic names for
...
22 years ago
Werner Lemberg
e20ab691c3
* src/winfonts/winfnt.c (FNT_Load_Glyph): Revert change from
...
22 years ago
Werner Lemberg
64591b7657
* include/freetype/fttrigon.h (FT_Vector_Normalize): Removed.
...
22 years ago
Werner Lemberg
65ba724b66
Avoid overwriting of numeric font dictionary entries for synthetic
...
22 years ago
Werner Lemberg
0bdf608f3d
* src/pshinter/pshalgo1.[ch], src/pshinter/pshalgo2.[ch]: Removed.
...
22 years ago
Werner Lemberg
26fb1bcd05
* vms_make.com: Reworked support for shareable images on VMS. The
...
22 years ago
Werner Lemberg
75ad4b8365
* src/base/ftglyph.c (FT_Glyph_To_Bitmap): Activate code for
...
22 years ago
Werner Lemberg
4919dc7cf8
* src/pshinter/pshalgo3.c (psh3_glyph_compute_extrema): Skip
...
22 years ago
Werner Lemberg
f79a7ae0b0
* src/gzip/ftgzip.c (ft_gzip_fil_io): Revert change from yesterday;
...
22 years ago
Werner Lemberg
282637f6a5
* include/freetype/config/ftstdlib.h (ft_strcat): New wrapper macro
...
22 years ago
Werner Lemberg
77c34b8264
* t1load.c (parse_blend_axis_types): Fix compiler warning.
...
22 years ago
Werner Lemberg
6bd1c6d293
* src/pshinter/pshalgo3.c (ps3_hints_apply): Try to optimize
...
22 years ago
Werner Lemberg
98ceccab51
* src/autohint/ahhint.c (ah_hinter_load_glyph): Oops! David's
...
22 years ago
Werner Lemberg
11367bcce7
* src/autohint/ahhint.c (ah_hinter_load_glyph): Don't scale
...
22 years ago
Werner Lemberg
c98501b042
Add comment to #ifdef section in #ifndef.
22 years ago
Werner Lemberg
f379f43403
* src/sfnt/ttcmap0.c (tt_cmap4_char_next): Select proper start
...
22 years ago
Werner Lemberg
51daa4feb1
* src/raster/ftraster.c (Insert_Y_Turn): Fix overflow test.
...
22 years ago
Werner Lemberg
4f107450e2
* src/base/fttrigon.c (FT_Vector_Rotate): Avoid rounding errors
...
22 years ago
Werner Lemberg
c70818a862
* src/base/ftmac.c (FT_New_Face_From_SFNT): Handle CFF files also.
...
22 years ago
Werner Lemberg
6eb116ef8a
* builds/unix/aclocal.m4: Comment out definition of
...
`allow_undefined_flag' for Darwin 1.3.
* builds/unix/configure.ac: Add option --with-old-mac-fonts.
* builds/unix/ltmain.sh: Fix version numbering for Darwin 1.3.
* builds/unix/configure: Regenerated.
* include/freetype/config/ftconfig.h: Fix conditions for defining
`FT_MACINTOSH'.
* src/base/ftbase.c: Include `ftmac.c' conditionally.
* src/base/ftmac.c: Handle __GNUC__.
22 years ago
Werner Lemberg
1f8f46758e
* src/cid/cidload.c (is_alpha): Removed.
...
(cid_parse_dict): Use `cid_parser_skip_alpha' instead of `is_alpha'.
* src/autohint/ahoptim.c, src/autohint/ahoptim.h: Obsolete, removed.
22 years ago
Werner Lemberg
bf40e92dea
* src/autohint/ahglyph.c (ah_setup_uv): Exchange `for' loop and
...
`switch' statement to make it run faster.
(ah_outline_compute_segments): Reset `segment->score' and
`segment->link'.
(ah_outline_link_segments): Provide alternative code which does
the same but runs much faster.
Handle major direction also.
(ah_outline_compute_edges): Scale `edge_distance_threshold' down
after rounding instead of scaling comparison value in loop.
* src/autohint/ahhint.c (ah_hinter_align_stong_points): Provide
alternative code which runs faster.
Handle `before->scale == 0'.
* src/autohint/ahtypes.h (AH_SegmentRec): Move some fields down.
(AH_EdgeRec): Move some fields in structure.
New field `scale'.
* src/sfnt/ttcmap0.c (tt_cmap4_char_next): Use binary search.
22 years ago
Werner Lemberg
110fc56bea
* src/autohint/ahoptim.c (LOG): Renamed to...
...
(AH_OPTIM_LOG): This.
(AH_Dump_Springs): Fix log message format.
* src/autohint/ahhint.c (ah_hint_edges_3): Renamed to...
(ah_hint_edges): This.
22 years ago
Werner Lemberg
c6f1c10222
Minor improvements.
22 years ago
Werner Lemberg
0fdb9cc5e2
* src/bdf/bdfdrivr.c (BDF_Set_Pixel_Size): Initialize `max_advance'.
22 years ago
Werner Lemberg
a547a532a1
* src/autohint/ahglyph.c (ah_test_extrema): Renamed to...
...
(ah_test_extremum): This.
22 years ago
Werner Lemberg
a3f4da8e99
Minor cleanups.
22 years ago
Werner Lemberg
3a317c69d6
* builds/unix/configure.ac: Generate `freetype.pc' from
...
`freetype.in'.
* builds/unix/configure: Regenerated.
* builds/unix/install.mk (install, uninstall): Handle `freetype.pc'.
* builds/unix/freetype2.in: New file. Contains building information
for the `pkg-config' package.
22 years ago
Werner Lemberg
2cba64d30d
* src/base/ftobjs.c (FT_Load_Glyph): Fix boundary check for
...
`glyph_index'.
22 years ago
Graham Asher
9f36499fa7
Added comment for checkin of unpatented hinting system.
22 years ago
Graham Asher
3ea859f6e9
Added the unpatented hinting system, which is compiled only if
...
TT_CONFIG_OPTION_COMPILE_UNPATENTED_HINTING is defined
in ftoption.h
22 years ago
Graham Asher
0798f0c3ec
If unpatented hinting is compiled the TrueType face object acquires a
...
new element, "FT_Bool unpatented_hinting".
22 years ago
Graham Asher
33671d74a2
Added configuration macros (not defined, but in comments) for the
...
unpatented hinting system.
22 years ago
Graham Asher
e32c22371d
Added macro FT_UNPATENTED_H to use when including new header
...
ttunpat.h.
22 years ago