reactos/drivers/video/font/ftfd/ftfd.spec
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup
- In the future, DO NOT under any circumstances branch another branch. This leads to merge problems!

svn path=/branches/usb-bringup-trunk/; revision=55018
2012-01-20 20:58:46 +00:00

29 lines
762 B
Python

@ cdecl FT_Bitmap_Convert()
@ cdecl FT_Bitmap_Done()
@ cdecl FT_Bitmap_New()
@ cdecl FT_Done_Face()
@ cdecl FT_Done_Glyph()
@ cdecl FT_Get_Char_Index()
@ cdecl FT_Get_First_Char()
@ cdecl FT_Get_Glyph()
@ cdecl FT_Get_Kerning()
@ cdecl FT_Get_Next_Char()
@ cdecl FT_Get_PS_Font_Info()
@ cdecl FT_Get_Sfnt_Table()
@ cdecl FT_Get_WinFNT_Header()
@ cdecl FT_Glyph_To_Bitmap()
@ cdecl FT_Init_FreeType()
@ cdecl FT_Load_Glyph()
@ cdecl FT_Load_Sfnt_Table()
@ cdecl FT_Matrix_Multiply()
@ cdecl FT_MulFix()
@ cdecl FT_New_Memory_Face()
@ cdecl FT_Outline_Get_Bitmap()
@ cdecl FT_Outline_Transform()
@ cdecl FT_Outline_Translate()
@ cdecl FT_Set_Charmap()
@ cdecl FT_Set_Pixel_Sizes()
@ cdecl FT_Vector_Transform()
@ cdecl FT_Vector_Unit()