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 |
.. |
amiga
|
* renaming stream functions to the FT_Subject_Action scheme:
|
23 years ago |
ansi
|
* builds/os2/*.mk: These files have been forgotten to update to
|
24 years ago |
beos
|
* src/base/ftbbox.c (BBox_Cubic_Check): rewrote function to use
|
24 years ago |
compiler
|
moving documents to the "docs" directory
|
24 years ago |
dos
|
* builds/dos/detect.mk: Correcting the order for Borland compilers:
|
23 years ago |
mac
|
* src/base/ftglyph (FT_Glyph_To_Bitmap): Remove compiler warning.
|
23 years ago |
os2
|
* builds/os2/*.mk: These files have been forgotten to update to
|
24 years ago |
unix
|
* renaming stream functions to the FT_Subject_Action scheme:
|
23 years ago |
vms
|
* renaming stream functions to the FT_Subject_Action scheme:
|
23 years ago |
win32
|
* builds/win32/ftdebug.c: New file.
|
23 years ago |
detect.mk
|
formatting
|
24 years ago |
freetype.mk
|
* builds/freetype.mk (FT_CFLAGS): Use $(INCLUDE_FLAGS) first.
|
23 years ago |
link_dos.mk
|
* src/sfnt/ttcmap.c (code_to_index2): Handle code values with
|
24 years ago |
link_std.mk
|
* src/sfnt/ttcmap.c (code_to_index2): Handle code values with
|
24 years ago |
modules.mk
|
* src/pcf/*: New driver module for PCF font format (used in
|
24 years ago |
newline
|
* include/freetype/fttrigon.h, src/base/fttrigon.c, src/base/ftbase.c,
|
24 years ago |
toplevel.mk
|
* include/freetype/config/ftconfig.h: Add two more `L's to
|
24 years ago |