Graham Asher
33d60e2ea0
Noted latest changes to CFF sources.
23 years ago
David Turner
5c0d3a4dca
* src/base/ftobject.c, src/base/ftsynth.c, src/base/ftstroker.c,
...
src/bdf/bdfdrivr.c: removed compiler warnings
23 years ago
Werner Lemberg
edbcbde703
Formatting.
23 years ago
Werner Lemberg
ec810f8c6a
* src/pshinter/pshalgo3.c (psh3_glyph_compute_inflections,
...
23 years ago
David Turner
21f433cec9
* src/pshinter/pshalgo3.c, src/base/ftobjs.c, src/base/ftobject.c,
...
src/autohint/ahglyph.c, include/freetype/freetype.h: fixing typos
and removing compiler warnings
23 years ago
David Turner
f467e6a93f
* include/freetype/freetype.h, src/base/ftobjs.c: changing the type
...
of the "load_flags" parameter of FT_Load_Glyph and FT_Load_Char from
"FT_Int" to "FT_Int32", this in order to support more options.
this should only break binary and/or source compatibility on
16-bit platforms (Atari?)
23 years ago
David Turner
a8199d608f
* src/tools/docmaker/docmaker.py, src/tools/docmaker/utils.py,
...
src/tools/docmaker/tohtml.py: updating the DocMaker tool
23 years ago
Werner Lemberg
215bf44438
* src/truetype/ttgload.c (TT_Get_Metrics): Add guard for k = 0.
23 years ago
David Turner
fd5770b359
- removal of compiler warnings
...
- slight improvements to the Postscript hinter
23 years ago
Werner Lemberg
9723e7e7ae
* builds/unix/install.mk (install, uninstall): Add $(DESTDIR) to
...
23 years ago
Werner Lemberg
d580f9d6c3
* src/pcf/pcfdriver.c (PCF_Glyph_Load): Fix computation of
...
23 years ago
Werner Lemberg
eed446d0d5
Add support for Apple composite glyphs.
...
23 years ago
Werner Lemberg
f25ce9d0b3
* src/cff/cffgload.c (cff_free_glyph_data),
...
23 years ago
Graham Asher
917589d4bd
Noted latest changes to incremental font lolading system.
23 years ago
Werner Lemberg
3c403e4c17
Some formatting.
...
23 years ago
Graham Asher
a170607556
Commented latest change to t1load.c.
23 years ago
Graham Asher
f9b34b5807
Added note about latest changes to incremental interface.
23 years ago
David Turner
f52165cc06
* src/tools/docmaker/*: adding new (more advanced) version of
...
the DocMaker tool. Python with regular expressions rocks..
23 years ago
David Turner
76effc302f
* include/freetype/ftincrem.h: adding new experimental header file
...
to demonstrate a "cleaner" API to support incremental font loading.
comments appreciated...
23 years ago
Werner Lemberg
b3d5e9cf03
s/ft_memset/FT_MEM_SET/.
...
23 years ago
Werner Lemberg
bdb10748a7
* src/sfnt/ttload.c (sfnt_dir_check): Make it work with TTCs.
23 years ago
Werner Lemberg
b94f3d3ea2
* src/pshinter/pshalgo3.c (psh3_hint_table_record,
...
23 years ago
Werner Lemberg
7f74a52a21
Fixing ChangeLog entries.
...
23 years ago
Graham Asher
0327329db5
Changed some tabs to spaces in changelog.
23 years ago
Graham Asher
94e4b5bc0f
Fixed silly date error in change log.
23 years ago
Graham Asher
fac34ae1a7
Added missing log entry for incremental font loading changes made
...
on 18th July 2002.
23 years ago
Graham Asher
6ebd6fd51a
logged latest change to ttobjs.c
23 years ago
David Turner
fed59b7cc2
* src/sfnt/ttload.c (TT_Load_SFNT_Header): fixed a recent bug that prevented
...
OpenType fonts to be recognized by FreeType
23 years ago
David Turner
3e19d85dd4
* include/freetype/config/ftoption.h, include/freetype/internal/tttypes.h,
...
src/base/ftobjs.c, src/bdf/bdfdrivr.c, src/cff/cffobjs.c,
src/pcf/pcfdrivr.c, src/sfnt/sfobjs.c, src/sfnt/ttcmap0.c,
src/sfnt/ttcmap0.h, src/sfnt/ttload.c, src/type1/t1objs.c,
src/type42/t42objs.c, src/winfonts/winfnt.c: code cleanup,
FT_CONFIG_OPTION_USE_CMAPS is now the default
23 years ago
David Turner
075c35de55
* include/freetype/cache/ftccache.h, src/cache/ftccache.i,
...
src/cache/ftccache.c: cleaning up the cache sub-system code, linear
hashing is now the default
23 years ago
David Turner
7acd73fd6a
* src/sfnt/ttload.c, src/sfnt/ttload.h, src/sfnt/ttdriver.c: changing
...
the SFNT loader to check for SFNT-based font files differently. We now
ignore the range "helper" fields and check the "head" table's magic
number instead.
23 years ago
David Turner
8db6a07021
* include/freetype/t1tables.h, include/freetype/internal/psaux.h,
...
src/psaux/psobjs.c, src/type1/t1load.c, src/type1/t1tokens.h:
fixing a bug in the Type 1 loader that prevented valid font bounding
boxes to be loaded from multiple master fonts.
23 years ago
David Turner
d473204c00
* src/cff/cffobjs.c: small fix to select the Unicode charmap by default
...
when needed
23 years ago
David Turner
a87bb79235
* src/cff/cffobjs.c: small fix to allow OpenType fonts to support Adobe
...
charmaps when needed.
23 years ago
David Turner
b9b2cac634
* src/cff/cffcmap.c, src/cff/cffcmap.h, Jamfile, rules.mk: new files added
...
to support charmaps for CFF fonts
* src/cff/cffload.c, src/cff/cffload.h, src/cff/cffobjs.c,
src/cff/cffobjs.h, src/cff/cffparse.c, src/cffparse.h, src/cff/cffgload.c,
src/cff/cffgload.h: adding support for CFF charmaps, reformatting the
sources, and removing some bugs in the Encoding and Charset loaders
23 years ago
David Turner
ee06410b0a
* src/pshinter/pshglob.c: fixed a bug that prevented the hinter from using
...
correct standard width and height values. resulting in hinting bugs with
certain fonts (e.g. Utopia)
23 years ago
David Turner
971517ac8e
* src/pshinter/pshglob.h, src/pshinter/pshglob.c: adding support for
...
blue fuzz
23 years ago
David Turner
f0f1b6ae15
* src/base/ftglyph.c (FT_Glyph_To_Bitmap): added code to return succesfully
...
when the function is called with a bitmap glyph (the previous code simply
returned with an error)
23 years ago
David Turner
02c3aede1b
* docs/DEBUG.TXT: adding debugging support documentation
...
* src/base/ftdebug.c (ft_debug_init), builds/win32/ftdebug.c
(ft_debug_init), builds/amiga/src/ftdebug.c (ft_debug_init): changed the
syntax of the FT2_DEBUG environment variable used to control debugging
output (i.e. logging and error messages). It must now look like:
any:6 memory:4 io:3 or
any:6,memory:4,io:3 or
any:6;memory:4;io:3
23 years ago
David Turner
27c322e983
* include/freetype/freetype.h, src/base/ftobjs.h,
...
freetype/internal/ftobjs.h, freetype/internal/psaux.h,
freetype/internal/pshints.h, src/psaux/t1decode.c, src/cff/cffgload.h,
src/cff/cffgload.c, src/pshinter/pshalgo1.h, src/pshinter/pshalgo1.c,
src/pshinter/pshalgo2.h, src/pshinter/pshalgo2.c, src/pshinter/pshalgo3.h,
src/pshinter/pshalgo3.c: Adding support for hinter-specific bit flags,
and the new FT_Set_Hint_Flags high-level API
23 years ago
David Turner
dcb61e4785
* src/pfr/pfrobjs.c (pfr_slot_load): fixed a small bug that returned
...
incorrect advances when the outline resolution was different from the
metrics resolution
* src/autohint/ahhint.c: removing compiler warnings
* src/autohint/ahglyph.c: slight improvements to the serif detection
code. More work is needed though..
23 years ago
David Turner
699053ca75
2002-07-03 David Turner <david@freetype.org>
...
* src/autohint/ahglobal.c, src/autohint/ahtypes.h, src/autohint/ahhint.c:
small improvements to the automatic hinter. un-even stem-widths have now
disappeared and everything looks much better, even if there are still
issues with serifed fonts.
23 years ago
David Turner
26438805c7
where, if a glyph has more than hint mask, the second mask
...
gets applied to points that should have been covered by the
first mask.
23 years ago
David Turner
49b1a9d00a
adding path stroker
23 years ago
David Turner
0d73b0c49a
* include/freetype/internal/ftobject.h: updating the object sub-system
...
definitions (still experimental)
* src/base/fthash.c (ft_hash_remove): fixing a small reallocation bug
* include/freetype/fttrigon.h, src/base/fttrigon.c: adding
FT_Vector_From_Polar and FT_Angle_Diff to the trigonometric functions
* include/freetype/ftstroker.h, src/base/ftstroker.c: adding path stroker
component (work in progress)
23 years ago
David Turner
318f3befc6
* src/truetype/ttgload.c (TT_Load_Composite_Glyph),
...
src/base/ftoutln.c (FT_Vector_Transform): fixed Werner's latest
fix. FT_Vector_Transform wasn't buggy, the TrueType composite loader
was...
23 years ago
Werner Lemberg
ba7148d80c
Added release info.
23 years ago
Werner Lemberg
aa89ddb9fc
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 3.
23 years ago
Werner Lemberg
9cbb166d6b
Minor fixes. Formatting.
23 years ago
David Turner
0460c1d97e
* include/freetype/internal/t42types.h, src/base/fttype1.c,
...
src/type42/t42objs.h: removed duplicate definition of T42_FaceRec
23 years ago