fontconfig/src
Tor Lillqvist daeed6e048 Changes for Windows:
On Windows with gcc (a.k.a. mingw) build as a DLL.
We don't want to hardcode the fonts.conf file location in the DLL, so we
    look up the DLL location at run-time in a DllMain() function. The
    fonts.conf location is deduced from that.
The colon can't be used as path separator on Windows, semicolon is used
    instead. File path components can be separated with either slash or
    backslash. Absolute paths can also begin with a drive letter.
Add internal function FcStrLastSlash that strrchr's the last slash, or
    backslash on Windows.
There is no link() on Windows. For atomicity checks, mkdir a lock directory
    instead.
In addition to HOME, also look for USERPROFILE.
Recognize the special font directory token WINDOWSFONTDIR, to use the
    system's font directory.
Remove the fontconfig-def.cpp that was obsolete. Add fontconfig.def(.in),
    without internal functions.
Add a fontconfig-zip(.in) script, used to build a binary distribution.
2003-03-22 21:25:34 +00:00
..
.cvsignore Add remaining .cvsignore files 2003-02-24 17:52:44 +00:00
Makefile.am Changes for Windows: 2003-03-22 21:25:34 +00:00
fcatomic.c Changes for Windows: 2003-03-22 21:25:34 +00:00
fcblanks.c Change RCS tag 2003-03-05 05:51:27 +00:00
fccache.c Changes for Windows: 2003-03-22 21:25:34 +00:00
fccfg.c Changes for Windows: 2003-03-22 21:25:34 +00:00
fccharset.c FcCharSetIsSubset errored on fonts with subsets in early blocks and extra 2003-03-18 08:03:42 +00:00
fcdbg.c Add FcLangSetPrint 2003-03-05 05:52:51 +00:00
fcdefault.c add font widths and extend weight from OS/2 table 2003-03-12 22:16:43 +00:00
fcdir.c Global cache time checking was using wrong file name and computing wrong 2003-03-12 22:15:39 +00:00
fcfreetype.c add font widths and extend weight from OS/2 table 2003-03-12 22:16:43 +00:00
fcfs.c Change RCS tag 2003-03-05 05:51:27 +00:00
fcinit.c Change RCS tag 2003-03-05 05:51:27 +00:00
fcint.h Changes for Windows: 2003-03-22 21:25:34 +00:00
fclang.c switch // comment 2003-03-22 01:55:00 +00:00
fclist.c AddFcLangSetContains for font listing, add first-letter table for language 2003-03-05 05:52:31 +00:00
fcmatch.c add font widths and extend weight from OS/2 table 2003-03-12 22:16:43 +00:00
fcmatrix.c Change RCS tag 2003-03-05 05:51:27 +00:00
fcname.c add font widths and extend weight from OS/2 table 2003-03-12 22:16:43 +00:00
fcpat.c Change RCS tag 2003-03-05 05:51:27 +00:00
fcstr.c Changes for Windows: 2003-03-22 21:25:34 +00:00
fcxml.c Changes for Windows: 2003-03-22 21:25:34 +00:00
fontconfig.def.in Changes for Windows: 2003-03-22 21:25:34 +00:00