~ubuntu-branches/ubuntu/intrepid/fontconfig/intrepid

« back to all changes in this revision

Viewing changes to doc/FcConfigFilename.3

  • Committer: Bazaar Package Importer
  • Author(s): Keith Packard
  • Date: 2008-05-31 20:01:57 UTC
  • mto: (0.1.4 lenny) (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20080531200157-7u3xgmgeh1594flx
ImportĀ upstreamĀ versionĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" This manpage has been automatically generated by docbook2man 
 
2
.\" from a DocBook document.  This tool can be found at:
 
3
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
 
4
.\" Please send any bug reports, improvements, comments, patches, 
 
5
.\" etc. to Steve Cheng <steve@ggi-project.org>.
 
6
.TH "FcConfigFilename" "3" "31 May 2008" "" ""
 
7
 
 
8
.SH NAME
 
9
FcConfigFilename \- Find a config file
 
10
.SH SYNOPSIS
 
11
.sp
 
12
\fB#include <fontconfig.h>
 
13
.sp
 
14
FcChar8 * FcConfigFilename (const FcChar8 *\fIname\fB);
 
15
\fR
 
16
.SH "DESCRIPTION"
 
17
.PP
 
18
Given the specified external entity name, return the associated filename.
 
19
This provides applications a way to convert various configuration file
 
20
references into filename form.
 
21
.PP
 
22
A null or empty \fIname\fR indicates that the default configuration file should
 
23
be used; which file this references can be overridden with the
 
24
FC_CONFIG_FILE environment variable.  Next, if the name starts with \fI~\fR, it
 
25
refers to a file in the current users home directory.  Otherwise if the name
 
26
doesn't start with '/', it refers to a file in the default configuration
 
27
directory; the built-in default directory can be overridden with the
 
28
FC_CONFIG_DIR environment variable.
 
29
.SH "VERSION"
 
30
.PP
 
31
Fontconfig version 2.6.0