aboutsummaryrefslogtreecommitdiff
path: root/libft2.map.txt
blob: 14c37fe158e38f9c335339a860eeb349e48a18f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBFT2 {
  global:
    FT_Done_Face; # llndk
    FT_Done_FreeType; # llndk
    FT_Get_Char_Index; # llndk
    FT_Init_FreeType; # llndk
    FT_Load_Glyph; # llndk
    FT_New_Face; # llndk
    FT_New_Memory_Face; # llndk
    FT_Set_Char_Size; # llndk
  local:
    *;
};