* Fixed wrong comment in ftmac.h
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
diff --git a/ChangeLog b/ChangeLog
index fbc866b..a2d2e93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-02-05 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
+ * include/freetype/ftmac.h: Fixed wrong comment, FSSpec of
+ FT_GetFile_From_Mac_Name, FT_GetFile_From_Mac_ATS_Name are
+ for passing to FT_New_Face_From_FSSpec.
+
+2007-02-05 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
+
* builds/unix/configure.raw: Checks if Mac OS X system headers
can be built under ANSI C mode.
* src/base/ftmac.c (OS_INLINE): Redefine OS_INLINE by ANSI C
diff --git a/include/freetype/ftmac.h b/include/freetype/ftmac.h
index 4b1bb6b..3b472aa 100644
--- a/include/freetype/ftmac.h
+++ b/include/freetype/ftmac.h
@@ -105,9 +105,11 @@ FT_BEGIN_HEADER
/* Bold). */
/* */
/* <Output> */
- /* pathSpec :: FSSpec to the file. For passing to @FT_New_Face. */
+ /* pathSpec :: FSSpec to the file. For passing to */
+ /* @FT_New_Face_From_FSSpec. */
/* */
- /* face_index :: Index of the face. For passing to @FT_New_Face. */
+ /* face_index :: Index of the face. For passing to */
+ /* @FT_New_Face_From_FSSpec. */
/* */
/* <Return> */
/* FreeType error code. 0 means success. */
@@ -130,9 +132,11 @@ FT_BEGIN_HEADER
/* fontName :: Mac OS name of the font in ATS framework. */
/* */
/* <Output> */
- /* pathSpec :: FSSpec to the file. For passing to @FT_New_Face. */
+ /* pathSpec :: FSSpec to the file. For passing to */
+ /* @FT_New_Face_From_FSSpec. */
/* */
- /* face_index :: Index of the face. For passing to @FT_New_Face. */
+ /* face_index :: Index of the face. For passing to */
+ /* @FT_New_Face_From_FSSpec. */
/* */
/* <Return> */
/* FreeType error code. 0 means success. */