- 10 Apr, 2000 5 commits
-
-
Werner Lemberg authored
Fixed a compiler warning.
-
Werner Lemberg authored
Removed compiler warnings.
-
Werner Lemberg authored
Adding LDFLAGS. I don't know yet a good solution (within GNU make) to test whether -lm is needed or not... It's time to use autoconf! Werner
-
Werner Lemberg authored
Adding string.h
-
David Turner authored
correctly for now and will be updated later. They are currently ignored by the build system. You can however run `autoconf' when in "freetype2/config/unix" to generate the `configure' script there. Then, launch `configure' while in "config/unix". This will generate the following files: - ftconfig.h - unix.mk - libtool copy "unix.mk" to "freetype2/config.mk", then run make from the top-level directory. Note that for now, these file compile the library (with libtool). However, installing isn't supported yet, as well as compiling the demo programs..
-
- 04 Apr, 2000 3 commits
-
-
David Turner authored
comes from research with the auto-hinter. Nothing fancy but gets rid of the un-normalized widths :-)
-
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..
-