Changeset 302

Show
Ignore:
Timestamp:
06/06/08 04:45:32 (3 months ago)
Author:
aldacron
Message:

[DerelictFT]
* typos in the static interface

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/DerelictFT/derelict/freetype/sftfuncs.d

    r300 r302  
    184184FT_Error FTC_ImageCache_New( FTC_Manager manager, FTC_ImageCache *acache ); 
    185185FT_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 ); 
     186FT_Error FTC_ImageCache_LookupScaler( FTC_ImageCache cache, FTC_Scaler scaler, FT_ULong load_flags, FT_UInt gindex, FT_Glyph *aglyph, FTC_Node *anode ); 
    187187FT_Error FTC_SBitCache_New( FTC_Manager manager, FTC_SBitCache *acache ); 
    188188FT_Error FTC_SBitCache_Lookup( FTC_SBitCache cache, FTC_ImageType type, FT_UInt gindex, FTC_SBit *sbit, FTC_Node *anode ); 
     
    206206 
    207207// ftgxval.h 
    208 FT_Error FT_TrueTypeGX_Validate( FT_Face face, FT_UInt validation_flags, FT_Bytes tables[FT_VALIDATE_GX_LENGTH], FT_Uint table_length ); 
     208FT_Error FT_TrueTypeGX_Validate( FT_Face face, FT_UInt validation_flags, FT_Bytes tables[FT_VALIDATE_GX_LENGTH], FT_UInt table_length ); 
    209209void FT_TrueTypeGX_Free( FT_Face face, FT_Bytes table ); 
    210210FT_Error FT_ClassicKern_Validate( FT_Face face, FT_UInt validation_flags, FT_Bytes *ckern_table );