Changeset 302 for trunk/DerelictFT
- Timestamp:
- 06/06/08 04:45:32 (4 months ago)
- Files:
-
- trunk/DerelictFT/derelict/freetype/sftfuncs.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/DerelictFT/derelict/freetype/sftfuncs.d
r300 r302 184 184 FT_Error FTC_ImageCache_New( FTC_Manager manager, FTC_ImageCache *acache ); 185 185 FT_Error FTC_ImageCache_Lookup( FTC_ImageCache cache, FTC_ImageType type, FT_UInt gindex, FT_Glyph *aglyph, FTC_Node *anode ); 186 FT_Error FTC_ImageCache_LookupScaler( FTC_ImageCache cache, FTC_Scaler scaler, FT_ULong load_flags, FT_UInt gindex, FT_Glyph *aglyph, FT _Node *anode );186 FT_Error FTC_ImageCache_LookupScaler( FTC_ImageCache cache, FTC_Scaler scaler, FT_ULong load_flags, FT_UInt gindex, FT_Glyph *aglyph, FTC_Node *anode ); 187 187 FT_Error FTC_SBitCache_New( FTC_Manager manager, FTC_SBitCache *acache ); 188 188 FT_Error FTC_SBitCache_Lookup( FTC_SBitCache cache, FTC_ImageType type, FT_UInt gindex, FTC_SBit *sbit, FTC_Node *anode ); … … 206 206 207 207 // ftgxval.h 208 FT_Error FT_TrueTypeGX_Validate( FT_Face face, FT_UInt validation_flags, FT_Bytes tables[FT_VALIDATE_GX_LENGTH], FT_U int table_length );208 FT_Error FT_TrueTypeGX_Validate( FT_Face face, FT_UInt validation_flags, FT_Bytes tables[FT_VALIDATE_GX_LENGTH], FT_UInt table_length ); 209 209 void FT_TrueTypeGX_Free( FT_Face face, FT_Bytes table ); 210 210 FT_Error FT_ClassicKern_Validate( FT_Face face, FT_UInt validation_flags, FT_Bytes *ckern_table );
