ref: da5ada5def3cba626d449481ac3447944256d39b
parent: b8128d93a1402b107f6d85a9cb244df02f86ab0c
author: Suzuki, Toshiya (鈴木俊哉) <[email protected]>
date: Sun Feb 4 21:46:27 EST 2007
* Fixed wrong comment in ftmac.h
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-02-05 suzuki toshiya <[email protected]>
+ * 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 <[email protected]>
+
* 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
--- a/include/freetype/ftmac.h
+++ b/include/freetype/ftmac.h
@@ -105,9 +105,11 @@
/* 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 @@
/* 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. */