- 04 Apr, 2000 2 commits
-
-
David Turner authored
that causes problems with MS C++
-
David Turner authored
be moved to "freetype2/src/base" soon and become part of the library. changes include: - fixed a bug which prevented large spans being drawn correctly. - now renders large glyphs that overflow the render pool. - various performance enhancements. the renderer now renders large glyphs with much greater speed :-) - also faster with small glyphs .. future plans: - fix a vertical-dropout bug in the standard raster (b&w) - write a demonstration program to demonstrate direct composition..
-
- 30 Mar, 2000 1 commit
-
-
David Turner authored
(sets the ft_outline_reverse_fill bit_flag)
-
- 28 Mar, 2000 8 commits
-
-
Just van Rossum authored
-
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 3 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
-