Changeset 621 for branches/Derelict2/DerelictFT
- Timestamp:
- 01/18/12 23:59:11 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Derelict2/DerelictFT/derelict/freetype/ftfuncs.d
r614 r621 113 113 alias FT_Error function(FT_Face face, PS_FontInfoRec *afont_info) da_FT_Get_PS_Font_Info; 114 114 alias FT_Error function(FT_Face face, PS_PrivateRec *afont_private) da_FT_Get_PS_Font_Private; 115 alias FT_Long function(F R_Face,PS_Dict_Keys,FT_UInt,void*,FT_Long) da_FT_Get_PS_Font_Value;115 alias FT_Long function(FT_Face,PS_Dict_Keys,FT_UInt,void*,FT_Long) da_FT_Get_PS_Font_Value; 116 116 alias void* function(FT_Face face, FT_Sfnt_Tag tag) da_FT_Get_Sfnt_Table; 117 117 alias FT_Error function(FT_Face face, FT_ULong tag, FT_Long offset, FT_Byte* buffer, FT_ULong* length) da_FT_Load_Sfnt_Table;
