aosp12/external/freetype/libft2.map.txt

14 lines
269 B
Plaintext
Raw Normal View History

2023-01-09 17:11:35 +08:00
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:
*;
};