]> git.wh0rd.org - fontconfig.git/blobdiff - fonts.dtd
Add FcMatchScan to resolve Delicious font matching issues (bug #6769)
[fontconfig.git] / fonts.dtd
index cd016d3ca9035a10750eccd58b16504bf739c003..06f1a1241a99434ba3e702de34954977e75dc4c7 100644 (file)
--- a/fonts.dtd
+++ b/fonts.dtd
 -->
 <!ELEMENT match (test*, edit*)>
 <!ATTLIST match
-         target (pattern|font) "pattern">
+         target (pattern|font|scan) "pattern">
 
 <!--
     Match a field in a pattern
     For match elements with target=font, if test 'target' is 'pattern',
     then the test is applied to the pattern used in matching rather than
     to the resulting font.
+
+    Match elements with target=scan are applied as fonts are scanned.
+    They edit the pattern generated from the scanned font and affect
+    what the fontconfig database contains.
 -->
 <!ELEMENT test (%expr;)*>
 <!ATTLIST test