OLD | NEW |
1 Name: fontconfig | 1 Name: fontconfig |
2 Short Name: fontconfig | 2 Short Name: fontconfig |
3 URL: git://anongit.freedesktop.org/fontconfig | 3 URL: git://anongit.freedesktop.org/fontconfig |
4 Version: 2.10.93 | 4 Version: 2.10.93 |
5 License: MIT, except for Windows-specific files, which are LGPL | 5 License: MIT, except for Windows-specific files, which are LGPL |
6 License File: LICENSE | 6 License File: LICENSE |
7 Security Critical: No | 7 Security Critical: No |
8 | 8 |
9 Description: | 9 Description: |
10 A library for configuring and customizing font access. | 10 A library for configuring and customizing font access. |
(...skipping 15 matching lines...) Expand all Loading... |
26 dirent.h | 26 dirent.h |
27 unistd.h | 27 unistd.h |
28 | 28 |
29 Autogenerated files (consistent across platforms) added to | 29 Autogenerated files (consistent across platforms) added to |
30 third_party/fontconfig/config: | 30 third_party/fontconfig/config: |
31 fc-case/fccase.h | 31 fc-case/fccase.h |
32 fc-glyphname/fcglyphname.h | 32 fc-glyphname/fcglyphname.h |
33 fc-lang/fclang.h | 33 fc-lang/fclang.h |
34 src/fcobjshash.h | 34 src/fcobjshash.h |
35 | 35 |
36 On Linux and Mac, these are the files generated by ./configure, with no | 36 On Mac, these are the files generated by |
37 additional flags. | 37 ./configure --with-add-fonts=/System/Library/Fonts,/Library/Fonts |
| 38 config/mac/config.h.template then has a section added to the top: |
| 39 |
| 40 +/* Manually added template defines */ |
| 41 +#define FC_CACHEDIR "@FC_CACHEDIR@" |
| 42 +#define FONTCONFIG_PATH "@FONTCONFIG_PATH@" |
| 43 |
38 On Windows, the configuration files were from | 44 On Windows, the configuration files were from |
39 http://comments.gmane.org/gmane.comp.fonts.fontconfig/4438 | 45 http://comments.gmane.org/gmane.comp.fonts.fontconfig/4438 |
40 (fontconfig development list). | 46 (fontconfig development list). |
41 | |
OLD | NEW |