|
|
|||
Warning, file /include/freetype2/ft2build.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /**************************************************************************** 0002 * 0003 * ft2build.h 0004 * 0005 * FreeType 2 build and setup macros. 0006 * 0007 * Copyright (C) 1996-2023 by 0008 * David Turner, Robert Wilhelm, and Werner Lemberg. 0009 * 0010 * This file is part of the FreeType project, and may only be used, 0011 * modified, and distributed under the terms of the FreeType project 0012 * license, LICENSE.TXT. By continuing to use, modify, or distribute 0013 * this file you indicate that you have read the license and 0014 * understand and accept it fully. 0015 * 0016 */ 0017 0018 0019 /************************************************************************** 0020 * 0021 * This is the 'entry point' for FreeType header file inclusions, to be 0022 * loaded before all other header files. 0023 * 0024 * A typical example is 0025 * 0026 * ``` 0027 * #include <ft2build.h> 0028 * #include <freetype/freetype.h> 0029 * ``` 0030 * 0031 */ 0032 0033 0034 #ifndef FT2BUILD_H_ 0035 #define FT2BUILD_H_ 0036 0037 #include <freetype/config/ftheader.h> 0038 0039 #endif /* FT2BUILD_H_ */ 0040 0041 0042 /* END */
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|