Config.in 877 B

123456789101112131415161718192021222324
  1. config ADK_COMPILE_FREETYPE
  2. tristate
  3. default n
  4. depends ADK_PACKAGE_LIBFREETYPE
  5. config ADK_PACKAGE_LIBFREETYPE
  6. tristate "libfreetype....................... A free, high-quality and portable font engine"
  7. default n
  8. select ADK_COMPILE_FREETYPE
  9. select ADK_PACKAGE_ZLIB
  10. help
  11. The FreeType project is a team of volunteers who develop free,
  12. portable and high-quality software solutions for digital typography.
  13. They specifically target embedded systems and focus on bringing small,
  14. efficient and ubiquitous products.
  15. The FreeType 2 library is their new software font engine. It has been
  16. designed to provide the following important features:
  17. * A universal and simple API to manage font files
  18. * Support for several font formats through loadable modules
  19. * High-quality anti-aliasing
  20. * High portability & performance
  21. http://www.freetype.org/