fontconfig/doc
Akira TAGOH 20191810d1 Bug 23757 - Add mode="delete" to <edit>
Add two edit mode, "delete" and "delete_all".
what values are being deleted depends on <test> as documented.
if the target object is same to what is tested, matching value there
will be deleted. otherwise all of values in the object will be deleted.
so this would means both edit mode will not take any expressions.

e.g.

Given that the testing is always true here, the following rules:

  <match>
    <test name="foo" compare="eq">
      <string>bar</string>
    </test>
    <edit name="foo" mode="delete"/>
  </match>

will removes "bar" string from "foo" object. and:

  <match>
    <test name="foo" compare="eq">
      <string>foo</string>
    </test>
    <edit name="bar" mode="delete"/>
  </match>

will removes all of values in "bar" object.
2013-02-01 12:56:14 +09:00
..
Makefile.am Trying to fix distcheck 2013-01-02 18:23:55 -06:00
check-missing-doc Revert "Remove fcprivate.h, move the remaining macros to fcint.h." 2007-11-13 15:48:30 -08:00
confdir.sgml.in Cleanup copyright notices to replace "Keith Packard" with "the author(s)" 2010-11-10 16:45:42 -05:00
edit-sgml.c Cleanup copyright notices to replace "Keith Packard" with "the author(s)" 2010-11-10 16:45:42 -05:00
fcatomic.fncs More doc typo fixes 2011-03-14 18:23:56 -03:00
fcblanks.fncs Cleanup copyright notices to replace "Keith Packard" with "the author(s)" 2010-11-10 16:45:42 -05:00
fccache.fncs Create CACHEDIR.TAG when fc-cache is run or only when the cache directory is created at the runtime. 2012-04-23 11:26:32 +09:00
fccharset.fncs Documentation fixes 2011-03-11 19:43:42 -03:00
fcconfig.fncs Create CACHEDIR.TAG when fc-cache is run or only when the cache directory is created at the runtime. 2012-04-23 11:26:32 +09:00
fcconstant.fncs Deprecate FcName(Un)RegisterObjectTypes / FcName(Un)RegisterConstants 2013-01-01 22:55:08 -06:00
fcdircache.fncs Document previously undocumented functions. (bug 12963) 2007-11-03 22:23:28 -07:00
fcfile.fncs Cleanup copyright notices to replace "Keith Packard" with "the author(s)" 2010-11-10 16:45:42 -05:00
fcfontset.fncs Documentation fixes 2011-03-11 19:43:42 -03:00
fcformat.fncs Switch fc-cat to use FcPatternFormat() 2011-06-20 11:55:25 -04:00
fcfreetype.fncs Documentation fixes 2011-03-11 19:43:42 -03:00
fcinit.fncs More doc typo fixes 2011-03-14 18:23:56 -03:00
fclangset.fncs Bug 29312 - RFE: feature to indicate which characters are missing to satisfy the language support 2013-01-09 12:21:33 +09:00
fcmatrix.fncs More doc typo fixes 2011-03-14 18:23:56 -03:00
fcobjectset.fncs More doc typo fixes 2011-03-14 18:23:56 -03:00
fcobjecttype.fncs Deprecate FcName(Un)RegisterObjectTypes / FcName(Un)RegisterConstants 2013-01-01 22:55:08 -06:00
fcpattern.fncs Documentation fixes 2011-03-11 19:43:42 -03:00
fcstring.fncs Documentation fixes 2011-03-11 19:43:42 -03:00
fcstrset.fncs Cleanup copyright notices to replace "Keith Packard" with "the author(s)" 2010-11-10 16:45:42 -05:00
fcvalue.fncs Cleanup copyright notices to replace "Keith Packard" with "the author(s)" 2010-11-10 16:45:42 -05:00
fontconfig-devel.sgml Bug 59379 - FC_PRGNAME 2013-01-15 20:46:45 -06:00
fontconfig-user.sgml Bug 23757 - Add mode="delete" to <edit> 2013-02-01 12:56:14 +09:00
func.sgml Fix a typo in the manpages template 2013-01-09 11:26:56 +09:00
version.sgml.in Cleanup copyright notices to replace "Keith Packard" with "the author(s)" 2010-11-10 16:45:42 -05:00