Behdad Esfahbod
0c93b91db0
Implement FcPatternFormat and use it in cmdline tools (bug #17107 )
...
Still need to add more features, but the API is there, and used
by cmdline tools with -f or --format.
2009-02-13 16:54:04 -08:00
Behdad Esfahbod
f26062b277
Implement fc-list --quiet ala grep (bug #17141 )
...
Exits 1 if no fonts matched, 0 otherwise.
2009-02-13 16:54:02 -08:00
Behdad Esfahbod
1439c8f21a
Handle -h and --help according to GNU Coding Standards ( #17104 )
...
Added -h instead of -?. And upon -h and --help, write usave to stdout
instead of stdin, and return 0 instead of 1.
-? still works like before as that's what getopt returns upon unknown
arguments.
2009-02-13 16:53:59 -08:00
Behdad Esfahbod
2987409853
Implement fc-list --verbose ( #13015 )
...
A private FcObjectGetSet() is implemented that provides an
FcObjectSet of all registered elements. FcFontSetList() is
then modified to use the object set from FcObjectGetSet() if
provided object-set is NULL.
Alternatively FcObjectGetSet() can be made public. In that
case fc-list can use that as a base if --verbose is included,
and also add any elements provided by the user (though that has
no effect, as all elements from the cache are already registered).
Currently fc-list ignores user-provided elements if --verbose
is specified.
2009-02-13 16:53:56 -08:00
Behdad Esfahbod
317b849215
Replace RCS Id tags with the file name
2009-02-13 16:53:55 -08:00
Keith Packard
f57783d2e9
Revert ABI changes from version 2.3
...
Accidental ABI changes and additions were discovered by looking at the
differences in fontconfig.h. All of those have been reverted.
2006-08-31 14:38:18 -07:00
Patrick Lam
b023dbd384
Eliminate unused vars reported by Intel's compiler.
...
reviewed by: plam
2006-02-21 15:40:18 +00:00
Patrick Lam
2fa3f27e68
Prevent fc-list from escaping strings when printing them.
2005-10-21 19:47:43 +00:00
Keith Packard
46b51147d1
Change files from ISO-Latin-1 to UTF-8
2004-12-07 01:14:46 +00:00
Carl Worth
34cd0514a2
Added new FcFini function for cleaning up all memory. Fixed a few memory
...
leaks. fc-list now calls FcFini, (and is now leak-free according to
valgrind)
2003-08-15 19:45:20 +00:00
Keith Packard
18906a876a
Bug 103 -- FcObjectSetBuild must be terminated by (char *) 0 as varargs are
...
untyped
2003-08-12 02:06:20 +00:00
Keith Packard
86b1243193
(Bug 87) Automake 1.4 doesn't do man_MAN1 correctly (Bug 88) Fix usage info
...
on non-long option systems (Tim Mooney)
2003-05-31 14:58:41 +00:00
Keith Packard
4bd4418ab5
Change RCS tag
2003-03-05 05:51:27 +00:00
Keith Packard
084407063d
Object list to FcObjectSetBuild wasnt terminated with 0
2002-07-03 23:15:32 +00:00
Keith Packard
e6099fe979
Make fc-list more useful
2002-06-30 23:45:40 +00:00
Keith Packard
80c053b725
Add better error reporting when loading config file
2002-02-28 16:51:48 +00:00
Marc Aurele La France
c4bd0638c5
Warning fixes
2002-02-26 05:10:30 +00:00
Keith Packard
ccb3e93b27
fontconfig library: build fixes and compiler warning fixes
2002-02-15 06:01:28 +00:00
Keith Packard
24330d27f8
Initial revision
2002-02-14 23:34:13 +00:00