Home | History | Annotate | Download | only in freetype
      1 LIBFT2 {
      2   global:
      3     FT_Done_Face; # vndk
      4     FT_Done_FreeType; # vndk
      5     FT_Get_Char_Index; # vndk
      6     FT_Init_FreeType; # vndk
      7     FT_Load_Glyph; # vndk
      8     FT_New_Face; # vndk
      9     FT_New_Memory_Face; # vndk
     10     FT_Set_Char_Size; # vndk
     11   local:
     12     *;
     13 };
     14