From da5ada5def3cba626d449481ac3447944256d39b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Suzuki=2C=20Toshiya=20=28=E9=88=B4=E6=9C=A8=E4=BF=8A?= =?UTF-8?q?=E5=93=89=29?= Date: Mon, 5 Feb 2007 02:46:27 +0000 Subject: [PATCH] * Fixed wrong comment in ftmac.h --- ChangeLog | 6 ++++++ include/freetype/ftmac.h | 12 ++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index fbc866b27..a2d2e93b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-02-05 suzuki toshiya + + * 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 * builds/unix/configure.raw: Checks if Mac OS X system headers diff --git a/include/freetype/ftmac.h b/include/freetype/ftmac.h index 4b1bb6bac..3b472aa78 100644 --- a/include/freetype/ftmac.h +++ b/include/freetype/ftmac.h @@ -105,9 +105,11 @@ FT_BEGIN_HEADER /* Bold). */ /* */ /* */ - /* 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. */ /* */ /* */ /* FreeType error code. 0 means success. */ @@ -130,9 +132,11 @@ FT_BEGIN_HEADER /* fontName :: Mac OS name of the font in ATS framework. */ /* */ /* */ - /* 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. */ /* */ /* */ /* FreeType error code. 0 means success. */