Graham Asher
2bf4825234
Simplified the incremental loading system for CFF fonts and fixed
...
a problem with the handling of the deprecated version of the Type 2
endchar command, that emulates Type 1 'seac'.
This version now works with the GhostScript-to-FreeType bridge
currently under development.
23 years ago
David Turner
2a54188114
* src/base/ftobject.c, src/base/ftsynth.c, src/base/ftstroker.c,
...
src/bdf/bdfdrivr.c: removed compiler warnings
23 years ago
Werner Lemberg
be1c47c417
Formatting.
23 years ago
Werner Lemberg
b6cdf566df
* src/pshinter/pshalgo3.c (psh3_glyph_compute_inflections,
...
23 years ago
David Turner
0ca0d9773e
* 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
ee18cba61b
* 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
1b8d70a362
* src/tools/docmaker/docmaker.py, src/tools/docmaker/utils.py,
...
src/tools/docmaker/tohtml.py: updating the DocMaker tool
23 years ago
David Turner
7afd3d6b6f
* src/pshinter/pshalgo3.c, src/autohint/ahangles.c,
...
src/autohint/ahangles.h, src/autohint/ahglyph.c, src/autohint/ahhint.c,
src/autohint/ahtypes.h: the automatic and Postscript hinter now
automatically detect inflection points in glyph outlines and treats
them specially. This is very useful to prevent nasty effect like the
disappearing diagonals of "S" and "s" in many, many fonts..
23 years ago
Werner Lemberg
8cb11c96f0
* src/truetype/ttgload.c (TT_Get_Metrics): Add guard for k = 0.
23 years ago
David Turner
fab5018b69
- removal of compiler warnings
...
- slight improvements to the Postscript hinter
23 years ago
Werner Lemberg
0e36c31d73
* builds/unix/install.mk (install, uninstall): Add $(DESTDIR) to
...
23 years ago
Werner Lemberg
4eb2427c04
* src/pcf/pcfdriver.c (PCF_Glyph_Load): Fix computation of
...
23 years ago
Werner Lemberg
2179bf347c
Adding some comments.
23 years ago
Werner Lemberg
b4816762c3
Add support for Apple composite glyphs.
...
23 years ago
Werner Lemberg
88ef7593f4
* src/cff/cffgload.c (cff_free_glyph_data),
...
23 years ago
Graham Asher
d9cb9eac7c
Fixed compiler warnings about unreferenced formal parameters when
...
FT_CONFIG_OPTION_INCREMENTAL is not defined.
23 years ago
Graham Asher
c39c3eed31
Noted latest changes to incremental font lolading system.
23 years ago
Graham Asher
dfe94fa353
Corrected incremental interface implementation to suit the new system.
23 years ago
Graham Asher
40a72ccbf3
Implemented incremental loading for the CFF driver.
23 years ago
Werner Lemberg
cbfc97910e
Some formatting.
...
23 years ago
Graham Asher
ef8bd8336a
Commented latest change to t1load.c.
23 years ago
Graham Asher
2d54c604c7
T1_Open_Face now tolerates a face with no charstrings if there is
...
an incremental loading interface. This is essential if incremental
loading of Type 1 fonts supplied by PostScript is to work.
23 years ago
Graham Asher
72aebdeecb
Added note about latest changes to incremental interface.
23 years ago
Graham Asher
25875e7f6d
Modified incremental loading interface to be closer to David Turner's
...
preferences. The header freetype.h is not now affected, the interface is
specified via an FT_Parameter, the pointer to the interface is hidden in an
internal part of the face record, and all the definitions are in ftincrem.h.
23 years ago
David Turner
5ea78be3a5
* src/tools/docmaker/*: adding new (more advanced) version of
...
the DocMaker tool. Python with regular expressions rocks..
23 years ago
David Turner
1ff88d285d
* 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
5e6cd65d5f
s/ft_memset/FT_MEM_SET/.
...
23 years ago
Werner Lemberg
eb812c6c72
* src/sfnt/ttload.c (sfnt_dir_check): Make it work with TTCs.
23 years ago
Werner Lemberg
51476b553a
* src/pshinter/pshalgo3.c (psh3_hint_table_record,
...
23 years ago
Werner Lemberg
c5f6cd72f6
Fixing ChangeLog entries.
...
23 years ago
Graham Asher
2ed0ddbca8
Changed some tabs to spaces in changelog.
23 years ago
Graham Asher
58ac8536f8
Fixed silly date error in change log.
23 years ago
Graham Asher
99022957ac
Added missing log entry for incremental font loading changes made
...
on 18th July 2002.
23 years ago
Graham Asher
4794b0a511
logged latest change to ttobjs.c
23 years ago
Graham Asher
eb1b83dd9e
FIX for bug reported by Sven Neumann [sven@gimp.org] on the FreeType
...
development forum: "If FT_CONFIG_OPTION_INCREMENTAL is undefined
(this is the default), the TrueType loader crashes in line 852 of
src/truetype/ttgload.c when it tries to access face->glyph_locations.".
23 years ago
Graham Asher
b05492404d
More work on supporting fonts passed from GhostScript:
...
sfnt_dir_check now ignores the tables 'glyx' and 'locx' which are hacked-out
versions of 'glyf' and 'loca' in some PostScript Type 42 fonts, and will
generally be invalid.
23 years ago
Graham Asher
48c0188aa1
Added support for incrementally loaded Type 1 faces.
23 years ago
Graham Asher
e975b6fd90
Changes to support incremental Type 42 fonts: assume a font has glyphs if it
...
has an incremental interface object.
23 years ago
Graham Asher
3849f2388a
Added the incremental loading system for the CID driver.
...
Tested using my own unit test code.
23 years ago
Graham Asher
4c7d53a3f4
Added the incremental loading system for the TrueType driver.
...
Tested using my own unit test code.
23 years ago
Graham Asher
75aafd36f3
Added incremental loading capability to FT_Open_Face.
...
Not implemented for any drivers yet.
23 years ago
Graham Asher
80471f8259
FT_CONFIG_OPTION_INCREMENTAL is now used to compile
...
incremental loading stuff conditionally.
23 years ago
Graham Asher
776b0ffc32
Added a new configuration macro, FT_CONFIG_OPTION_INCREMENTAL,
...
to enable incremental face loading. By default it is not defined.
23 years ago
Graham Asher
b68af36750
Added types and structures to support incremental typeface loading.
23 years ago
David Turner
feb854fd8a
* 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
ceef1e4e05
* 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
bd65ed97aa
* 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
33847031d3
* 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
6d1a81a940
small fix
23 years ago
David Turner
60b8b532c7
small fix
23 years ago