From 64714a28fbfe0ef186dc8648dcaa6252011ddc93 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 12 Jan 2006 08:49:24 +0000 Subject: [PATCH] Copyright year, minor formatting. --- include/freetype/ftmac.h | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/include/freetype/ftmac.h b/include/freetype/ftmac.h index db433fc4e..a80c32d49 100644 --- a/include/freetype/ftmac.h +++ b/include/freetype/ftmac.h @@ -4,7 +4,7 @@ /* */ /* Additional Mac-specific API. */ /* */ -/* Copyright 1996-2001, 2004 by */ +/* Copyright 1996-2001, 2004, 2006 by */ /* Just van Rossum, David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -59,7 +59,7 @@ FT_BEGIN_HEADER /* FT_New_Face_From_FOND */ /* */ /* */ - /* Creates a new face object from an FOND resource. */ + /* Create a new face object from a FOND resource. */ /* */ /* */ /* library :: A handle to the library resource. */ @@ -77,8 +77,8 @@ FT_BEGIN_HEADER /* FreeType error code. 0 means success. */ /* */ /* */ - /* This function can be used to create FT_Face abjects from fonts */ - /* that are installed in the system like so: */ + /* This function can be used to create FT_Face objects from fonts */ + /* that are installed in the system as follows. */ /* */ /* { */ /* fond = GetResource( 'FOND', fontName ); */ @@ -98,10 +98,11 @@ FT_BEGIN_HEADER /* FT_GetFile_From_Mac_Name */ /* */ /* */ - /* Returns an FSSpec for the disk file containing the named font. */ + /* Return an FSSpec for the disk file containing the named font. */ /* */ /* */ - /* fontName :: Mac OS name of the font (eg. Times New Roman Bold). */ + /* fontName :: Mac OS name of the font (e.g., Times New Roman */ + /* Bold). */ /* */ /* */ /* pathSpec :: FSSpec to the file. For passing to @FT_New_Face. */ @@ -123,7 +124,7 @@ FT_BEGIN_HEADER /* FT_GetFile_From_Mac_ATS_Name */ /* */ /* */ - /* Returns an FSSpec for the disk file containing the named font. */ + /* Return an FSSpec for the disk file containing the named font. */ /* */ /* */ /* fontName :: Mac OS name of the font in ATS framework. */ @@ -148,7 +149,7 @@ FT_BEGIN_HEADER /* FT_New_Face_From_FSSpec */ /* */ /* */ - /* Creates a new face object from a given resource and typeface index */ + /* Create a new face object from a given resource and typeface index */ /* using an FSSpec to the font file. */ /* */ /* */ @@ -182,7 +183,7 @@ FT_BEGIN_HEADER /* FT_New_Face_From_FSRef */ /* */ /* */ - /* Creates a new face object from a given resource and typeface index */ + /* Create a new face object from a given resource and typeface index */ /* using an FSRef to the font file. */ /* */ /* */ @@ -204,10 +205,10 @@ FT_BEGIN_HEADER /* it accepts an FSRef instead of a path. */ /* */ FT_EXPORT( FT_Error ) - FT_New_Face_From_FSRef( FT_Library library, - const FSRef *ref, - FT_Long face_index, - FT_Face *aface ); + FT_New_Face_From_FSRef( FT_Library library, + const FSRef *ref, + FT_Long face_index, + FT_Face *aface ); /* */