David Turner
2fab8b7fc7
- minor reformatting of "ftmodule.h"
...
- added missing "const" statements in the source code in order
to really get rid of writable static variables
25 years ago
David Turner
7fd0ce4ef8
- reformatting and tiny doc update
25 years ago
David Turner
7a785934ec
- added first draft of "Modules in FreeType 2"
...
- minor formatting / testing in docmaker.py
25 years ago
Werner Lemberg
7fc393b699
added development header files to CONFIG_H in the makefiles
...
25 years ago
Werner Lemberg
dc356a19af
Converting tabs to spaces in z1load.
...
25 years ago
Tom Kacvinsky
968b31154f
In function parse_encoding, initialize encoding_table.elements to have
...
.notdef in each entry.
In function parse_charstrings, place the .notdef glyph in index 0, and
add a .notdef glyph if it is missing.
In function Z1_Open_Face, only change min/max encoded char if it is not
.notdef.
25 years ago
Werner Lemberg
d2e9536258
Fixed two typos spotted by Ryan Martindale <ryan@qsicorp.com>.
25 years ago
Werner Lemberg
a444ee94cd
Added copyright messages to all Makefiles.
...
25 years ago
Werner Lemberg
fbe54e4098
ftnames.c has been erroneously included twice.
25 years ago
Werner Lemberg
795ec46f9a
Make ftsynth.c work again.
...
25 years ago
Werner Lemberg
54035b41a9
Fix typo (FT_... -> TT_...)
25 years ago
Tom Kacvinsky
f5e39e2002
Minor fix in Z1_Open_Face for building char_index table
25 years ago
Werner Lemberg
c5930ddbb0
updated, formatted
25 years ago
Werner Lemberg
d1008823d8
Enabled TT interpreter in development version of ftoption.h
25 years ago
Werner Lemberg
07e32f6b04
More fixes to the tutorial.
...
25 years ago
Werner Lemberg
9a2a55a48f
complete revision
25 years ago
Werner Lemberg
cd8cb7f5c4
Completely revised.
25 years ago
Werner Lemberg
1d4dec05e9
formatting
...
25 years ago
David Turner
b45b08fa39
formatting
25 years ago
David Turner
621573d1c3
formatting
25 years ago
David Turner
9abc0cd9ec
the function FTC_Manager_Lookup_Size will return a valid
...
FT_Face handle, even if no size was found..
25 years ago
David Turner
18ab99fa7d
fixed a subtle 64-bit problem that only appears with
...
Compaq C compiler (though it's really a bug)
25 years ago
Werner Lemberg
47dcfcce39
Added new `ft_glyph_bbox_unscaled' enum; fixing documentation of
...
25 years ago
Werner Lemberg
1ee37a667d
A fix from Yamano'uchi to get correct font names.
25 years ago
Werner Lemberg
443a976885
A fix from Tom to fix the last=first point problem if it is a control point.
25 years ago
Werner Lemberg
01bd7d5825
provide `export "C"' guard only for default fterror handling.
25 years ago
Werner Lemberg
5977c98470
patch from Tom to fix a problem with path_begun.
25 years ago
Werner Lemberg
efd108b60b
fix documentation
25 years ago
David Turner
ea917dae6c
fixed a small bug in the uninstall mode
25 years ago
Werner Lemberg
c817a7ee73
minor formatting issues
25 years ago
David Turner
d092659818
fixed two bugs:
...
- one bug in the auto-hinter that could cause some program
crashes with certain fonts
- fixed the loading of the font matrix "offset" parameters
in Type 1 and CID-keyed fonts..
25 years ago
David Turner
4564ca8a2c
small fix:
...
when in direct rendering mode, the target bitmap buffer
is not checked..
25 years ago
David Turner
3c491067c4
small fix:
...
when in direct rendering mode, the target bitmap buffer
is not checked..
25 years ago
David Turner
3ee4450879
changing the linkage type of
...
FT_New_GlyphSlot and FT_Done_GlyphSlot to
BASE_DEF instead of FT_EXPORT_DEF
25 years ago
David Turner
cc11a05b8a
updated the build system:
...
- new files for the "cygwin" platform
- new workspace files for Visual C++ in "builds/win32/visualc"
- updated "docs/BUILD" slightly
25 years ago
David Turner
3eff67185e
adding missing image files
25 years ago
David Turner
43764232b8
removing obsolete files:
...
the design of FT2 has evolved considerably since
these documents were written, and it's better not to
include them in order to avoid confusion among
users of the library..
25 years ago
Werner Lemberg
59266f23c9
Fixing comment in unixddef.mk which caused a trailing blank.
...
25 years ago
David Turner
36afdb3a8b
fixed a bug in the Type 1 and CID font drivers:
...
the value of the descent returned was positive,
instead of being negative..
25 years ago
Werner Lemberg
0339b6849c
Adding missing code for flat compiling mode.
25 years ago
Werner Lemberg
fd3b8e7ca1
Clean up, formatting etc.
...
25 years ago
Werner Lemberg
d1242ba4bb
Fixed typo in ftimage.h
...
25 years ago
Werner Lemberg
59395eca56
Applied a patch from Hidetoshi for embedded bitmap metrics support.
25 years ago
Werner Lemberg
6f3293e0b5
Added support for (3,0) pid/eid.
25 years ago
David Turner
674826fa81
fixed a bug that happened when rendering spaces
...
in monochrome mode..
actually, when outline.num_points == 0, it is legal
to have outline.points == 0 too. The code did return
a FT_Err_Invalid_Outline error incorrectly then because
the checks were not performed in the correct order
25 years ago
David Turner
5483e69cd8
small update, allow CONFIG_MK to be pre-defined
...
before inclusion
25 years ago
David Turner
214a13db23
final touches. Cache seems working after all, though the
...
default cache size of 300 Kb is certainly too high for
now :-)
Need to implement abstract chunk cache and bitmap chunck cache
25 years ago
David Turner
3752ad97d8
updated the cache sub-system. Major internal rewrite
...
please be aware that major bug persist..
25 years ago
David Turner
2905ff93b1
removed obsolete file (ftcimage.h)
...
updated header files
25 years ago
David Turner
ac1c157d2c
fixed minor bug in the smooth renderer which forced
...
the span callback to be called with y == -1 and count == 0
25 years ago