- Timestamp:
- Jan 17, 2009, 10:45:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/poppler/freetype2/include/freetype/internal/ftdriver.h
r251 r262 92 92 FT_Long charcode ); 93 93 94 94 95 typedef FT_Error 95 96 (*FT_Face_GetKerningFunc)( FT_Face face, … … 105 106 106 107 typedef FT_Error 107 (*FT_Face_GetAdvancesFunc)( FT_Face 108 FT_UInt 109 FT_UInt 110 FT_ Bool vertical,111 FT_ UShort* advances );108 (*FT_Face_GetAdvancesFunc)( FT_Face face, 109 FT_UInt first, 110 FT_UInt count, 111 FT_Int32 flags, 112 FT_Fixed* advances ); 112 113 113 114
Note: See TracChangeset
for help on using the changeset viewer.