Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Side by Side Diff: third_party/fontconfig/README.chromium

Issue 20220002: Add libpoppler PDF rasterizer (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Readme fixes Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Name: fontconfig
2 Short Name: fontconfig
3 URL: git://anongit.freedesktop.org/fontconfig
4 Version: 2.10.93
5 License: MIT, except for Windows-specific files, which are LGPL
6 License File: LICENSE
7 Security Critical: No
8
9 Description:
10 A library for configuring and customizing font access.
11 Used in Skia as a dependency of libpoppler, for PDF rasterization during
12 testing.
13
14 Local Modifications:
15 No changes to files from the upstream repository.
16 Platform-specific configuration files added to
17 third_party/fontconfig/config/(platform):
18 config.h
19 fcstdint.h
20 src/fcalias.h
21 src/fcaliastail.h
22 src/fcftalias.h
23 src/fcftaliastail.h
24 These are Windows replacements for POSIX headers:
25 dirent.c
26 dirent.h
27 unistd.h
28
29 Autogenerated files (consistent across platforms) added to third_party/fontconfi g/config:
Lei Zhang 2013/08/14 02:15:28 80 col
ducky 2013/08/14 02:27:01 Done.
30 fc-case/fccase.h
31 fc-glyphname/fcglyphname.h
32 fc-lang/fclang.h
33 src/fcobjshash.h
34
35 On Linux and Mac, these are the files generated by ./configure, with no
36 additional flags.
37 On Windows, the configuration files were from
38 http://comments.gmane.org/gmane.comp.fonts.fontconfig/4438
39 (fontconfig development list).
40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698