- 05 Jun, 2000 1 commit
-
-
Werner Lemberg authored
freetype.h: Adding ft_encoding_xxx values for some CJK encodings. Fixing copyright notice on many files. Changed some tracing levels. A lot of formatting, fixing documentation etc. as usual.
-
- 03 Jun, 2000 2 commits
-
-
Werner Lemberg authored
ftview now has two new options: -d activates debugging, and -l sets the trace level. Since FT2 is still beta, I've activated the FT_DEBUG_xxx macros by default. To make reasonable output, I've changed some TRACEx macros to other levels.
-
Werner Lemberg authored
More preparation for tracing. Formatting.
-
- 02 Jun, 2000 2 commits
-
-
Werner Lemberg authored
Finishing first formatting/documenting etc. of the `base' dir. Some modules are still badly documented, though...
-
Werner Lemberg authored
Added a lot of error checking code to the exported functions in the `base' subdir (not complete yet).
-
- 31 May, 2000 1 commit
-
-
Werner Lemberg authored
Formatting, fixing and adding documentation.
-
- 26 May, 2000 2 commits
-
-
David Turner authored
fixed some nasty little bugs too
-
David Turner authored
- the glyph index was not checked in FT_Load_Glyph - the "type1" driver didn't read the FontBBox and FontMatrix correctly..
-
- 24 May, 2000 1 commit
-
-
David Turner authored
reformating/spacing
-
- 18 May, 2000 1 commit
-
-
David Turner authored
FT_TRACE calls to use %p instead of %lx when dumping a pointer address
-
- 16 May, 2000 1 commit
-
-
David Turner authored
-
- 12 May, 2000 3 commits
-
-
David Turner authored
(at last :-)
-
David Turner authored
EXPORT_FUNC, BASE_DEF and BASE_FUNC macros to let them take an argument.. This is needed to compile the library as a DLL on some platforms that have different compiler conventions..
-
David Turner authored
to font drivers when creating a new face object. The FT_Open_Args structure has been changed to simplify its use and allow generic parameters too..
-
- 11 May, 2000 1 commit
-
-
David Turner authored
-
- 05 May, 2000 1 commit
-
-
David Turner authored
to unsigned long (easier than string to compare)
-
- 02 May, 2000 1 commit
-
-
David Turner authored
-
- 25 Apr, 2000 1 commit
-
-
David Turner authored
-
- 28 Mar, 2000 1 commit
-
-
David Turner authored
- 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..
-
- 13 Mar, 2000 1 commit
-
-
David Turner authored
FT_Outline_<action> syntax..
-
- 09 Mar, 2000 1 commit
-
-
David Turner authored
- "flags" have been renamed to "tags" - "outline_flags" have been renamed to "flags" Look for more re-formatting today..
-
- 06 Mar, 2000 1 commit
-
-
David Turner authored
all outline flags in a single integer.. Changed the rest of the library and demo programs accordingly..
-
- 05 Mar, 2000 1 commit
-
-
Just van Rossum authored
- ft_done_stream: remove the FREE(pathname) call, which wasn't kosher - FT_Open_Face: after calling open_face, don't assume driver is the same as face->driver, use face->driver instead
-
- 02 Mar, 2000 2 commits
-
-
Just van Rossum authored
added missing "else": without it FT_Open_Face() would still scan the list of drivers when specifying an explicit driver
-
Just van Rossum authored
ft_new_input_stream(): set the pathname field of the stream to args->pathname. Needed for the Mac fond driver. ft_done_stream(): free the pathname field, if not null
-
- 21 Feb, 2000 1 commit
-
-
David Turner authored
-
- 16 Feb, 2000 1 commit
-
-
Werner Lemberg authored
Formatting. Adding/Fixing documentation.
-
- 15 Feb, 2000 1 commit
-
-
David Turner authored
-
- 13 Feb, 2000 1 commit
-
-
David Turner authored
interface, used to implement FT_Attach_File. Note, this is currently very lightly tested..
-
- 10 Feb, 2000 1 commit
-
-
David Turner authored
parsing. Also, changed the API for FT_Open_Face to allow broader stream descriptions..
-
- 27 Jan, 2000 1 commit
-
-
David Turner authored
- modified the interface of the "sfnt" module. There is now a function called "load_format_tag", and another called "load_directory". The first one is in charge of returning the 4-byte tag located at the beginning of a given font file. It understand TrueType collections and parses them automatically The second loads the table directory that is located just after the format tag. This is useful, because the "SFNT" storage scheme can be used by several distinct formats, each with its own format tag. The TrueType driver now checks the format tag in "src/truetype/ttobjs.c" - made some changes to "src/shared/t1types.h" to clearly separate the Type 1 font content from the rest of the T1_Face structure. This will be useful when adding the CFF/Type2 driver that will be able to reuse the "T1_Font" structure within a "TT_Font" one (which really describes a SFNT-based font file). Some changes in "src/type1" were thus performed to reflect this. Note that the current type1 driver will be discontinued in a distant future. More on this later..
-
- 10 Jan, 2000 1 commit
-
-
Werner Lemberg authored
ftcalc.c, ftextend.c, ftoutln.c, ftraster.c, ftstream.c: Removing trailing spaces. ftlist.h: Removing duplicated documentation (which is in ftlist.c also). ftinit.c, ftlist.c, ftobjs.c: Formatting, adding documentation.
-
- 16 Dec, 1999 1 commit
-
-
David Turner authored
-