]> git.wh0rd.org - fontconfig.git/commit
Implement FcPatternFormat and use it in cmdline tools (bug #17107)
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 30 Dec 2008 01:00:26 +0000 (20:00 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 14 Feb 2009 00:54:04 +0000 (16:54 -0800)
commit0c93b91db0cdf7c5e901477c266b45c8baeadd00
treefd3df21df4f20d88a9af8426533fcb0ed542541a
parent5cf04b201fb5e9dc989d30cf5c30f7575dda56bc
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.
12 files changed:
doc/fcpattern.fncs
fc-list/fc-list.c
fc-list/fc-list.sgml
fc-match/fc-match.c
fc-match/fc-match.sgml
fc-query/fc-query.c
fc-query/fc-query.sgml
fontconfig/fontconfig.h
src/Makefile.am
src/fcformat.c [new file with mode: 0644]
src/fcint.h
src/fcname.c