www.pudn.com > freetype.rar > ftmac.h
/***************************************************************************/ /* */ /* ftmac.h */ /* */ /* Additional Mac-specific API. */ /* */ /* Copyright 1996-2001 by */ /* Just van Rossum, 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. */ /* */ /***************************************************************************/ /***************************************************************************/ /* */ /* NOTE: Include this file afterand after the */ /* Mac-specific header (or any other Mac header that */ /* includes ); we use Handle type. */ /* */ /***************************************************************************/ #ifndef __FTMAC_H__ #define __FTMAC_H__ #include "ft2build.h" FT_BEGIN_HEADER /*************************************************************************/ /* */ /* */ /* mac_specific */ /* */ /* */ /* Mac-Specific Interface */ /* */ /* */ /* Only available on the Macintosh. */ /* */ /* */ /* The following definitions are only available if FreeType is */ /* compiled on a Macintosh. */ /* */ /*************************************************************************/ /*************************************************************************/ /* */ /* */ /* FT_New_Face_From_FOND */ /* */ /* */ /* Creates a new face object from an FOND resource. */ /* */ /* */ /* library :: A handle to the library resource. */ /* */ /* */ /* fond :: An FOND resource. */ /* */ /* face_index :: Only supported for the -1 `sanity check' special */ /* case. */ /* */ /*