4619a00367acba1780eda8827cfa89a9285afb89
[platform/upstream/fontconfig.git] / doc / fccharset.sgml
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     <refentry id="FcCharSetCreate">
25         <refmeta>
26             <refentrytitle>FcCharSetCreate</refentrytitle>
27             <manvolnum>3</manvolnum>
28         </refmeta>
29         <refnamediv>
30             <refname>FcCharSetCreate</refname>
31             <refpurpose>Create an empty character set</refpurpose>
32         </refnamediv>
33         <refsynopsisdiv>
34         <funcsynopsis>
35         <funcsynopsisinfo>
36 #include &lt;fontconfig/fontconfig.h&gt;
37         </funcsynopsisinfo>
38         <funcprototype>
39             <funcdef>FcCharSet * <function>FcCharSetCreate</function></funcdef>
40                 <paramdef>void<parameter></parameter></paramdef>
41         </funcprototype>
42         </funcsynopsis>
43         </refsynopsisdiv>
44         <refsect1><title>Description</title>
45             <para>
46 <function>FcCharSetCreate</function> allocates and initializes a new empty
47 character set object.
48             </para>
49         </refsect1>
50         <refsect1><title>Version</title>
51             <para>
52 Fontconfig version &version;
53             </para>
54         </refsect1>
55     </refentry>
56 <!--
57    fontconfig/doc/func.sgml
58   
59    Copyright © 2003 Keith Packard
60   
61    Permission to use, copy, modify, distribute, and sell this software and its
62    documentation for any purpose is hereby granted without fee, provided that
63    the above copyright notice appear in all copies and that both that
64    copyright notice and this permission notice appear in supporting
65    documentation, and that the name of the author(s) not be used in
66    advertising or publicity pertaining to distribution of the software without
67    specific, written prior permission.  The authors make no
68    representations about the suitability of this software for any purpose.  It
69    is provided "as is" without express or implied warranty.
70   
71    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
72    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
73    EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
74    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
75    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
76    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
77    PERFORMANCE OF THIS SOFTWARE.
78  -->
79     <refentry id="FcCharSetDestroy">
80         <refmeta>
81             <refentrytitle>FcCharSetDestroy</refentrytitle>
82             <manvolnum>3</manvolnum>
83         </refmeta>
84         <refnamediv>
85             <refname>FcCharSetDestroy</refname>
86             <refpurpose>Destroy a character set</refpurpose>
87         </refnamediv>
88         <refsynopsisdiv>
89         <funcsynopsis>
90         <funcsynopsisinfo>
91 #include &lt;fontconfig/fontconfig.h&gt;
92         </funcsynopsisinfo>
93         <funcprototype>
94             <funcdef>void <function>FcCharSetDestroy</function></funcdef>
95                 <paramdef>FcCharSet *<parameter>fcs</parameter></paramdef>
96         </funcprototype>
97         </funcsynopsis>
98         </refsynopsisdiv>
99         <refsect1><title>Description</title>
100             <para>
101 <function>FcCharSetDestroy</function> decrements the reference count 
102 <parameter>fcs</parameter>.  If the reference count becomes zero, all
103 memory referenced is freed.
104             </para>
105         </refsect1>
106         <refsect1><title>Version</title>
107             <para>
108 Fontconfig version &version;
109             </para>
110         </refsect1>
111     </refentry>
112 <!--
113    fontconfig/doc/func.sgml
114   
115    Copyright © 2003 Keith Packard
116   
117    Permission to use, copy, modify, distribute, and sell this software and its
118    documentation for any purpose is hereby granted without fee, provided that
119    the above copyright notice appear in all copies and that both that
120    copyright notice and this permission notice appear in supporting
121    documentation, and that the name of the author(s) not be used in
122    advertising or publicity pertaining to distribution of the software without
123    specific, written prior permission.  The authors make no
124    representations about the suitability of this software for any purpose.  It
125    is provided "as is" without express or implied warranty.
126   
127    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
128    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
129    EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
130    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
131    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
132    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
133    PERFORMANCE OF THIS SOFTWARE.
134  -->
135     <refentry id="FcCharSetAddChar">
136         <refmeta>
137             <refentrytitle>FcCharSetAddChar</refentrytitle>
138             <manvolnum>3</manvolnum>
139         </refmeta>
140         <refnamediv>
141             <refname>FcCharSetAddChar</refname>
142             <refpurpose>Add a character to a charset</refpurpose>
143         </refnamediv>
144         <refsynopsisdiv>
145         <funcsynopsis>
146         <funcsynopsisinfo>
147 #include &lt;fontconfig/fontconfig.h&gt;
148         </funcsynopsisinfo>
149         <funcprototype>
150             <funcdef>FcBool <function>FcCharSetAddChar</function></funcdef>
151                 <paramdef>FcCharSet *<parameter>fcs</parameter></paramdef>
152                 <paramdef>FcChar32 <parameter>ucs4</parameter></paramdef>
153         </funcprototype>
154         </funcsynopsis>
155         </refsynopsisdiv>
156         <refsect1><title>Description</title>
157             <para>
158 <function>FcCharSetAddChar</function> adds a single Unicode char to the set,
159 returning FcFalse on failure, either as a result of a constant set or from
160 running out of memory.
161             </para>
162         </refsect1>
163         <refsect1><title>Version</title>
164             <para>
165 Fontconfig version &version;
166             </para>
167         </refsect1>
168     </refentry>
169 <!--
170    fontconfig/doc/func.sgml
171   
172    Copyright © 2003 Keith Packard
173   
174    Permission to use, copy, modify, distribute, and sell this software and its
175    documentation for any purpose is hereby granted without fee, provided that
176    the above copyright notice appear in all copies and that both that
177    copyright notice and this permission notice appear in supporting
178    documentation, and that the name of the author(s) not be used in
179    advertising or publicity pertaining to distribution of the software without
180    specific, written prior permission.  The authors make no
181    representations about the suitability of this software for any purpose.  It
182    is provided "as is" without express or implied warranty.
183   
184    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
185    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
186    EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
187    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
188    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
189    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
190    PERFORMANCE OF THIS SOFTWARE.
191  -->
192     <refentry id="FcCharSetDelChar">
193         <refmeta>
194             <refentrytitle>FcCharSetDelChar</refentrytitle>
195             <manvolnum>3</manvolnum>
196         </refmeta>
197         <refnamediv>
198             <refname>FcCharSetDelChar</refname>
199             <refpurpose>Add a character to a charset</refpurpose>
200         </refnamediv>
201         <refsynopsisdiv>
202         <funcsynopsis>
203         <funcsynopsisinfo>
204 #include &lt;fontconfig/fontconfig.h&gt;
205         </funcsynopsisinfo>
206         <funcprototype>
207             <funcdef>FcBool <function>FcCharSetDelChar</function></funcdef>
208                 <paramdef>FcCharSet *<parameter>fcs</parameter></paramdef>
209                 <paramdef>FcChar32 <parameter>ucs4</parameter></paramdef>
210         </funcprototype>
211         </funcsynopsis>
212         </refsynopsisdiv>
213         <refsect1><title>Description</title>
214             <para>
215 <function>FcCharSetDelChar</function> deletes a single Unicode char from the set,
216 returning FcFalse on failure, either as a result of a constant set or from
217 running out of memory.
218             </para>
219         </refsect1>
220         <refsect1><title>Version</title>
221             <para>
222 Fontconfig version &version;
223             </para>
224         </refsect1>
225     </refentry>
226 <!--
227    fontconfig/doc/func.sgml
228   
229    Copyright © 2003 Keith Packard
230   
231    Permission to use, copy, modify, distribute, and sell this software and its
232    documentation for any purpose is hereby granted without fee, provided that
233    the above copyright notice appear in all copies and that both that
234    copyright notice and this permission notice appear in supporting
235    documentation, and that the name of the author(s) not be used in
236    advertising or publicity pertaining to distribution of the software without
237    specific, written prior permission.  The authors make no
238    representations about the suitability of this software for any purpose.  It
239    is provided "as is" without express or implied warranty.
240   
241    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
242    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
243    EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
244    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
245    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
246    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
247    PERFORMANCE OF THIS SOFTWARE.
248  -->
249     <refentry id="FcCharSetCopy">
250         <refmeta>
251             <refentrytitle>FcCharSetCopy</refentrytitle>
252             <manvolnum>3</manvolnum>
253         </refmeta>
254         <refnamediv>
255             <refname>FcCharSetCopy</refname>
256             <refpurpose>Copy a charset</refpurpose>
257         </refnamediv>
258         <refsynopsisdiv>
259         <funcsynopsis>
260         <funcsynopsisinfo>
261 #include &lt;fontconfig/fontconfig.h&gt;
262         </funcsynopsisinfo>
263         <funcprototype>
264             <funcdef>FcCharSet * <function>FcCharSetCopy</function></funcdef>
265                 <paramdef>FcCharSet *<parameter>src</parameter></paramdef>
266         </funcprototype>
267         </funcsynopsis>
268         </refsynopsisdiv>
269         <refsect1><title>Description</title>
270             <para>
271 Makes a copy of <parameter>src</parameter>; note that this may not actually do anything more
272 than increment the reference count on <parameter>src</parameter>.
273             </para>
274         </refsect1>
275         <refsect1><title>Version</title>
276             <para>
277 Fontconfig version &version;
278             </para>
279         </refsect1>
280     </refentry>
281 <!--
282    fontconfig/doc/func.sgml
283   
284    Copyright © 2003 Keith Packard
285   
286    Permission to use, copy, modify, distribute, and sell this software and its
287    documentation for any purpose is hereby granted without fee, provided that
288    the above copyright notice appear in all copies and that both that
289    copyright notice and this permission notice appear in supporting
290    documentation, and that the name of the author(s) not be used in
291    advertising or publicity pertaining to distribution of the software without
292    specific, written prior permission.  The authors make no
293    representations about the suitability of this software for any purpose.  It
294    is provided "as is" without express or implied warranty.
295   
296    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
297    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
298    EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
299    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
300    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
301    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
302    PERFORMANCE OF THIS SOFTWARE.
303  -->
304     <refentry id="FcCharSetEqual">
305         <refmeta>
306             <refentrytitle>FcCharSetEqual</refentrytitle>
307             <manvolnum>3</manvolnum>
308         </refmeta>
309         <refnamediv>
310             <refname>FcCharSetEqual</refname>
311             <refpurpose>Compare two charsets</refpurpose>
312         </refnamediv>
313         <refsynopsisdiv>
314         <funcsynopsis>
315         <funcsynopsisinfo>
316 #include &lt;fontconfig/fontconfig.h&gt;
317         </funcsynopsisinfo>
318         <funcprototype>
319             <funcdef>FcBool <function>FcCharSetEqual</function></funcdef>
320                 <paramdef>const FcCharSet *<parameter>a</parameter></paramdef>
321                 <paramdef>const FcCharSet *<parameter>b</parameter></paramdef>
322         </funcprototype>
323         </funcsynopsis>
324         </refsynopsisdiv>
325         <refsect1><title>Description</title>
326             <para>
327 Returns whether <parameter>a</parameter> and <parameter>b</parameter>
328 contain the same set of Unicode chars.
329             </para>
330         </refsect1>
331         <refsect1><title>Version</title>
332             <para>
333 Fontconfig version &version;
334             </para>
335         </refsect1>
336     </refentry>
337 <!--
338    fontconfig/doc/func.sgml
339   
340    Copyright © 2003 Keith Packard
341   
342    Permission to use, copy, modify, distribute, and sell this software and its
343    documentation for any purpose is hereby granted without fee, provided that
344    the above copyright notice appear in all copies and that both that
345    copyright notice and this permission notice appear in supporting
346    documentation, and that the name of the author(s) not be used in
347    advertising or publicity pertaining to distribution of the software without
348    specific, written prior permission.  The authors make no
349    representations about the suitability of this software for any purpose.  It
350    is provided "as is" without express or implied warranty.
351   
352    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
353    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
354    EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
355    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
356    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
357    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
358    PERFORMANCE OF THIS SOFTWARE.
359  -->
360     <refentry id="FcCharSetIntersect">
361         <refmeta>
362             <refentrytitle>FcCharSetIntersect</refentrytitle>
363             <manvolnum>3</manvolnum>
364         </refmeta>
365         <refnamediv>
366             <refname>FcCharSetIntersect</refname>
367             <refpurpose>Intersect charsets</refpurpose>
368         </refnamediv>
369         <refsynopsisdiv>
370         <funcsynopsis>
371         <funcsynopsisinfo>
372 #include &lt;fontconfig/fontconfig.h&gt;
373         </funcsynopsisinfo>
374         <funcprototype>
375             <funcdef>FcCharSet * <function>FcCharSetIntersect</function></funcdef>
376                 <paramdef>const FcCharSet *<parameter>a</parameter></paramdef>
377                 <paramdef>const FcCharSet *<parameter>b</parameter></paramdef>
378         </funcprototype>
379         </funcsynopsis>
380         </refsynopsisdiv>
381         <refsect1><title>Description</title>
382             <para>
383 Returns a set including only those chars found in both
384 <parameter>a</parameter> and <parameter>b</parameter>.
385             </para>
386         </refsect1>
387         <refsect1><title>Version</title>
388             <para>
389 Fontconfig version &version;
390             </para>
391         </refsect1>
392     </refentry>
393 <!--
394    fontconfig/doc/func.sgml
395   
396    Copyright © 2003 Keith Packard
397   
398    Permission to use, copy, modify, distribute, and sell this software and its
399    documentation for any purpose is hereby granted without fee, provided that
400    the above copyright notice appear in all copies and that both that
401    copyright notice and this permission notice appear in supporting
402    documentation, and that the name of the author(s) not be used in
403    advertising or publicity pertaining to distribution of the software without
404    specific, written prior permission.  The authors make no
405    representations about the suitability of this software for any purpose.  It
406    is provided "as is" without express or implied warranty.
407   
408    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
409    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
410    EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
411    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
412    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
413    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
414    PERFORMANCE OF THIS SOFTWARE.
415  -->
416     <refentry id="FcCharSetUnion">
417         <refmeta>
418             <refentrytitle>FcCharSetUnion</refentrytitle>
419             <manvolnum>3</manvolnum>
420         </refmeta>
421         <refnamediv>
422             <refname>FcCharSetUnion</refname>
423             <refpurpose>Add charsets</refpurpose>
424         </refnamediv>
425         <refsynopsisdiv>
426         <funcsynopsis>
427         <funcsynopsisinfo>
428 #include &lt;fontconfig/fontconfig.h&gt;
429         </funcsynopsisinfo>
430         <funcprototype>
431             <funcdef>FcCharSet * <function>FcCharSetUnion</function></funcdef>
432                 <paramdef>const FcCharSet *<parameter>a</parameter></paramdef>
433                 <paramdef>const FcCharSet *<parameter>b</parameter></paramdef>
434         </funcprototype>
435         </funcsynopsis>
436         </refsynopsisdiv>
437         <refsect1><title>Description</title>
438             <para>
439 Returns a set including only those chars found in either <parameter>a</parameter> or <parameter>b</parameter>.
440             </para>
441         </refsect1>
442         <refsect1><title>Version</title>
443             <para>
444 Fontconfig version &version;
445             </para>
446         </refsect1>
447     </refentry>
448 <!--
449    fontconfig/doc/func.sgml
450   
451    Copyright © 2003 Keith Packard
452   
453    Permission to use, copy, modify, distribute, and sell this software and its
454    documentation for any purpose is hereby granted without fee, provided that
455    the above copyright notice appear in all copies and that both that
456    copyright notice and this permission notice appear in supporting
457    documentation, and that the name of the author(s) not be used in
458    advertising or publicity pertaining to distribution of the software without
459    specific, written prior permission.  The authors make no
460    representations about the suitability of this software for any purpose.  It
461    is provided "as is" without express or implied warranty.
462   
463    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
464    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
465    EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
466    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
467    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
468    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
469    PERFORMANCE OF THIS SOFTWARE.
470  -->
471     <refentry id="FcCharSetSubtract">
472         <refmeta>
473             <refentrytitle>FcCharSetSubtract</refentrytitle>
474             <manvolnum>3</manvolnum>
475         </refmeta>
476         <refnamediv>
477             <refname>FcCharSetSubtract</refname>
478             <refpurpose>Subtract charsets</refpurpose>
479         </refnamediv>
480         <refsynopsisdiv>
481         <funcsynopsis>
482         <funcsynopsisinfo>
483 #include &lt;fontconfig/fontconfig.h&gt;
484         </funcsynopsisinfo>
485         <funcprototype>
486             <funcdef>FcCharSet * <function>FcCharSetSubtract</function></funcdef>
487                 <paramdef>const FcCharSet *<parameter>a</parameter></paramdef>
488                 <paramdef>const FcCharSet *<parameter>b</parameter></paramdef>
489         </funcprototype>
490         </funcsynopsis>
491         </refsynopsisdiv>
492         <refsect1><title>Description</title>
493             <para>
494 Returns a set including only those chars found in <parameter>a</parameter> but not <parameter>b</parameter>.
495             </para>
496         </refsect1>
497         <refsect1><title>Version</title>
498             <para>
499 Fontconfig version &version;
500             </para>
501         </refsect1>
502     </refentry>
503 <!--
504    fontconfig/doc/func.sgml
505   
506    Copyright © 2003 Keith Packard
507   
508    Permission to use, copy, modify, distribute, and sell this software and its
509    documentation for any purpose is hereby granted without fee, provided that
510    the above copyright notice appear in all copies and that both that
511    copyright notice and this permission notice appear in supporting
512    documentation, and that the name of the author(s) not be used in
513    advertising or publicity pertaining to distribution of the software without
514    specific, written prior permission.  The authors make no
515    representations about the suitability of this software for any purpose.  It
516    is provided "as is" without express or implied warranty.
517   
518    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
519    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
520    EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
521    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
522    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
523    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
524    PERFORMANCE OF THIS SOFTWARE.
525  -->
526     <refentry id="FcCharSetMerge">
527         <refmeta>
528             <refentrytitle>FcCharSetMerge</refentrytitle>
529             <manvolnum>3</manvolnum>
530         </refmeta>
531         <refnamediv>
532             <refname>FcCharSetMerge</refname>
533             <refpurpose>Merge charsets</refpurpose>
534         </refnamediv>
535         <refsynopsisdiv>
536         <funcsynopsis>
537         <funcsynopsisinfo>
538 #include &lt;fontconfig/fontconfig.h&gt;
539         </funcsynopsisinfo>
540         <funcprototype>
541             <funcdef>FcBool <function>FcCharSetMerge</function></funcdef>
542                 <paramdef>FcCharSet *<parameter>a</parameter></paramdef>
543                 <paramdef>const FcCharSet *<parameter>b</parameter></paramdef>
544                 <paramdef>FcBool *<parameter>changed</parameter></paramdef>
545         </funcprototype>
546         </funcsynopsis>
547         </refsynopsisdiv>
548         <refsect1><title>Description</title>
549             <para>
550 Adds all chars in <parameter>b</parameter> to <parameter>a</parameter>.
551 In other words, this is an in-place version of FcCharSetUnion.
552 If <parameter>changed</parameter> is not NULL, then it returns whether any new
553 chars from <parameter>b</parameter> were added to <parameter>a</parameter>.
554 Returns FcFalse on failure, either when <parameter>a</parameter> is a constant
555 set or from running out of memory.
556             </para>
557         </refsect1>
558         <refsect1><title>Version</title>
559             <para>
560 Fontconfig version &version;
561             </para>
562         </refsect1>
563     </refentry>
564 <!--
565    fontconfig/doc/func.sgml
566   
567    Copyright © 2003 Keith Packard
568   
569    Permission to use, copy, modify, distribute, and sell this software and its
570    documentation for any purpose is hereby granted without fee, provided that
571    the above copyright notice appear in all copies and that both that
572    copyright notice and this permission notice appear in supporting
573    documentation, and that the name of the author(s) not be used in
574    advertising or publicity pertaining to distribution of the software without
575    specific, written prior permission.  The authors make no
576    representations about the suitability of this software for any purpose.  It
577    is provided "as is" without express or implied warranty.
578   
579    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
580    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
581    EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
582    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
583    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
584    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
585    PERFORMANCE OF THIS SOFTWARE.
586  -->
587     <refentry id="FcCharSetHasChar">
588         <refmeta>
589             <refentrytitle>FcCharSetHasChar</refentrytitle>
590             <manvolnum>3</manvolnum>
591         </refmeta>
592         <refnamediv>
593             <refname>FcCharSetHasChar</refname>
594             <refpurpose>Check a charset for a char</refpurpose>
595         </refnamediv>
596         <refsynopsisdiv>
597         <funcsynopsis>
598         <funcsynopsisinfo>
599 #include &lt;fontconfig/fontconfig.h&gt;
600         </funcsynopsisinfo>
601         <funcprototype>
602             <funcdef>FcBool <function>FcCharSetHasChar</function></funcdef>
603                 <paramdef>const FcCharSet *<parameter>fcs</parameter></paramdef>
604                 <paramdef>FcChar32 <parameter>ucs4</parameter></paramdef>
605         </funcprototype>
606         </funcsynopsis>
607         </refsynopsisdiv>
608         <refsect1><title>Description</title>
609             <para>
610 Returns whether <parameter>fcs</parameter> contains the char <parameter>ucs4</parameter>.
611             </para>
612         </refsect1>
613         <refsect1><title>Version</title>
614             <para>
615 Fontconfig version &version;
616             </para>
617         </refsect1>
618     </refentry>
619 <!--
620    fontconfig/doc/func.sgml
621   
622    Copyright © 2003 Keith Packard
623   
624    Permission to use, copy, modify, distribute, and sell this software and its
625    documentation for any purpose is hereby granted without fee, provided that
626    the above copyright notice appear in all copies and that both that
627    copyright notice and this permission notice appear in supporting
628    documentation, and that the name of the author(s) not be used in
629    advertising or publicity pertaining to distribution of the software without
630    specific, written prior permission.  The authors make no
631    representations about the suitability of this software for any purpose.  It
632    is provided "as is" without express or implied warranty.
633   
634    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
635    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
636    EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
637    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
638    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
639    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
640    PERFORMANCE OF THIS SOFTWARE.
641  -->
642     <refentry id="FcCharSetCount">
643         <refmeta>
644             <refentrytitle>FcCharSetCount</refentrytitle>
645             <manvolnum>3</manvolnum>
646         </refmeta>
647         <refnamediv>
648             <refname>FcCharSetCount</refname>
649             <refpurpose>Count entries in a charset</refpurpose>
650         </refnamediv>
651         <refsynopsisdiv>
652         <funcsynopsis>
653         <funcsynopsisinfo>
654 #include &lt;fontconfig/fontconfig.h&gt;
655         </funcsynopsisinfo>
656         <funcprototype>
657             <funcdef>FcChar32 <function>FcCharSetCount</function></funcdef>
658                 <paramdef>const FcCharSet *<parameter>a</parameter></paramdef>
659         </funcprototype>
660         </funcsynopsis>
661         </refsynopsisdiv>
662         <refsect1><title>Description</title>
663             <para>
664 Returns the total number of Unicode chars in <parameter>a</parameter>.
665             </para>
666         </refsect1>
667         <refsect1><title>Version</title>
668             <para>
669 Fontconfig version &version;
670             </para>
671         </refsect1>
672     </refentry>
673 <!--
674    fontconfig/doc/func.sgml
675   
676    Copyright © 2003 Keith Packard
677   
678    Permission to use, copy, modify, distribute, and sell this software and its
679    documentation for any purpose is hereby granted without fee, provided that
680    the above copyright notice appear in all copies and that both that
681    copyright notice and this permission notice appear in supporting
682    documentation, and that the name of the author(s) not be used in
683    advertising or publicity pertaining to distribution of the software without
684    specific, written prior permission.  The authors make no
685    representations about the suitability of this software for any purpose.  It
686    is provided "as is" without express or implied warranty.
687   
688    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
689    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
690    EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
691    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
692    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
693    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
694    PERFORMANCE OF THIS SOFTWARE.
695  -->
696     <refentry id="FcCharSetIntersectCount">
697         <refmeta>
698             <refentrytitle>FcCharSetIntersectCount</refentrytitle>
699             <manvolnum>3</manvolnum>
700         </refmeta>
701         <refnamediv>
702             <refname>FcCharSetIntersectCount</refname>
703             <refpurpose>Intersect and count charsets</refpurpose>
704         </refnamediv>
705         <refsynopsisdiv>
706         <funcsynopsis>
707         <funcsynopsisinfo>
708 #include &lt;fontconfig/fontconfig.h&gt;
709         </funcsynopsisinfo>
710         <funcprototype>
711             <funcdef>FcChar32 <function>FcCharSetIntersectCount</function></funcdef>
712                 <paramdef>const FcCharSet *<parameter>a</parameter></paramdef>
713                 <paramdef>const FcCharSet *<parameter>b</parameter></paramdef>
714         </funcprototype>
715         </funcsynopsis>
716         </refsynopsisdiv>
717         <refsect1><title>Description</title>
718             <para>
719 Returns the number of chars that are in both <parameter>a</parameter> and <parameter>b</parameter>.
720             </para>
721         </refsect1>
722         <refsect1><title>Version</title>
723             <para>
724 Fontconfig version &version;
725             </para>
726         </refsect1>
727     </refentry>
728 <!--
729    fontconfig/doc/func.sgml
730   
731    Copyright © 2003 Keith Packard
732   
733    Permission to use, copy, modify, distribute, and sell this software and its
734    documentation for any purpose is hereby granted without fee, provided that
735    the above copyright notice appear in all copies and that both that
736    copyright notice and this permission notice appear in supporting
737    documentation, and that the name of the author(s) not be used in
738    advertising or publicity pertaining to distribution of the software without
739    specific, written prior permission.  The authors make no
740    representations about the suitability of this software for any purpose.  It
741    is provided "as is" without express or implied warranty.
742   
743    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
744    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
745    EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
746    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
747    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
748    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
749    PERFORMANCE OF THIS SOFTWARE.
750  -->
751     <refentry id="FcCharSetSubtractCount">
752         <refmeta>
753             <refentrytitle>FcCharSetSubtractCount</refentrytitle>
754             <manvolnum>3</manvolnum>
755         </refmeta>
756         <refnamediv>
757             <refname>FcCharSetSubtractCount</refname>
758             <refpurpose>Subtract and count charsets</refpurpose>
759         </refnamediv>
760         <refsynopsisdiv>
761         <funcsynopsis>
762         <funcsynopsisinfo>
763 #include &lt;fontconfig/fontconfig.h&gt;
764         </funcsynopsisinfo>
765         <funcprototype>
766             <funcdef>FcChar32 <function>FcCharSetSubtractCount</function></funcdef>
767                 <paramdef>const FcCharSet *<parameter>a</parameter></paramdef>
768                 <paramdef>const FcCharSet *<parameter>b</parameter></paramdef>
769         </funcprototype>
770         </funcsynopsis>
771         </refsynopsisdiv>
772         <refsect1><title>Description</title>
773             <para>
774 Returns the number of chars that are in <parameter>a</parameter> but not in <parameter>b</parameter>.
775             </para>
776         </refsect1>
777         <refsect1><title>Version</title>
778             <para>
779 Fontconfig version &version;
780             </para>
781         </refsect1>
782     </refentry>
783 <!--
784    fontconfig/doc/func.sgml
785   
786    Copyright © 2003 Keith Packard
787   
788    Permission to use, copy, modify, distribute, and sell this software and its
789    documentation for any purpose is hereby granted without fee, provided that
790    the above copyright notice appear in all copies and that both that
791    copyright notice and this permission notice appear in supporting
792    documentation, and that the name of the author(s) not be used in
793    advertising or publicity pertaining to distribution of the software without
794    specific, written prior permission.  The authors make no
795    representations about the suitability of this software for any purpose.  It
796    is provided "as is" without express or implied warranty.
797   
798    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
799    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
800    EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
801    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
802    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
803    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
804    PERFORMANCE OF THIS SOFTWARE.
805  -->
806     <refentry id="FcCharSetIsSubset">
807         <refmeta>
808             <refentrytitle>FcCharSetIsSubset</refentrytitle>
809             <manvolnum>3</manvolnum>
810         </refmeta>
811         <refnamediv>
812             <refname>FcCharSetIsSubset</refname>
813             <refpurpose>Test for charset inclusion</refpurpose>
814         </refnamediv>
815         <refsynopsisdiv>
816         <funcsynopsis>
817         <funcsynopsisinfo>
818 #include &lt;fontconfig/fontconfig.h&gt;
819         </funcsynopsisinfo>
820         <funcprototype>
821             <funcdef>FcBool <function>FcCharSetIsSubset</function></funcdef>
822                 <paramdef>const FcCharSet *<parameter>a</parameter></paramdef>
823                 <paramdef>const FcCharSet *<parameter>b</parameter></paramdef>
824         </funcprototype>
825         </funcsynopsis>
826         </refsynopsisdiv>
827         <refsect1><title>Description</title>
828             <para>
829 Returns whether <parameter>a</parameter> is a subset of <parameter>b</parameter>.
830             </para>
831         </refsect1>
832         <refsect1><title>Version</title>
833             <para>
834 Fontconfig version &version;
835             </para>
836         </refsect1>
837     </refentry>
838 <!--
839    fontconfig/doc/func.sgml
840   
841    Copyright © 2003 Keith Packard
842   
843    Permission to use, copy, modify, distribute, and sell this software and its
844    documentation for any purpose is hereby granted without fee, provided that
845    the above copyright notice appear in all copies and that both that
846    copyright notice and this permission notice appear in supporting
847    documentation, and that the name of the author(s) not be used in
848    advertising or publicity pertaining to distribution of the software without
849    specific, written prior permission.  The authors make no
850    representations about the suitability of this software for any purpose.  It
851    is provided "as is" without express or implied warranty.
852   
853    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
854    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
855    EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
856    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
857    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
858    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
859    PERFORMANCE OF THIS SOFTWARE.
860  -->
861     <refentry id="FcCharSetFirstPage">
862         <refmeta>
863             <refentrytitle>FcCharSetFirstPage</refentrytitle>
864             <manvolnum>3</manvolnum>
865         </refmeta>
866         <refnamediv>
867             <refname>FcCharSetFirstPage</refname>
868             <refpurpose>Start enumerating charset contents</refpurpose>
869         </refnamediv>
870         <refsynopsisdiv>
871         <funcsynopsis>
872         <funcsynopsisinfo>
873 #include &lt;fontconfig/fontconfig.h&gt;
874         </funcsynopsisinfo>
875         <funcprototype>
876             <funcdef>FcChar32 <function>FcCharSetFirstPage</function></funcdef>
877                 <paramdef>const FcCharSet *<parameter>a</parameter></paramdef>
878                 <paramdef>FcChar32[FC_CHARSET_MAP_SIZE] <parameter>map</parameter></paramdef>
879                 <paramdef>FcChar32 *<parameter>next</parameter></paramdef>
880         </funcprototype>
881         </funcsynopsis>
882         </refsynopsisdiv>
883         <refsect1><title>Description</title>
884             <para>
885 Builds an array of bits marking the first page of Unicode coverage of
886 <parameter>a</parameter>. Returns the base of the array. <parameter>next</parameter> contains the next page in the
887 font.
888             </para>
889         </refsect1>
890         <refsect1><title>Version</title>
891             <para>
892 Fontconfig version &version;
893             </para>
894         </refsect1>
895     </refentry>
896 <!--
897    fontconfig/doc/func.sgml
898   
899    Copyright © 2003 Keith Packard
900   
901    Permission to use, copy, modify, distribute, and sell this software and its
902    documentation for any purpose is hereby granted without fee, provided that
903    the above copyright notice appear in all copies and that both that
904    copyright notice and this permission notice appear in supporting
905    documentation, and that the name of the author(s) not be used in
906    advertising or publicity pertaining to distribution of the software without
907    specific, written prior permission.  The authors make no
908    representations about the suitability of this software for any purpose.  It
909    is provided "as is" without express or implied warranty.
910   
911    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
912    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
913    EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
914    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
915    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
916    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
917    PERFORMANCE OF THIS SOFTWARE.
918  -->
919     <refentry id="FcCharSetNextPage">
920         <refmeta>
921             <refentrytitle>FcCharSetNextPage</refentrytitle>
922             <manvolnum>3</manvolnum>
923         </refmeta>
924         <refnamediv>
925             <refname>FcCharSetNextPage</refname>
926             <refpurpose>Continue enumerating charset contents</refpurpose>
927         </refnamediv>
928         <refsynopsisdiv>
929         <funcsynopsis>
930         <funcsynopsisinfo>
931 #include &lt;fontconfig/fontconfig.h&gt;
932         </funcsynopsisinfo>
933         <funcprototype>
934             <funcdef>FcChar32 <function>FcCharSetNextPage</function></funcdef>
935                 <paramdef>const FcCharSet *<parameter>a</parameter></paramdef>
936                 <paramdef>FcChar32[FC_CHARSET_MAP_SIZE] <parameter>map</parameter></paramdef>
937                 <paramdef>FcChar32 *<parameter>next</parameter></paramdef>
938         </funcprototype>
939         </funcsynopsis>
940         </refsynopsisdiv>
941         <refsect1><title>Description</title>
942             <para>
943 Builds an array of bits marking the Unicode coverage of <parameter>a</parameter> for page
944 <parameter>*next</parameter>. Returns the base of the array. <parameter>next</parameter> contains the next page in
945 the font.
946             </para>
947         </refsect1>
948         <refsect1><title>Version</title>
949             <para>
950 Fontconfig version &version;
951             </para>
952         </refsect1>
953     </refentry>
954 <!--
955    fontconfig/doc/func.sgml
956   
957    Copyright © 2003 Keith Packard
958   
959    Permission to use, copy, modify, distribute, and sell this software and its
960    documentation for any purpose is hereby granted without fee, provided that
961    the above copyright notice appear in all copies and that both that
962    copyright notice and this permission notice appear in supporting
963    documentation, and that the name of the author(s) not be used in
964    advertising or publicity pertaining to distribution of the software without
965    specific, written prior permission.  The authors make no
966    representations about the suitability of this software for any purpose.  It
967    is provided "as is" without express or implied warranty.
968   
969    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
970    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
971    EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
972    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
973    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
974    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
975    PERFORMANCE OF THIS SOFTWARE.
976  -->
977     <refentry id="FcCharSetCoverage">
978         <refmeta>
979             <refentrytitle>FcCharSetCoverage</refentrytitle>
980             <manvolnum>3</manvolnum>
981         </refmeta>
982         <refnamediv>
983             <refname>FcCharSetCoverage</refname>
984             <refpurpose>DEPRECATED return coverage for a Unicode page</refpurpose>
985         </refnamediv>
986         <refsynopsisdiv>
987         <funcsynopsis>
988         <funcsynopsisinfo>
989 #include &lt;fontconfig/fontconfig.h&gt;
990         </funcsynopsisinfo>
991         <funcprototype>
992             <funcdef>FcChar32 <function>FcCharSetCoverage</function></funcdef>
993                 <paramdef>const FcCharSet *<parameter>a</parameter></paramdef>
994                 <paramdef>FcChar32<parameter>page</parameter></paramdef>
995                 <paramdef>FcChar32[8]<parameter>result</parameter></paramdef>
996         </funcprototype>
997         </funcsynopsis>
998         </refsynopsisdiv>
999         <refsect1><title>Description</title>
1000             <para>
1001 DEPRECATED
1002 This function returns a bitmask in <parameter>result</parameter> which
1003 indicates which code points in
1004 <parameter>page</parameter> are included in <parameter>a</parameter>.
1005 <function>FcCharSetCoverage</function> returns the next page in the charset which has any
1006 coverage.
1007             </para>
1008         </refsect1>
1009         <refsect1><title>Version</title>
1010             <para>
1011 Fontconfig version &version;
1012             </para>
1013         </refsect1>
1014     </refentry>
1015 <!--
1016    fontconfig/doc/func.sgml
1017   
1018    Copyright © 2003 Keith Packard
1019   
1020    Permission to use, copy, modify, distribute, and sell this software and its
1021    documentation for any purpose is hereby granted without fee, provided that
1022    the above copyright notice appear in all copies and that both that
1023    copyright notice and this permission notice appear in supporting
1024    documentation, and that the name of the author(s) not be used in
1025    advertising or publicity pertaining to distribution of the software without
1026    specific, written prior permission.  The authors make no
1027    representations about the suitability of this software for any purpose.  It
1028    is provided "as is" without express or implied warranty.
1029   
1030    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
1031    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
1032    EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
1033    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
1034    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
1035    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1036    PERFORMANCE OF THIS SOFTWARE.
1037  -->
1038     <refentry id="FcCharSetNew">
1039         <refmeta>
1040             <refentrytitle>FcCharSetNew</refentrytitle>
1041             <manvolnum>3</manvolnum>
1042         </refmeta>
1043         <refnamediv>
1044             <refname>FcCharSetNew</refname>
1045             <refpurpose>DEPRECATED alias for FcCharSetCreate</refpurpose>
1046         </refnamediv>
1047         <refsynopsisdiv>
1048         <funcsynopsis>
1049         <funcsynopsisinfo>
1050 #include &lt;fontconfig/fontconfig.h&gt;
1051         </funcsynopsisinfo>
1052         <funcprototype>
1053             <funcdef>FcCharSet * <function>FcCharSetNew</function></funcdef>
1054                 <paramdef>void<parameter></parameter></paramdef>
1055         </funcprototype>
1056         </funcsynopsis>
1057         </refsynopsisdiv>
1058         <refsect1><title>Description</title>
1059             <para>
1060 <function>FcCharSetNew</function> is a DEPRECATED alias for FcCharSetCreate.
1061             </para>
1062         </refsect1>
1063         <refsect1><title>Version</title>
1064             <para>
1065 Fontconfig version &version;
1066             </para>
1067         </refsect1>
1068     </refentry>