t42drivr.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /***************************************************************************/
  2. /* */
  3. /* t42drivr.h */
  4. /* */
  5. /* High-level Type 42 driver interface (specification). */
  6. /* */
  7. /* Copyright 2002 by Roberto Alameda. */
  8. /* */
  9. /* This file is part of the FreeType project, and may only be used, */
  10. /* modified, and distributed under the terms of the FreeType project */
  11. /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
  12. /* this file you indicate that you have read the license and */
  13. /* understand and accept it fully. */
  14. /* */
  15. /***************************************************************************/
  16. #ifndef __T42DRIVR_H__
  17. #define __T42DRIVR_H__
  18. #include <ft2build.h>
  19. #include FT_INTERNAL_DRIVER_H
  20. FT_BEGIN_HEADER
  21. FT_EXPORT_VAR( const FT_Driver_ClassRec ) t42_driver_class;
  22. FT_END_HEADER
  23. #endif /* __T42DRIVR_H__ */
  24. /* END */