- Remove svn:needs-lock, svn:eol-type, and svn:eol-tyle properties.
[reactos.git] / reactos / lib / 3rdparty / freetype / src / cff / cffload.h
index 67be03e..068cbb5 100644 (file)
@@ -1,79 +1,79 @@
-/***************************************************************************/\r
-/*                                                                         */\r
-/*  cffload.h                                                              */\r
-/*                                                                         */\r
-/*    OpenType & CFF data/program tables loader (specification).           */\r
-/*                                                                         */\r
-/*  Copyright 1996-2001, 2002, 2003, 2007 by                               */\r
-/*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */\r
-/*                                                                         */\r
-/*  This file is part of the FreeType project, and may only be used,       */\r
-/*  modified, and distributed under the terms of the FreeType project      */\r
-/*  license, LICENSE.TXT.  By continuing to use, modify, or distribute     */\r
-/*  this file you indicate that you have read the license and              */\r
-/*  understand and accept it fully.                                        */\r
-/*                                                                         */\r
-/***************************************************************************/\r
-\r
-\r
-#ifndef __CFFLOAD_H__\r
-#define __CFFLOAD_H__\r
-\r
-\r
-#include <ft2build.h>\r
-#include "cfftypes.h"\r
-#include FT_SERVICE_POSTSCRIPT_CMAPS_H\r
-\r
-\r
-FT_BEGIN_HEADER\r
-\r
-  FT_LOCAL( FT_UShort )\r
-  cff_get_standard_encoding( FT_UInt  charcode );\r
-\r
-\r
-  FT_LOCAL( FT_String* )\r
-  cff_index_get_name( CFF_Index  idx,\r
-                      FT_UInt    element );\r
-\r
-  FT_LOCAL( FT_String* )\r
-  cff_index_get_sid_string( CFF_Index          idx,\r
-                            FT_UInt            sid,\r
-                            FT_Service_PsCMaps psnames );\r
-\r
-\r
-  FT_LOCAL( FT_Error )\r
-  cff_index_access_element( CFF_Index  idx,\r
-                            FT_UInt    element,\r
-                            FT_Byte**  pbytes,\r
-                            FT_ULong*  pbyte_len );\r
-\r
-  FT_LOCAL( void )\r
-  cff_index_forget_element( CFF_Index  idx,\r
-                            FT_Byte**  pbytes );\r
-\r
-\r
-  FT_LOCAL( FT_UInt )\r
-  cff_charset_cid_to_gindex( CFF_Charset  charset,\r
-                             FT_UInt      cid );\r
-\r
-\r
-  FT_LOCAL( FT_Error )\r
-  cff_font_load( FT_Stream  stream,\r
-                 FT_Int     face_index,\r
-                 CFF_Font   font );\r
-\r
-  FT_LOCAL( void )\r
-  cff_font_done( CFF_Font  font );\r
-\r
-\r
-  FT_LOCAL( FT_Byte )\r
-  cff_fd_select_get( CFF_FDSelect  fdselect,\r
-                     FT_UInt       glyph_index );\r
-\r
-\r
-FT_END_HEADER\r
-\r
-#endif /* __CFFLOAD_H__ */\r
-\r
-\r
-/* END */\r
+/***************************************************************************/
+/*                                                                         */
+/*  cffload.h                                                              */
+/*                                                                         */
+/*    OpenType & CFF data/program tables loader (specification).           */
+/*                                                                         */
+/*  Copyright 1996-2001, 2002, 2003, 2007 by                               */
+/*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
+/*                                                                         */
+/*  This file is part of the FreeType project, and may only be used,       */
+/*  modified, and distributed under the terms of the FreeType project      */
+/*  license, LICENSE.TXT.  By continuing to use, modify, or distribute     */
+/*  this file you indicate that you have read the license and              */
+/*  understand and accept it fully.                                        */
+/*                                                                         */
+/***************************************************************************/
+
+
+#ifndef __CFFLOAD_H__
+#define __CFFLOAD_H__
+
+
+#include <ft2build.h>
+#include "cfftypes.h"
+#include FT_SERVICE_POSTSCRIPT_CMAPS_H
+
+
+FT_BEGIN_HEADER
+
+  FT_LOCAL( FT_UShort )
+  cff_get_standard_encoding( FT_UInt  charcode );
+
+
+  FT_LOCAL( FT_String* )
+  cff_index_get_name( CFF_Index  idx,
+                      FT_UInt    element );
+
+  FT_LOCAL( FT_String* )
+  cff_index_get_sid_string( CFF_Index          idx,
+                            FT_UInt            sid,
+                            FT_Service_PsCMaps psnames );
+
+
+  FT_LOCAL( FT_Error )
+  cff_index_access_element( CFF_Index  idx,
+                            FT_UInt    element,
+                            FT_Byte**  pbytes,
+                            FT_ULong*  pbyte_len );
+
+  FT_LOCAL( void )
+  cff_index_forget_element( CFF_Index  idx,
+                            FT_Byte**  pbytes );
+
+
+  FT_LOCAL( FT_UInt )
+  cff_charset_cid_to_gindex( CFF_Charset  charset,
+                             FT_UInt      cid );
+
+
+  FT_LOCAL( FT_Error )
+  cff_font_load( FT_Stream  stream,
+                 FT_Int     face_index,
+                 CFF_Font   font );
+
+  FT_LOCAL( void )
+  cff_font_done( CFF_Font  font );
+
+
+  FT_LOCAL( FT_Byte )
+  cff_fd_select_get( CFF_FDSelect  fdselect,
+                     FT_UInt       glyph_index );
+
+
+FT_END_HEADER
+
+#endif /* __CFFLOAD_H__ */
+
+
+/* END */