< prev index next >

src/java.desktop/share/native/libfreetype/include/freetype/ftmodapi.h

Print this page

        

*** 621,631 **** * A typeless pointer, to be cast to the main loop function's data * structure (which depends on the font module). For TrueType fonts * it is bytecode interpreter's execution context, `TT_ExecContext`, * which is declared in FreeType's internal header file `tttypes.h`. */ ! typedef void (*FT_DebugHook_Func)( void* arg ); /************************************************************************** * --- 621,631 ---- * A typeless pointer, to be cast to the main loop function's data * structure (which depends on the font module). For TrueType fonts * it is bytecode interpreter's execution context, `TT_ExecContext`, * which is declared in FreeType's internal header file `tttypes.h`. */ ! typedef FT_Error (*FT_DebugHook_Func)( void* arg ); /************************************************************************** *
< prev index next >