You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Turner
5be6ec3453
* renaming stream functions to the FT_Subject_Action scheme:
FT_Seek_Stream => FT_Stream_Seek
FT_Skip_Stream => FT_Stream_Skip
FT_Read_Stream => FT_Stream_Read
FT_Read_Stream_At => FT_Stream_Read_At
FT_Access_Frame => FT_Stream_Enter_Frame
FT_Forget_Frame => FT_Stream_Exit_Frame
FT_Extract_Frame => FT_Stream_Extract_Frame
FT_Release_Frame => FT_Stream_Release_Frame
FT_Get_XXXX => FT_Stream_Get_XXXX
FT_Read_XXXX => FT_Stream_Read_XXXX
note also that:
FT_New_Stream( filename, stream ) =>
FT_Stream_Open( stream, filename )
(the function doesn't create the FT_Stream structure, it simply
initializes it for reading)
FT_New_Memory_Stream( library, FT_Byte* base, size, stream ) =>
FT_Stream_Open_Memory( stream, const FT_Byte* base, size )
FT_Done_Stream => FT_Stream_Close
note that the name of the stream methods, defined in
"include/freetype/ftsystem.h" have also been changed without
problems:
FT_Stream_IO => FT_Stream_IOFunc
FT_Stream_Close => FT_Stream_CloseFunc
|
23 years ago |
.. |
.cvsignore
|
Minor fixes.
|
25 years ago |
aclocal.m4
|
Updating to libtool 1.4.0.
|
24 years ago |
config.guess
|
* builds/unix/config.guess, builds/unix/config.sub: Updated to
|
24 years ago |
config.sub
|
* builds/unix/config.guess, builds/unix/config.sub: Updated to
|
24 years ago |
configure
|
* src/base/ftglyph (FT_Glyph_To_Bitmap): Remove compiler warning.
|
23 years ago |
configure.ac
|
added 'configure' and 'install' wrapper scripts to make the
|
23 years ago |
detect.mk
|
* builds/win32/visualc/freetype.dsp, builds/win32/visualc/index.html:
|
24 years ago |
freetype-config.in
|
* builds/unix/freetype-config.in: Add missing `fi'.
|
23 years ago |
freetype2.m4
|
* builds/unix/freetype2.a4: The script was still buggy.
|
23 years ago |
ft2unix.h
|
finishing function header formatting
|
24 years ago |
ftconfig.in
|
* src/autohint/ahglyph.c (ah_outline_link_segments): Remove unused
|
23 years ago |
ftsystem.c
|
* renaming stream functions to the FT_Subject_Action scheme:
|
23 years ago |
install-sh
|
renaming "freetype2/config" to "freetype2/builds"
|
25 years ago |
install.mk
|
* builds/unix/install.mk (check): New dummy target.
|
23 years ago |
ltmain.sh
|
Updating to libtool 1.4.0.
|
24 years ago |
mkinstalldirs
|
*** empty log message ***
|
25 years ago |
unix-cc.in
|
minor formatting issues
|
25 years ago |
unix-def.in
|
* builds/*/*-def.mk: changed the objects directory from "obj" to "objs"
|
24 years ago |
unix-dev.mk
|
- updating the header inclusion scheme to use <ft2build.h> by
|
25 years ago |
unix-lcc.mk
|
small updates:
|
25 years ago |
unix.mk
|
* *.mk: Added lots of `.PHONY' targets.
|
24 years ago |
unixddef.mk
|
* builds/*/*-def.mk: changed the objects directory from "obj" to "objs"
|
24 years ago |