20 #include FT_FREETYPE_H 21 #include FT_INTERNAL_OBJECTS_H 25 #ifdef FT_CONFIG_OPTION_PIC 34 #ifdef FT_CONFIG_OPTION_MAC_FONTS 38 FT_Init_Table_raccess_guess_table( ft_raccess_guess_rec* record );
52 FT_PIC_Container* pic_container = &library->pic_container;
56 if ( pic_container->base )
60 ft_destroy_default_module_classes( library );
63 pic_container->base =
NULL;
71 FT_PIC_Container* pic_container = &library->pic_container;
73 BasePIC* container =
NULL;
78 if (
FT_ALLOC( container,
sizeof ( *container ) ) )
80 FT_MEM_SET( container, 0,
sizeof ( *container ) );
81 pic_container->base = container;
84 error = ft_create_default_module_classes( library );
90 FT_Init_Class_ft_outline_glyph_class(
91 &container->ft_outline_glyph_class );
92 FT_Init_Class_ft_bitmap_glyph_class(
93 &container->ft_bitmap_glyph_class );
94 #ifdef FT_CONFIG_OPTION_MAC_FONTS 95 FT_Init_Table_raccess_guess_table(
96 (ft_raccess_guess_rec*)&container->ft_raccess_guess_table );
101 ft_base_pic_free( library );
#define FT_ALLOC(ptr, size)
typedefFT_BEGIN_HEADER struct FT_Glyph_Class_ FT_Glyph_Class
typedefFT_BEGIN_HEADER struct FT_MemoryRec_ * FT_Memory
#define FT_MEM_SET(dest, byte, count)