cheshirekow  v0.1.0
cpp_fontconfig.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012 Josh Bialkowski (jbialk@mit.edu)
3  *
4  * This file is part of cppfontconfig.
5  *
6  * cppfontconfig is free software: you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation, either version 3 of the License, or
9  * (at your option) any later version.
10  *
11  * cppfontconfig is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with cppfontconfig. If not, see <http://www.gnu.org/licenses/>.
18  */
27 #ifndef CPPFONTCONFIG_CPPFONTCONFIG_H_
28 #define CPPFONTCONFIG_CPPFONTCONFIG_H_
29 
30 #include <cpp_fontconfig/common.h>
31 #include <cpp_fontconfig/Atomic.h>
32 #include <cpp_fontconfig/Blanks.h>
33 #include <cpp_fontconfig/Cache.h>
34 #include <cpp_fontconfig/CharSet.h>
35 #include <cpp_fontconfig/Config.h>
37 #include <cpp_fontconfig/file.h>
38 #include <cpp_fontconfig/FontSet.h>
39 //#include <cpp_fontconfig/freetype.h>
40 #include <cpp_fontconfig/init.h>
41 #include <cpp_fontconfig/LangSet.h>
42 #include <cpp_fontconfig/Matrix.h>
43 #include <cpp_fontconfig/name.h>
46 #include <cpp_fontconfig/Pattern.h>
47 #include <cpp_fontconfig/string.h>
48 #include <cpp_fontconfig/String.h>
49 #include <cpp_fontconfig/StrList.h>
50 #include <cpp_fontconfig/StrSet.h>
51 
52 #endif // CPPFONTCONFIG_H_