[Fontconfig] fontconfig: Branch 'master'
Akira TAGOH
tagoh at kemper.freedesktop.org
Sun May 20 21:38:47 PDT 2012
doc/fontconfig-user.sgml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 794fb0bd6a3fa91c6e03e51dc080e458b8960a55
Author: Akira TAGOH <akira at tagoh.org>
Date: Mon May 21 13:37:54 2012 +0900
Correct the example
Enclose the string with <string> in <test>
diff --git a/doc/fontconfig-user.sgml b/doc/fontconfig-user.sgml
index 5c9d362..c6ab856 100644
--- a/doc/fontconfig-user.sgml
+++ b/doc/fontconfig-user.sgml
@@ -567,13 +567,13 @@ This is an example of a system-wide configuration file
</match>
<!--
- Names not including any well known alias are given 'sans'
+ Names not including any well known alias are given 'sans-serif'
-->
<match target="pattern">
- <test qual="all" name="family" mode="not_eq">sans</test>
- <test qual="all" name="family" mode="not_eq">serif</test>
- <test qual="all" name="family" mode="not_eq">monospace</test>
- <edit name="family" mode="append_last"><string>sans</string></edit>
+ <test qual="all" name="family" mode="not_eq"><string>sans-serif</string></test>
+ <test qual="all" name="family" mode="not_eq"><string>serif</string></test>
+ <test qual="all" name="family" mode="not_eq"><string>monospace</string></test>
+ <edit name="family" mode="append_last"><string>sans-serif</string></edit>
</match>
<!--
More information about the Fontconfig
mailing list