summaryrefslogtreecommitdiff
path: root/fonts.dtd
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2002-06-19 20:08:22 +0000
committerKeith Packard <keithp@keithp.com>2002-06-19 20:08:22 +0000
commit6f6563edb5eb0fc22b338101b82bd8b7db438e3a (patch)
tree0ceec485eac36c419edce311d1c27b5cae835e08 /fonts.dtd
parent06a48f20739580338e69547c9896c539abf000dd (diff)
downloadfontconfig-6f6563edb5eb0fc22b338101b82bd8b7db438e3a.tar.gz
Add ref counting to font config patterns so that FcFontSort return values
are persistant
Diffstat (limited to 'fonts.dtd')
-rw-r--r--fonts.dtd5
1 files changed, 4 insertions, 1 deletions
diff --git a/fonts.dtd b/fonts.dtd
index 14306d1..6d387f9 100644
--- a/fonts.dtd
+++ b/fonts.dtd
@@ -109,10 +109,13 @@
if 'qual' is 'any', then the match succeeds if any value in the field matches.
if 'qual' is 'all', then the match succeeds only if all values match.
+ if 'qual' is 'first', then the match succeeds only if the first value matches.
+ if 'qual' is 'not_first', then the match succeeds only if any value other than
+ the first matches.
-->
<!ELEMENT test (%expr;)*>
<!ATTLIST test
- qual (any|all) "any"
+ qual (any|all|first|not_first) "any"
name CDATA #REQUIRED
compare (eq|not_eq|less|less_eq|more|more_eq) "eq">