- 28 Mar, 2000 7 commits
-
-
David Turner authored
-
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..
-
David Turner authored
-
David Turner authored
component can be disabled with the config macro FT_CONFIG_OPTION_NO_CONVENIENCE_FUNCS
-
David Turner authored
-
David Turner authored
API (see include/ftglyph.h). Supports kerning, rotation, sub-pixel rendering.. Could be easily modified to reach the level of strtto when we have the relevant OpenType module handy..
-
David Turner authored
font. Used during auto-hinting research
-
- 23 Mar, 2000 1 commit
-
-
Antoine Leca authored
-
- 17 Mar, 2000 11 commits
-
-
David Turner authored
loading !!
-
Just van Rossum authored
-
Just van Rossum authored
-
David Turner authored
of segments used to decompose a bezier curve, we get rid of the "fuzz-fuzz" factor. it's also faster than the standard renderer after tweaking. Note that it isn't completed yet..
-
Just van Rossum authored
-
Just van Rossum authored
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.
-
Just van Rossum authored
-
Just van Rossum authored
-
David Turner authored
an algorithm that is very close to our standard raster. However, it is (theorically for now) capable of direct composition !!
-
David Turner authored
-
David Turner authored
-
- 13 Mar, 2000 9 commits
-
-
David Turner authored
-
David Turner authored
added BUILD & INSTALL
-
David Turner authored
-
David Turner authored
"config/ftoption.h"
-
David Turner authored
to the single "config/ftoption.h"
-
David Turner authored
-
David Turner authored
-
David Turner authored
-
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..
-
- 08 Mar, 2000 1 commit
-
-
David Turner authored
(see the file "demos/src/ftgrays.c"), and modified "ftview" and "fttimer" to use it.. Note that this thing is still under heavy beta..
-
- 06 Mar, 2000 3 commits
-
-
David Turner authored
-
David Turner authored
all outline flags in a single integer.. Changed the rest of the library and demo programs accordingly..
-
David Turner authored
-
- 05 Mar, 2000 5 commits
-
-
Just van Rossum authored
-
Just van Rossum authored
-
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
-
Just van Rossum authored
-
Werner Lemberg authored
A first check of FT2's Make system. Many smaller and larger bugs have been fixed: . Removing unused variables. . detect.mk files now must provide $(CONFIG_FILE) and not $(CONFIG_RULE). . ansi.mk will now be really used as a fallback if the detect mechanism fails. . ANSIFLAGS will now be really used (fixing a typo). . `make clean' now works (again two typos). . Detection of gcc on Unix has been fixed (using the `-v' option instead of `--version'). . `make devel' now works (on Unix). . Fixing *again* a bug in demos/graph/x11/rules.mk to allow multiple use of `-L' compiler options. . $(BASE_H) now contains a few more header files. As usual, a lot of formatting (not finished yet).
-
- 02 Mar, 2000 2 commits
-
-
Just van Rossum authored
-
Just van Rossum authored
added missing "else": without it FT_Open_Face() would still scan the list of drivers when specifying an explicit driver
-