This is the top level element for a font configuration and can contain
<literal><dir></literal>, <literal><cachedir></literal>, <literal><include></literal>, <literal><match></literal> and <literal><alias></literal> elements in any order.
This element contains a directory name which will be scanned for font files
to include in the set of available fonts. If 'prefix' is set to "default" or "cwd", the current working directory will be added as the path prefix prior to the value. If 'prefix' is set to "xdg", the value in the XDG_DATA_HOME environment variable will be added as the path prefix. please see XDG Base Directory Specification for more details. If 'prefix' is set to "relative", the path of current file will be added prior to the value.
</para><para>
If a 'map' attribute is specified, its value will replace the
directory path when matching cached information for fonts contained in
this directory. This is useful if the directory name is an alias
(via a bind mount or symlink) to another directory in the system for
/* For Win32, check this later for dealing with special cases */
else
{
if(!FcStrIsAbsoluteFilename(path)&&path[0]!='~')
FcConfigMessage(parse,FcSevereWarning,"Use of ambiguous path in <%s> element. please add prefix=\"cwd\" if current behavior is desired.",FcElementReverseMap(parse->pstack->element));
FcConfigMessage(parse,FcSevereWarning,"Use of ambiguous path in <%s> element. please add prefix=\"cwd\" if current behavior is desired.",FcElementReverseMap(parse->pstack->element));