|
c1205799
|
2000-05-05T01:38:46
|
|
changes the type of the "mode" parameter in FT_Set_Raster_Mode
to unsigned long (easier than string to compare)
|
|
c136b409
|
2000-05-04T17:24:54
|
|
an update to FT_Outline_Funcs used to improve
the accuracy of outline decomposition
|
|
8ee071a0
|
2000-05-03T18:15:52
|
|
very preliminray CID support
|
|
6eebf905
|
2000-05-02T10:57:43
|
|
first version of "t1tables", which will be used to access the
content of Type 1 fonts.
Note that an update will appear with the support for
multiple master fonts..
|
|
62c7af63
|
2000-05-02T10:57:00
|
|
added the definition of the MaxProfile table
|
|
bb287bd1
|
2000-05-02T10:55:46
|
|
added the declaration of the smooth renderer to "include"
|
|
f7b5c822
|
2000-05-02T10:55:33
|
|
defined FT_Pointer as a typeless pointer
added the declaration of FT_Default_Drivers
(implemented in ftinit.c)
|
|
ffd43a6f
|
2000-04-25T16:09:17
|
|
added a new include file to access TrueType tables
directly (e.g. OS/2, Head, HMTX and Postscript)..
|
|
680ec373
|
2000-04-25T16:08:33
|
|
added the FT_LOAD_FORCE_AUOHINT flag
|
|
46ab6331
|
2000-04-04T16:46:12
|
|
formatting, and remove the "interface" identifier
that causes problems with MS C++
|
|
37379e21
|
2000-03-28T11:22:31
|
|
major changes to the library:
- there is now a "convenience" API to manage glyphs in
"include/ftglyph.h". See the demo program "ftstring" for
an example..
- the raster interface has been changed in order to allow
direct composition through user-provided callbacks. This
has been tested but isn't demonstrated for now in "demos"
- the FT_LOAD_NO_RECURSE flag is supported, as this is
required by some new code in the auto-hinting engine
- some bug fixed in FT_MulFix which made FT_xxx_Transform
return incorrect results..
|
|
b46a2d8a
|
2000-03-23T17:24:28
|
|
Adding the new languages codes from Apple and the new Unicode ranges as for 3.0
|
|
f6dc6c17
|
2000-03-13T11:50:15
|
|
renamed ttnamedid.h to ttnameid.h
|
|
7f615aef
|
2000-03-13T11:49:20
|
|
renamed all outlines functions to the
FT_Outline_<action> syntax..
|
|
41dbcbf6
|
2000-03-09T11:46:25
|
|
reformatting, changing the FT_Outline structure:
- "flags" have been renamed to "tags"
- "outline_flags" have been renamed to "flags"
Look for more re-formatting today..
|
|
0f99ddda
|
2000-03-06T13:23:32
|
|
changed the structure of FT_Outline in order to pack
all outline flags in a single integer..
Changed the rest of the library and demo programs
accordingly..
|
|
1d1c7eb8
|
2000-02-13T13:35:21
|
|
small update in FT_Open_Args (more could follow though..)
|
|
1a3e3d6a
|
2000-02-10T17:03:11
|
|
introduced the FT_Attach_File function to support additional metrics
coming from external files (e.g. Type 1 AFM files to add kerning data
to the face).
Also changed the API of FT_Open_Face in order to describe the
input stream more broadly..
|
|
5eaadfcd
|
2000-02-02T12:47:44
|
|
added a new glyph image format:
ft_glyph_format_plotter
for plotter-like vectorial images made of
opened paths.. (seen in Windows font files
as well as some Type 1 fonts with unusual
PaintType)
|
|
86fbfb50
|
2000-02-02T12:28:57
|
|
re-adding fterrors.h to the repository..
|
|
f45ae1cf
|
2000-02-02T12:28:27
|
|
sorry, a small mistake made me "remove" fterrors.h with WinCVS
I need to manually clear the repository through CVS...
|
|
200e097c
|
2000-02-02T12:21:35
|
|
updated the "FT_SubGlyph" structure
|
|
7dff772e
|
2000-01-17T08:24:22
|
|
Added ftraster.h for better support of standalone mode.
Fixed cleaning rules for the demo programs.
|
|
17ae985d
|
2000-01-02T09:41:30
|
|
ftbbox.h: FT_Get_Outline_BBox() must be called FT_Raster_GetBBox().
ftcalc.c: Added a missing closing paranthesis in 64bit version of
FT_MulFix().
Some formatting; updating copyright.
|
|
d2b1f357
|
1999-12-16T23:11:37
|
|
Initial revision
|