fixed a stupid bug in FT_MulFix
a new program to demonstrate the new convenience glyph
a new simple program to display composite glyphs in a given
Adding the new languages codes from Apple and the new Unicode ranges as for 3.0
fixed a _really_ stupid bugs in the TrueType Collection
use escapes instead of 8-bit in the Text constant: the 8-bit version got mangled by maccvs...
use stream->memory instead of malloc/free.
updated the "smooth" anti-aliaser. By increasing the number
Here's the Mac FOND driver! It seems to work well, but it turns out the Type 1 drivers (old as well as new) reject about half the fonts I have.
Added prototype for T1_Done_Parser()
Added mac FOND driver, and use t1z driver instead of the "old" t1 driver.
Added a new version of the "smooth". This one uses
fix to compile with latest FreeType 2
updated documentation for Beta 4
fix to get rid of compile warning
finished moving all configuration macros to
first step towards moving all configuration options
removed the unused/obsolete "ftbbox.c"
removed src/shared/ttnameid.h (redundant)
renamed ttnamedid.h to ttnameid.h
renamed all outlines functions to the
reformatting, changing the FT_Outline structure:
added the new "smooth" anti-aliaser
fixed a nasty bug that occured with CMAP format 4..
changed the structure of FT_Outline in order to pack
a few fixes to get rid of unwanted compile-time warnings
properly behave in case the console window became active
- ft_new_input_stream: don't make a new copy of the pathname
formatting: some tabs replaced by spaces
A first check of FT2's Make system. Many smaller and larger bugs have been
added missing "else": without it FT_Open_Face() would still scan the list of drivers when specifying an explicit driver
readme file: needs copyright notice
Mac modules file. For now the same as the default, minus the t1z driver. First step in adding a Mac FOND driver...
CodeWarrior Pro4 project file to build the FT library under MacOS
Mac backend for the graphics subsystem.
Don't #include <memory.h> but #include <string.h> to avoid header clash under MacOS. I don't think this affects other platforms.
added cast to the string literal for Text to shut up my compiler. (btw. this literal contains non 7-bit characters!)
ft_basename(): if compiled for MacOS, use the Mac path separator
ft_new_input_stream(): set the pathname field of the stream to args->pathname. Needed for the Mac fond driver.
a few changes to really compile font drivers in
simple change to compile with the latest FT2 source
simple minor fix in t1afm.h/t1afm.c
moved the ANSI "ftsystem.c" to src/base
updated the build system to avoid file duplication :
the Win32 seems to be fixed and working now
small update in config files
fixed a bug that prevented the reading of AFM
fixed a bug which appeared when loading
removed the reference to 'type1z' in order to allow compilation under OS/2
small fix, PageUp/PageDown now work
minor change, for benchmark comparison
added a memory checking test program, used to
simple update to allow several rendering modes
fixed a bug in the glyph loader that caused a memory
added some configuration macros
Formatting. Adding/Fixing documentation.
removed obsolete hinter source code
updated version of the experimental Type 1 driver
small fix (reduce compiler warnings)
Added prototype OpenType Layout support
removed obsolete source file
The code has been updated to use the finite-state
small bug fix used to compile when the SFNT
Added support for the "attach_file" format-specific driver
Added the function FT_Read_Fields, it acts as a
small update in FT_Open_Args (more could follow though..)
Sorry, forgot some changes needed to get rid of
fixed a small typo ( "height" in place of "eight" !!)
removed the "t1encode" files which are now
Some changes. The SFNT driver is able to return
some updates to make everything compile clean
introduced the FT_Attach_File function to support additional metrics
some modifications used to introduce the Type 1 AFM parser
some changes to ensure that the code compiles
added the FT_Attach_File function to enable AFM
support for the IGNORE_GLOBAL_ADVANCE_WIDTH
small update to the kerning code
Updates to the Type 1 driver
New version of the Type 1 driver.