/ocr/ocrservice/jni/hydrogen/include/leptonica/freetype.h

http://eyes-free.googlecode.com/ · C++ Header · 23 lines · 5 code · 4 blank · 14 comment · 0 complexity · 48e829acc0a748c7db4bbe48f2e7c014 MD5 · raw file

  1. /*====================================================================*
  2. - Copyright (C) 2008 Leptonica. All rights reserved.
  3. - This software is distributed in the hope that it will be
  4. - useful, but with NO WARRANTY OF ANY KIND.
  5. - No author or distributor accepts responsibility to anyone for the
  6. - consequences of using this software, or for whether it serves any
  7. - particular purpose or works at all, unless he or she says so in
  8. - writing. Everyone is granted permission to copy, modify and
  9. - redistribute this source code, for commercial or non-commercial
  10. - purposes, with the following restrictions: (1) the origin of this
  11. - source code must not be misrepresented; (2) modified versions must
  12. - be plainly marked as such; and (3) this notice may not be removed
  13. - or altered from any source or modified source distribution.
  14. *====================================================================*/
  15. #ifndef LEPTONICA_FREETYPE_H
  16. #define LEPTONICA_FREETYPE_H
  17. #define LEPTONICA_FT_RESOLUTION 96
  18. typedef struct ft_library_st FT_LIBRARY;
  19. #endif /* LEPTONICA_FREETYPE_H */