xenocara/lib/fontconfig/doc/fontconfig-devel/fcconfigparseandload.html

220 lines
3.0 KiB
HTML
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd">
2006-11-25 11:41:30 -07:00
<HTML
><HEAD
><TITLE
>FcConfigParseAndLoad</TITLE
2006-11-25 11:41:30 -07:00
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
HREF="t1.html"><LINK
2006-11-25 11:41:30 -07:00
REL="UP"
TITLE="FcConfig"
HREF="x102.html#AEN2554"><LINK
2006-11-25 11:41:30 -07:00
REL="PREVIOUS"
2006-12-31 07:57:18 -07:00
TITLE="FcConfigFilename"
HREF="fcconfigfilename.html"></HEAD
2006-11-25 11:41:30 -07:00
><BODY
CLASS="REFENTRY"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
></TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="fcconfigfilename.html"
2006-11-25 11:41:30 -07:00
ACCESSKEY="P"
>&#60;&#60;&#60; Previous</A
2006-11-25 11:41:30 -07:00
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
>&nbsp;</TD
2006-11-25 11:41:30 -07:00
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="FCCONFIGPARSEANDLOAD"
2006-11-25 11:41:30 -07:00
></A
>FcConfigParseAndLoad</H1
2006-11-25 11:41:30 -07:00
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN3246"
2006-11-25 11:41:30 -07:00
></A
><H2
>Name</H2
>FcConfigParseAndLoad&nbsp;--&nbsp;load a configuration file</DIV
2006-11-25 11:41:30 -07:00
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN3249"
2006-11-25 11:41:30 -07:00
></A
><H2
>Synopsis</H2
><DIV
CLASS="FUNCSYNOPSIS"
><P
></P
><A
NAME="AEN3250"
2006-11-25 11:41:30 -07:00
></A
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
2006-11-25 11:41:30 -07:00
><PRE
CLASS="FUNCSYNOPSISINFO"
>#include &#60;fontconfig.h&#62;
2006-11-25 11:41:30 -07:00
</PRE
></TD
></TR
></TABLE
2006-11-25 11:41:30 -07:00
><P
><CODE
><CODE
CLASS="FUNCDEF"
>FcBool <TT
CLASS="FUNCTION"
>FcConfigParseAndLoad</TT
></CODE
>(FcConfig *<TT
CLASS="PARAMETER"
><I
>config</I
></TT
>, const FcChar8 *<TT
CLASS="PARAMETER"
><I
>file</I
></TT
>, FcBool <TT
CLASS="PARAMETER"
><I
>complain</I
></TT
>);</CODE
2006-11-25 11:41:30 -07:00
></P
><P
></P
></DIV
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN3261"
2006-11-25 11:41:30 -07:00
></A
><H2
>Description</H2
><P
>Walks the configuration in 'file' and constructs the internal representation
in 'config'. Any include files referenced from within 'file' will be loaded
and parsed. If 'complain' is FcFalse, no warning will be displayed if
'file' does not exist. Error and warning messages will be output to stderr.
Returns FcFalse if some error occurred while loading the file, either a
parse error, semantic error or allocation failure. Otherwise returns FcTrue.
2006-11-25 11:41:30 -07:00
</P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN3264"
2006-11-25 11:41:30 -07:00
></A
><H2
>Version</H2
><P
>Fontconfig version 2.8.0
2006-11-25 11:41:30 -07:00
</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="fcconfigfilename.html"
2006-11-25 11:41:30 -07:00
ACCESSKEY="P"
>&#60;&#60;&#60; Previous</A
2006-11-25 11:41:30 -07:00
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="t1.html"
2006-11-25 11:41:30 -07:00
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>&nbsp;</TD
2006-11-25 11:41:30 -07:00
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>FcConfigFilename</TD
2006-11-25 11:41:30 -07:00
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="x102.html#AEN2554"
2006-11-25 11:41:30 -07:00
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>&nbsp;</TD
2006-11-25 11:41:30 -07:00
></TR
></TABLE
></DIV
></BODY
></HTML
>