]> git.wh0rd.org - fontconfig.git/blobdiff - doc/fcconfig.fncs
Make 'make distcheck' work with automake 1.6.3.
[fontconfig.git] / doc / fcconfig.fncs
index b52f4e6d8287c3df0595a3fb66b6b56d682fae39..db7ee027aa40510039d23dbf746a807ae616efb9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * Copyright © 2003 Keith Packard
+ * Copyright Â© 2003 Keith Packard
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
@@ -290,3 +290,14 @@ in 'config'.  Any include files referenced from within 'file' will be loaded
 with FcConfigLoad and also parsed.  If 'complain' is FcFalse, no warning
 will be displayed if 'file' does not exist.
 @@
+
+@RET@          const FcChar8 *
+@FUNC@         FcConfigNormalizeFontDir
+@TYPE1@                FcConfig *                      @ARG1@          config
+@TYPE2@                const FcChar8 *                 @ARG2@          dir
+@PURPOSE@      normalize a font directory
+@DESC@
+Converts the directory name given in 'dir' to a normal form, i.e. one 
+of the forms which are derived from the font directories specified
+in the config file.
+@@