- Remove svn:needs-lock, svn:eol-type, and svn:eol-tyle properties.
[reactos.git] / reactos / lib / 3rdparty / freetype / src / autofit / afloader.h
index 763d081..fa67c10 100644 (file)
@@ -1,73 +1,73 @@
-/***************************************************************************/\r
-/*                                                                         */\r
-/*  afloader.h                                                             */\r
-/*                                                                         */\r
-/*    Auto-fitter glyph loading routines (specification).                  */\r
-/*                                                                         */\r
-/*  Copyright 2003, 2004, 2005 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 __AF_LOADER_H__\r
-#define __AF_LOADER_H__\r
-\r
-#include "afhints.h"\r
-#include "afglobal.h"\r
-\r
-\r
-FT_BEGIN_HEADER\r
-\r
-  typedef struct AF_LoaderRec_\r
-  {\r
-    FT_Face           face;           /* current face */\r
-    AF_FaceGlobals    globals;        /* current face globals */\r
-    FT_GlyphLoader    gloader;        /* glyph loader */\r
-    AF_GlyphHintsRec  hints;\r
-    AF_ScriptMetrics  metrics;\r
-    FT_Bool           transformed;\r
-    FT_Matrix         trans_matrix;\r
-    FT_Vector         trans_delta;\r
-    FT_Vector         pp1;\r
-    FT_Vector         pp2;\r
-    /* we don't handle vertical phantom points */\r
-\r
-  } AF_LoaderRec, *AF_Loader;\r
-\r
-\r
-  FT_LOCAL( FT_Error )\r
-  af_loader_init( AF_Loader  loader,\r
-                  FT_Memory  memory );\r
-\r
-\r
-  FT_LOCAL( FT_Error )\r
-  af_loader_reset( AF_Loader  loader,\r
-                   FT_Face    face );\r
-\r
-\r
-  FT_LOCAL( void )\r
-  af_loader_done( AF_Loader  loader );\r
-\r
-\r
-  FT_LOCAL( FT_Error )\r
-  af_loader_load_glyph( AF_Loader  loader,\r
-                        FT_Face    face,\r
-                        FT_UInt    gindex,\r
-                        FT_UInt32  load_flags );\r
-\r
-/* */\r
-\r
-\r
-FT_END_HEADER\r
-\r
-#endif /* __AF_LOADER_H__ */\r
-\r
-\r
-/* END */\r
+/***************************************************************************/
+/*                                                                         */
+/*  afloader.h                                                             */
+/*                                                                         */
+/*    Auto-fitter glyph loading routines (specification).                  */
+/*                                                                         */
+/*  Copyright 2003, 2004, 2005 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 __AF_LOADER_H__
+#define __AF_LOADER_H__
+
+#include "afhints.h"
+#include "afglobal.h"
+
+
+FT_BEGIN_HEADER
+
+  typedef struct AF_LoaderRec_
+  {
+    FT_Face           face;           /* current face */
+    AF_FaceGlobals    globals;        /* current face globals */
+    FT_GlyphLoader    gloader;        /* glyph loader */
+    AF_GlyphHintsRec  hints;
+    AF_ScriptMetrics  metrics;
+    FT_Bool           transformed;
+    FT_Matrix         trans_matrix;
+    FT_Vector         trans_delta;
+    FT_Vector         pp1;
+    FT_Vector         pp2;
+    /* we don't handle vertical phantom points */
+
+  } AF_LoaderRec, *AF_Loader;
+
+
+  FT_LOCAL( FT_Error )
+  af_loader_init( AF_Loader  loader,
+                  FT_Memory  memory );
+
+
+  FT_LOCAL( FT_Error )
+  af_loader_reset( AF_Loader  loader,
+                   FT_Face    face );
+
+
+  FT_LOCAL( void )
+  af_loader_done( AF_Loader  loader );
+
+
+  FT_LOCAL( FT_Error )
+  af_loader_load_glyph( AF_Loader  loader,
+                        FT_Face    face,
+                        FT_UInt    gindex,
+                        FT_UInt32  load_flags );
+
+/* */
+
+
+FT_END_HEADER
+
+#endif /* __AF_LOADER_H__ */
+
+
+/* END */