David Turner
ce73def57c
completing the FreeType Cache subsystem files
25 years ago
Werner Lemberg
fcb56c9094
Formatting, small fixes.
...
25 years ago
David Turner
ba600671f1
The FreeType Caching Subsystem - first lines of code
...
beware, this code is not tested, and probably doesn't compile
correctly.. more information will follow..
25 years ago
David Turner
de3f4a73c8
updated "psaux" and "type1z".
...
The Type 1 driver now completely relies on "psaux". I
now need to change the CID driver accordingly, then
finally move the Type 2 parsing routines to "psaux"
when appropriate..
25 years ago
David Turner
59eddffa6a
updating documentation to explain the use of CFG to
...
pass parameters to the configure script
25 years ago
David Turner
2cc800d0d8
added preliminary emboldening code.. still _very_
...
experimental
25 years ago
David Turner
6ff656adc3
changed the "devel" setup targets to use "builds/<system>/devel"
...
as the build directory. This is used to specify a specific
"ftoption.h" that toggles all traces and logging on.
Hence, the default build doesn't need the traces
25 years ago
David Turner
b1baf48034
adding developer dir hierarchy
25 years ago
David Turner
7711109239
the psaux module is now nearly completed
...
the "type1z" driver uses it to parse Type 1 charstrings
(not to parse the Type 1 token stream yet though)..
25 years ago
David Turner
6d315e33bd
significant updates. The generated HTML is now much
...
more pleasant..
25 years ago
David Turner
5f8fb7207b
minor updates to the "psaux" module.
...
Werner, please do not start re-formatting my experimental
code until I declare it "finished", because I still make big
changes to it that create lots of CVS conflicts..
thanks for your work, anyway :-)
25 years ago
David Turner
4d9c9578e7
fixed a _serious_ bug in FT_Glyph_Get_CBox
25 years ago
Werner Lemberg
95ddcc0243
Minor formatting.
...
25 years ago
David Turner
f740bd6576
added draft "psaux" code
...
the t1 driver now reads the complete font matrix
and applies it (some fonts do not work properly without
hinting though...)
25 years ago
David Turner
f89f5cdf8e
fixed the bug that prevented bitmap formats to be loaded
...
correctly when the auto-hinter is used (symptom: "winfonts"
driver didn't load bitmaps correctly).
25 years ago
Werner Lemberg
eedd97d775
Yamano-uchi added support for SFNT-wrapped CID bitmap font files (with
...
25 years ago
Werner Lemberg
0122a4a948
Updating unix/ftconfig.in to recent config/ftconfig.h changes.
...
25 years ago
Just van Rossum
75ca147140
Added little know adx offset to t1operator_seac() -- accent positioning now seems correct.
25 years ago
Werner Lemberg
95e78ae7c7
Add missing header file.
25 years ago
Werner Lemberg
7ede0f4adf
Forgot to run autoconf...
25 years ago
Just van Rossum
e092162ac7
Fixed Z1_Parse_CharStrings() to work correctly with "open" paths (ie. missing closepath operator)
25 years ago
Just van Rossum
0c99641a25
fixed t1_tofixed() to handle floats of the form .001 and -.001 correctly.
25 years ago
Werner Lemberg
5845e519ab
Fixed dec-osf compiler switches. From Tom.
25 years ago
Werner Lemberg
53c4de62d0
Removing FT_MAKE_OPTION_SINGLE_LIBRARY_OBJECT. It has never worked.
...
25 years ago
Werner Lemberg
a74e4c0dac
Added #ifdef's for C++ to all header files.
25 years ago
Werner Lemberg
2366de2542
Added a `distclean' target to remove files which are produced by the UNIX
...
25 years ago
Just van Rossum
16b6bba241
fixed two bugs related to T2 real numbers: the "skipping" code didn't behave correctly (leaving a bad stack ptr), and the actual parsing code also parsed the code (30) as two nibbles.
25 years ago
Just van Rossum
623160b690
Some simple patches that allow synthetic fonts to be rendered. *However*: although the FontMatrix is read correctly, it does _not_ seem to be used! I don't understand this...
25 years ago
Werner Lemberg
9e2d89278f
Use the ANSI offsetof() macro instead of something home-brewn.
25 years ago
Werner Lemberg
4ddddb4482
Added autoconf tests FT_MUNMAP_DECL and FT_MUNMAP_PARAM to fix some devils.
...
25 years ago
Werner Lemberg
ff0cedbb2f
Simplifying the FIELD_* and FRAME_* macros. Before calling these macros,
...
25 years ago
Werner Lemberg
1376fe7841
Fixing gcc warnings on Solaris.
25 years ago
Werner Lemberg
af753548e0
Making path of $INSTALL always absolute.
25 years ago
Werner Lemberg
7b0f516268
Update to latest versions.
25 years ago
Werner Lemberg
6ae4765fb1
Applied a patch from Tom Kacvinsky (taken from the curren libtool CVS) to
...
25 years ago
Werner Lemberg
c1e05db2bf
Formatting.
25 years ago
Just van Rossum
f421261d9c
FT_Done_Stream(): do stream->close = 0 after calling stream->close(); this makes it safe to call FT_Done_Stream() more than once.
...
David: please review this; I hope you agree with this minor change.
25 years ago
Just van Rossum
e17f3e2125
Adapted to new external stream semantics.
25 years ago
David Turner
3a3c24a684
removed warning
25 years ago
Just van Rossum
327d330d23
Oops, I had exaggerated the warning levels a weensy bit...
25 years ago
Just van Rossum
e882065d41
Updated to reflect the new Mac FOND support setup.
25 years ago
Just van Rossum
22658f8eb1
Obsolete; Mac FOND support now lives in src/base/ftmac.c.
25 years ago
Just van Rossum
657ed493c7
Put FT_New_Face() in an #ifndef macintosh switch; ftmac.c provides an extended implementation.
25 years ago
Just van Rossum
f88305673f
Removed Mac fond driver #ifdefs
25 years ago
Just van Rossum
ccb7f762c1
Brand new Mac support -- no more muching with changing drivers and reinitializing streams, but a clean layer on top of FT_Open_Face(): an extended version of FT_New_Face().
25 years ago
Just van Rossum
6087a93044
Header for one Mac-specific additional API call.
25 years ago
Werner Lemberg
d51e088127
Formatting.
25 years ago
David Turner
ee2f62d50c
update to changelog
25 years ago
David Turner
c289782f0b
re-adding a "unix-dev.mk". Debugging libtool output
...
is just too much of a pain for me, I prefer a good old
static lib without optimizations :-)
"make devel" is back on Unix then..
25 years ago
Werner Lemberg
e4fc656e0e
*slight* formatting only. Congratulations, David! :-)
25 years ago