/src/freetype/src/pfr/pfrdrivr.h

https://bitbucket.org/cabalistic/ogredeps/ · C++ Header · 43 lines · 11 code · 15 blank · 17 comment · 0 complexity · 9db3a2477ed36af09232e2eacf353311 MD5 · raw file

  1. /***************************************************************************/
  2. /* */
  3. /* pfrdrivr.h */
  4. /* */
  5. /* High-level Type PFR driver interface (specification). */
  6. /* */
  7. /* Copyright 2002 by */
  8. /* David Turner, Robert Wilhelm, and Werner Lemberg. */
  9. /* */
  10. /* This file is part of the FreeType project, and may only be used, */
  11. /* modified, and distributed under the terms of the FreeType project */
  12. /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
  13. /* this file you indicate that you have read the license and */
  14. /* understand and accept it fully. */
  15. /* */
  16. /***************************************************************************/
  17. #ifndef __PFRDRIVR_H__
  18. #define __PFRDRIVR_H__
  19. #include <ft2build.h>
  20. #include FT_INTERNAL_DRIVER_H
  21. FT_BEGIN_HEADER
  22. #ifdef FT_CONFIG_OPTION_PIC
  23. #error "this module does not support PIC yet"
  24. #endif
  25. FT_EXPORT_VAR( const FT_Driver_ClassRec ) pfr_driver_class;
  26. FT_END_HEADER
  27. #endif /* __PFRDRIVR_H__ */
  28. /* END */