Include cachedir in fonts.dtd.
Fonts.dtd <fontconfig> element was missing the new cachedir element.
This commit is contained in:
parent
9419bb34f6
commit
d08feb851a
|
@ -1,6 +1,7 @@
|
|||
<!-- This is the Document Type Definition for font configuration files -->
|
||||
<!ELEMENT fontconfig (dir |
|
||||
cache |
|
||||
cachedir |
|
||||
include |
|
||||
config |
|
||||
selectfont |
|
||||
|
@ -106,12 +107,12 @@
|
|||
|
||||
<!ELEMENT pattern (patelt)*>
|
||||
|
||||
<!ELEMENT patelt (constant)*>
|
||||
<!ENTITY % constant 'int|double|string|matrix|bool|charset|const'>
|
||||
|
||||
<!ELEMENT patelt (%constant;)*>
|
||||
<!ATTLIST patelt
|
||||
name CDATA #REQUIRED>
|
||||
|
||||
<!ELEMENT constant (int|double|string|matrix|bool|charset|const)>
|
||||
|
||||
<!ELEMENT alias (family*, prefer?, accept?, default?)>
|
||||
<!ELEMENT prefer (family)*>
|
||||
<!ELEMENT accept (family)*>
|
||||
|
|
Loading…
Reference in New Issue