Werner Lemberg
91e52d416a
Finishing first formatting/documenting etc. of the `base' dir. Some modules
...
25 years ago
Werner Lemberg
08edde5805
Correct wrong fix.
25 years ago
Werner Lemberg
2fbf7e439f
Added a lot of error checking code to the exported functions in the `base'
...
25 years ago
Werner Lemberg
d66ea312f6
FT_Outline_Decompose() now returns FT_Error.
...
25 years ago
David Turner
a7b53c47fc
changed an important comment note for FT_Size_Metrics
...
describing the ascender, descender and text height..
25 years ago
David Turner
6b0bf34665
slight change to the smooth renderer to make it compile
...
stand alone with the _STANDALONE_ macro defined..
See comments inside it "src/base/ftgrays.c"
25 years ago
David Turner
b3936a1600
small bug fix from Robert :-)
25 years ago
David Turner
04aa800ce9
added a CID-keyed font driver in "src/cid"
...
fixed two bugs in the smooth renderer
25 years ago
David Turner
3581d06464
changed the SFNT format check to make it less strict.
...
A certain number of TrueType fonts have invalid values
in the SFNT header..
25 years ago
David Turner
b916b1e53f
updated the DocMaker tool to produce HTML pages
...
There is still some work on it to allow the following:
- multiple input files
- block classification according to block's first markers
(e.g. types, functions, constants, etc..)
- indexing and cross-linking
- better layout ;-)
25 years ago
Werner Lemberg
a3b6c6c290
Formatting, fixing and adding documentation.
25 years ago
Werner Lemberg
0c8cde2e05
ftgrays.c: Formatting. It seems to me that _STANDALONE_ doesn't work yet...
...
25 years ago
Werner Lemberg
f13e6333f9
Formatting; minor improvements.
25 years ago
Werner Lemberg
026bd17b41
ftmulti.c: Will now accept any filename. It will no longer append `.ttf'
...
25 years ago
David Turner
5b401bb918
additional changes to the CFF/Type2 driver
25 years ago
Werner Lemberg
c3c344c76e
Fixing the fixes :-) More formatting.
25 years ago
David Turner
4f99c3c423
fixed divide by zero bug
...
added CFF/OpenType driver source (not working for now)
25 years ago
Werner Lemberg
a519b3b7a3
Formatting, fixing descriptions.
25 years ago
David Turner
b1677a87ca
changed the SFNT driver slightly to add more robust
...
checking based on the "search_rang", etc.., fields of
the sfnt header..
This avoids problems (like certain Type 1 multiple masters
incorrectly recognized as trueType files)..
25 years ago
Werner Lemberg
883df43fec
Completely checked and fully formatted.
25 years ago
David Turner
241e151eb2
oops, forgot to commit these files
25 years ago
David Turner
2e421319fc
moved a lot of things from the TrueType driver to the SFNT
...
module (whose interface has changed, by the way)
This allows even more code re-use between TrueType and
OpenType formats..
25 years ago
David Turner
2c5f482b48
removed obsolete files
25 years ago
David Turner
5413644b5e
added a new demonstration program called "ftmulti" to
...
demonstrate the multiple masters support
fixed a few bugs
25 years ago
David Turner
1118720679
finalised the multiple masters support
...
fixed some nasty little bugs too
25 years ago
David Turner
fea68c6800
fixed two minor bugs:
...
- the glyph index was not checked in FT_Load_Glyph
- the "type1" driver didn't read the FontBBox and FontMatrix
correctly..
25 years ago
David Turner
936d2e072b
a small change to allow the "type1" driver to detect
...
multiple master fonts and return an error code that allows
the "type1z" driver to load them after..
25 years ago
David Turner
7c388ba491
added support for multiple master fonts in "type1z". It is
...
now working, but there is no way currently to change the default
weight vector (tested with custom vectors though).
Note that you should remove the "type1" driver from the
module list to be able to test it..
25 years ago
David Turner
4e18369491
formatting
25 years ago
David Turner
1c9a1cab3f
important modifications to the Type1z driver
...
these are used to prepare for multiple master fonts
25 years ago
David Turner
1fb6eea7d1
EXPORT_DEF renamed to FT_EXPORT_DEF +
...
reformating/spacing
25 years ago
David Turner
f5dcdd5cfb
minor fix to the Type1 driver(s) to apply the font matrix when
...
necessary..
25 years ago
David Turner
5e4c2cb3bf
fixed some header files inclusions
...
added C++ stubs to public header files
25 years ago
David Turner
51179f0ae3
some fixes for 64-bit systems. Mainly changed some
...
FT_TRACE calls to use %p instead of %lx when dumping
a pointer address
25 years ago
David Turner
109fcf6086
fixed the sbit loader (src/base/sfnt/ttsbit.c)
...
introduced a new load flag (FT_LOAD_CROP_BITMAP) used
to indicate that we want embedded bitmaps to be cropped..
Thanks a lot to Yamano-uchi, Hidetoshi
25 years ago
David Turner
3475e7fba3
removed TT_MAX_SUBGLYPHS macro, there is no static
...
limit on the number of subglyphs in a TrueType font..
changed the default number of gray levels used by the
smooth renderer to 256 (instead of 128). Of course, the
human eye can't tell a difference ;-)
25 years ago
David Turner
e49ab25c08
formatting - removed trailing spaces
25 years ago
David Turner
968f0c3749
update
25 years ago
David Turner
ea44d5ec3d
formatting
25 years ago
David Turner
07c52d255c
copyright update
25 years ago
David Turner
701d754665
removed obsolete header file
25 years ago
David Turner
7ce42f4443
another rather large update
25 years ago
David Turner
414f38c572
at last, fixed the bug, and re-enabled 5-gray levels support
...
for backwards compatibility..
25 years ago
David Turner
33aab6e5b6
removed obsolete files + update
25 years ago
David Turner
529d4ea7a0
created new header files, formatting and other minor
...
stuff..
25 years ago
David Turner
20c15add91
added the tag for the "DSIG" table
25 years ago
David Turner
0a29c6979d
implemented FT_Select_Charmap and FT_Set_Charmap
...
(at last :-)
25 years ago
David Turner
c91cfe1100
small update to the memory tester
25 years ago
David Turner
c60c61c684
fixed a potential memory leak when loading embedded bitmaps
25 years ago
David Turner
c06eb3b73a
fixed stupid math lib bug in the Makefile
25 years ago