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

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: Style fixes for READMEs 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
« no previous file with comments | « third_party/fontconfig/LICENSE.win ('k') | third_party/fontconfig/config/fc-case/fccase.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name: fontconfig
2 Short Name: fontconfig
3 URL: git://anongit.freedesktop.org/fontconfig
4 Version: 2.10.93
5 License: MIT
6 License (Windows-specific files): LGPL
7 License File: LICENSE
8 Security Critical: No
9
10 Description:
11 From their site: a library for configuring and customizing font access.
Lei Zhang 2013/08/09 22:26:48 drop the "From their site"
ducky 2013/08/12 22:05:11 Done.
12 Used in Skia as a dependency of libpoppler, for PDF rasterization during
13 testing.
14
15 Local Modifications:
16 No changes to files from the upstream repository.
17 Platform-specific configuration files added to
18 third_party/fontconfig/config/(platform):
19 config.h
20 fcstdint.h
21 src/fcalias.h
22 src/fcaliastail.h
23 src/fcftalias.h
24 src/fcftaliastail.h
25 These are Windows replacements for POSIX headers:
26 dirent.c
27 dirent.h
28 unistd.h
29
30 Autogenerated files (consistent across platforms) added to third_party/fontconfi g/config:
31 fc-case/fccase.h
32 fc-glyphname/fcglyphname.h
33 fc-lang/fclang.h
34 src/fcobjshash.h
35
36 On Linux and Mac, these are the files generated by ./configure, with no
37 additional flags.
38 On Windows, the configuration files were from
39 http://comments.gmane.org/gmane.comp.fonts.fontconfig/4438
40 (fontconfig development list).
41
OLDNEW
« no previous file with comments | « third_party/fontconfig/LICENSE.win ('k') | third_party/fontconfig/config/fc-case/fccase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698