|
Functions |
| FT_New_Memory_Stream (FT_Library library, FT_Byte *base, FT_ULong size, FT_Stream stream) |
| FT_Seek_Stream (FT_Stream stream, FT_ULong pos) |
| FT_Skip_Stream (FT_Stream stream, FT_Long distance) |
| FT_Read_Stream (FT_Stream stream, FT_Byte *buffer, FT_ULong count) |
| FT_Read_Stream_At (FT_Stream stream, FT_ULong pos, FT_Byte *buffer, FT_ULong count) |
| FT_Extract_Frame (FT_Stream stream, FT_ULong count, FT_Byte **pbytes) |
| FT_Release_Frame (FT_Stream stream, FT_Byte **pbytes) |
| FT_Access_Frame (FT_Stream stream, FT_ULong count) |
| FT_Forget_Frame (FT_Stream stream) |