]> git.wh0rd.org - fontconfig.git/commit
Implement fc-list --verbose (#13015)
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 13 Aug 2008 06:24:42 +0000 (02:24 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 14 Feb 2009 00:53:56 +0000 (16:53 -0800)
commit29874098537e763e8e4cd3fefb1ecc0f36b808a5
tree89c21bdd57d49373ab772d23c55fd40b9ab9320a
parent77c0d8bce86ca088782d5631617c0ef681d91312
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.
fc-list/fc-list.c
fc-list/fc-list.sgml
src/fcint.h
src/fclist.c
src/fcname.c