1<!-- 2 fontconfig/doc/func.sgml 3 4 Copyright © 2003 Keith Packard 5 6 Permission to use, copy, modify, distribute, and sell this software and its 7 documentation for any purpose is hereby granted without fee, provided that 8 the above copyright notice appear in all copies and that both that 9 copyright notice and this permission notice appear in supporting 10 documentation, and that the name of the author(s) not be used in 11 advertising or publicity pertaining to distribution of the software without 12 specific, written prior permission. The authors make no 13 representations about the suitability of this software for any purpose. It 14 is provided "as is" without express or implied warranty. 15 16 THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 17 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 18 EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR 19 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 20 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 21 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 22 PERFORMANCE OF THIS SOFTWARE. 23 --> 24@?TITLE@ 25 <refentry id="@TITLE@"> 26@:@ 27 <refentry id="@FUNC@"> 28@;@ 29 <refmeta> 30@?TITLE@ 31 <refentrytitle>@TITLE@</refentrytitle> 32@:@ 33 <refentrytitle>@FUNC@</refentrytitle> 34@;@ 35 <manvolnum>3</manvolnum> 36 <refmiscinfo class="software">Fontconfig &version;</refmiscinfo> 37 </refmeta> 38 <refnamediv> 39@{PROTOTYPE@ 40 <refname>@FUNC@</refname> 41@}PROTOTYPE@ 42 <refpurpose>@PURPOSE@</refpurpose> 43 </refnamediv> 44 <refsynopsisdiv> 45 <funcsynopsis> 46 <funcsynopsisinfo> 47@?SYNOPSIS@ 48@SYNOPSIS@ 49@:@ 50#include <fontconfig/fontconfig.h> 51@;@ 52 </funcsynopsisinfo> 53@{PROTOTYPE@ 54 <funcprototype> 55 <funcdef>@?RET@@RET@@:@void@;@ <function>@FUNC@</function></funcdef> 56@?TYPE1@ 57 <paramdef>@TYPE1@<parameter>@ARG1@</parameter></paramdef> 58@;@ 59@?TYPE2@ 60 <paramdef>@TYPE2@<parameter>@ARG2@</parameter></paramdef> 61@;@ 62@?TYPE3@ 63 <paramdef>@TYPE3@<parameter>@ARG3@</parameter></paramdef> 64@;@ 65@?TYPE4@ 66 <paramdef>@TYPE4@<parameter>@ARG4@</parameter></paramdef> 67@;@ 68@?TYPE5@ 69 <paramdef>@TYPE5@<parameter>@ARG5@</parameter></paramdef> 70@;@ 71@?TYPE6@ 72 <paramdef>@TYPE6@<parameter>@ARG6@</parameter></paramdef> 73@;@ 74@?TYPE7@ 75 <paramdef>@TYPE7@<parameter>@ARG7@</parameter></paramdef> 76@;@ 77 </funcprototype> 78@}PROTOTYPE@ 79 </funcsynopsis> 80 </refsynopsisdiv> 81 <refsect1><title>Description</title> 82 <para> 83@DESC@ 84 </para> 85 </refsect1> 86@?SINCE@ 87 <refsect1><title>Since</title> 88 <para>version @SINCE@</para> 89 </refsect1> 90@;@ 91 </refentry> 92