]> git.wh0rd.org - fontconfig.git/commit
[fcformat] Add element filtering and deletion
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 10 Feb 2009 04:08:08 +0000 (23:08 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 15 Feb 2009 21:40:26 +0000 (13:40 -0800)
commit8c31a2434d5dfa475ef710ad52c992111caac424
tree91a60b276619bcd78639b68698c31ea86d54404c
parentd6506ff6eeb4a4cb0bfe827174e474c7b91ff045
[fcformat] Add element filtering and deletion

The filtering, '%{+elt1,elt2,elt3{subexpr}}' will evaluate subexpr
with a pattern only having the listed elements from the surrounding
pattern.

The deletion, '%{-elt1,elt2,elt3{subexpr}}' will evaluate subexpr
with a the surrounding pattern sans the listed elements.
doc/fcpattern.fncs
fc-list/fc-list.c
fc-match/fc-match.c
fc-query/fc-query.c
fc-scan/fc-scan.c
src/fcformat.c