1 | /* |
---|
2 | * This file registers the FreeType modules compiled into the library. |
---|
3 | * |
---|
4 | * If you use GNU make, this file IS NOT USED! Instead, it is created in |
---|
5 | * the objects directory (normally `<topdir>/objs/') based on information |
---|
6 | * from `<topdir>/modules.cfg'. |
---|
7 | * |
---|
8 | * Please read `docs/INSTALL.ANY' and `docs/CUSTOMIZE' how to compile |
---|
9 | * FreeType without GNU make. |
---|
10 | * |
---|
11 | */ |
---|
12 | |
---|
13 | FT_USE_MODULE(autofit_module_class) |
---|
14 | FT_USE_MODULE(tt_driver_class) |
---|
15 | FT_USE_MODULE(t1_driver_class) |
---|
16 | FT_USE_MODULE(cff_driver_class) |
---|
17 | FT_USE_MODULE(t1cid_driver_class) |
---|
18 | FT_USE_MODULE(pfr_driver_class) |
---|
19 | FT_USE_MODULE(t42_driver_class) |
---|
20 | FT_USE_MODULE(winfnt_driver_class) |
---|
21 | FT_USE_MODULE(pcf_driver_class) |
---|
22 | FT_USE_MODULE(psaux_module_class) |
---|
23 | FT_USE_MODULE(psnames_module_class) |
---|
24 | FT_USE_MODULE(pshinter_module_class) |
---|
25 | FT_USE_MODULE(ft_raster1_renderer_class) |
---|
26 | FT_USE_MODULE(sfnt_module_class) |
---|
27 | FT_USE_MODULE(ft_smooth_renderer_class) |
---|
28 | FT_USE_MODULE(ft_smooth_lcd_renderer_class) |
---|
29 | FT_USE_MODULE(ft_smooth_lcdv_renderer_class) |
---|
30 | FT_USE_MODULE(bdf_driver_class) |
---|
31 | |
---|
32 | /* EOF */ |
---|