#include "t42objs.h"
#include "t42parse.h"
#include "t42error.h"
#include <freetype/internal/ftdebug.h>
#include <freetype/ftlist.h>
#include <freetype/ttnameid.h>
#undef FT_COMPONENT
#define FT_COMPONENT …
static FT_Error
T42_Open_Face( T42_Face face )
{ … }
FT_LOCAL_DEF( FT_Error )
T42_Face_Init( FT_Stream stream,
FT_Face t42face,
FT_Int face_index,
FT_Int num_params,
FT_Parameter* params )
{ … }
FT_LOCAL_DEF( void )
T42_Face_Done( FT_Face t42face )
{ … }
FT_LOCAL_DEF( FT_Error )
T42_Driver_Init( FT_Module module )
{ … }
FT_LOCAL_DEF( void )
T42_Driver_Done( FT_Module module )
{ … }
FT_LOCAL_DEF( FT_Error )
T42_Size_Init( FT_Size size )
{ … }
FT_LOCAL_DEF( FT_Error )
T42_Size_Request( FT_Size t42size,
FT_Size_Request req )
{ … }
FT_LOCAL_DEF( FT_Error )
T42_Size_Select( FT_Size t42size,
FT_ULong strike_index )
{ … }
FT_LOCAL_DEF( void )
T42_Size_Done( FT_Size t42size )
{ … }
FT_LOCAL_DEF( FT_Error )
T42_GlyphSlot_Init( FT_GlyphSlot t42slot )
{ … }
FT_LOCAL_DEF( void )
T42_GlyphSlot_Done( FT_GlyphSlot t42slot )
{ … }
static void
t42_glyphslot_clear( FT_GlyphSlot slot )
{ … }
FT_LOCAL_DEF( FT_Error )
T42_GlyphSlot_Load( FT_GlyphSlot glyph,
FT_Size size,
FT_UInt glyph_index,
FT_Int32 load_flags )
{ … }