diff -Nru fontconfig-2.14.1/conf.d/10-no-sub-pixel.conf fontconfig-2.14.2/conf.d/10-no-sub-pixel.conf --- fontconfig-2.14.1/conf.d/10-no-sub-pixel.conf 2021-06-28 12:43:20.000000000 +0000 +++ fontconfig-2.14.2/conf.d/10-no-sub-pixel.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ - - - - Disable sub-pixel rendering - - - - none - - diff -Nru fontconfig-2.14.1/conf.d/10-sub-pixel-none.conf fontconfig-2.14.2/conf.d/10-sub-pixel-none.conf --- fontconfig-2.14.1/conf.d/10-sub-pixel-none.conf 1970-01-01 00:00:00.000000000 +0000 +++ fontconfig-2.14.2/conf.d/10-sub-pixel-none.conf 2022-11-28 09:17:51.000000000 +0000 @@ -0,0 +1,15 @@ + + + + Disable sub-pixel rendering + + + + none + + diff -Nru fontconfig-2.14.1/conf.d/Makefile.am fontconfig-2.14.2/conf.d/Makefile.am --- fontconfig-2.14.1/conf.d/Makefile.am 2022-10-21 04:39:48.000000000 +0000 +++ fontconfig-2.14.2/conf.d/Makefile.am 2022-11-28 09:17:51.000000000 +0000 @@ -1,8 +1,8 @@ -# +# # fontconfig/conf.d/Makefile.am -# +# # Copyright © 2005 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 # the above copyright notice appear in all copies and that both that @@ -12,7 +12,7 @@ # specific, written prior permission. The authors make no # representations about the suitability of this software for any purpose. It # is provided "as is" without express or implied warranty. -# +# # THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO # EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR @@ -33,7 +33,7 @@ 10-hinting-$(PREFERRED_HINTING).conf \ 10-scale-bitmap-fonts.conf \ 10-yes-antialias.conf \ - 10-sub-pixel-rgb.conf \ + 10-sub-pixel-$(PREFERRED_SUB_PIXEL_RENDERING).conf \ 11-lcdfilter-default.conf \ 20-unhint-small-vera.conf \ 30-metric-aliases.conf \ @@ -68,9 +68,9 @@ 10-hinting-none.conf \ 10-hinting-slight.conf \ 10-no-antialias.conf \ - 10-no-sub-pixel.conf \ 10-scale-bitmap-fonts.conf \ 10-sub-pixel-bgr.conf \ + 10-sub-pixel-none.conf \ 10-sub-pixel-rgb.conf \ 10-sub-pixel-vbgr.conf \ 10-sub-pixel-vrgb.conf \ diff -Nru fontconfig-2.14.1/conf.d/Makefile.in fontconfig-2.14.2/conf.d/Makefile.in --- fontconfig-2.14.1/conf.d/Makefile.in 2022-10-21 07:33:38.000000000 +0000 +++ fontconfig-2.14.2/conf.d/Makefile.in 2023-01-27 08:22:14.000000000 +0000 @@ -14,11 +14,11 @@ @SET_MAKE@ -# +# # fontconfig/conf.d/Makefile.am -# +# # Copyright © 2005 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 # the above copyright notice appear in all copies and that both that @@ -28,7 +28,7 @@ # specific, written prior permission. The authors make no # representations about the suitability of this software for any purpose. It # is provided "as is" without express or implied warranty. -# +# # THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO # EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR @@ -295,6 +295,7 @@ PKG_EXPAT_LIBS = @PKG_EXPAT_LIBS@ POSUB = @POSUB@ PREFERRED_HINTING = @PREFERRED_HINTING@ +PREFERRED_SUB_PIXEL_RENDERING = @PREFERRED_SUB_PIXEL_RENDERING@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_LIBS = @PTHREAD_LIBS@ @@ -390,7 +391,7 @@ 10-hinting-$(PREFERRED_HINTING).conf \ 10-scale-bitmap-fonts.conf \ 10-yes-antialias.conf \ - 10-sub-pixel-rgb.conf \ + 10-sub-pixel-$(PREFERRED_SUB_PIXEL_RENDERING).conf \ 11-lcdfilter-default.conf \ 20-unhint-small-vera.conf \ 30-metric-aliases.conf \ @@ -423,9 +424,9 @@ 10-hinting-none.conf \ 10-hinting-slight.conf \ 10-no-antialias.conf \ - 10-no-sub-pixel.conf \ 10-scale-bitmap-fonts.conf \ 10-sub-pixel-bgr.conf \ + 10-sub-pixel-none.conf \ 10-sub-pixel-rgb.conf \ 10-sub-pixel-vbgr.conf \ 10-sub-pixel-vrgb.conf \ diff -Nru fontconfig-2.14.1/conf.d/meson.build fontconfig-2.14.2/conf.d/meson.build --- fontconfig-2.14.1/conf.d/meson.build 2022-10-21 04:39:48.000000000 +0000 +++ fontconfig-2.14.2/conf.d/meson.build 2022-11-28 09:17:51.000000000 +0000 @@ -7,9 +7,9 @@ '10-hinting-none.conf', '10-hinting-slight.conf', '10-no-antialias.conf', - '10-no-sub-pixel.conf', '10-scale-bitmap-fonts.conf', '10-sub-pixel-bgr.conf', + '10-sub-pixel-none.conf', '10-sub-pixel-rgb.conf', '10-sub-pixel-vbgr.conf', '10-sub-pixel-vrgb.conf', @@ -41,12 +41,13 @@ ] preferred_hinting = get_option('default-hinting') +preferred_sub_pixel_rendering = get_option('default-sub-pixel-rendering') conf_links = [ '10-hinting-@0@.conf'.format(preferred_hinting), '10-scale-bitmap-fonts.conf', + '10-sub-pixel-@0@.conf'.format(preferred_sub_pixel_rendering), '10-yes-antialias.conf', - '10-sub-pixel-rgb.conf', '11-lcdfilter-default.conf', '20-unhint-small-vera.conf', '30-metric-aliases.conf', diff -Nru fontconfig-2.14.1/config.h.in fontconfig-2.14.2/config.h.in --- fontconfig-2.14.1/config.h.in 2022-10-21 07:34:25.000000000 +0000 +++ fontconfig-2.14.2/config.h.in 2023-01-27 08:22:14.000000000 +0000 @@ -172,7 +172,7 @@ /* Have Solaris __machine_*_barrier and atomic_* operations */ #undef HAVE_SOLARIS_ATOMIC_OPS -/* Have Intel __sync_* atomic primitives */ +/* Have C99 stdatomic atomic primitives */ #undef HAVE_STDATOMIC_PRIMITIVES /* Define to 1 if you have the header file. */ diff -Nru fontconfig-2.14.1/configure fontconfig-2.14.2/configure --- fontconfig-2.14.1/configure 2022-10-21 07:33:38.000000000 +0000 +++ fontconfig-2.14.2/configure 2023-01-27 08:22:13.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for fontconfig 2.14.1. +# Generated by GNU Autoconf 2.71 for fontconfig 2.14.2. # # Report bugs to . # @@ -622,8 +622,8 @@ # Identity of this package. PACKAGE_NAME='fontconfig' PACKAGE_TARNAME='fontconfig' -PACKAGE_VERSION='2.14.1' -PACKAGE_STRING='fontconfig 2.14.1' +PACKAGE_VERSION='2.14.2' +PACKAGE_STRING='fontconfig 2.14.2' PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new' PACKAGE_URL='' @@ -692,6 +692,7 @@ FC_ADD_FONTS FC_DEFAULT_FONTS PREFERRED_HINTING +PREFERRED_SUB_PIXEL_RENDERING ENABLE_JSONC_FALSE ENABLE_JSONC_TRUE JSONC_LIBS @@ -911,6 +912,7 @@ with_expat_includes with_expat_lib enable_libxml2 +with_default_sub_pixel_rendering with_default_hinting with_default_fonts with_add_fonts @@ -1494,7 +1496,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures fontconfig 2.14.1 to adapt to many kinds of systems. +\`configure' configures fontconfig 2.14.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1565,7 +1567,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of fontconfig 2.14.1:";; + short | recursive ) echo "Configuration of fontconfig 2.14.2:";; esac cat <<\_ACEOF @@ -1626,6 +1628,10 @@ --with-expat-includes=DIR Use Expat includes in DIR --with-expat-lib=DIR + --with-default-sub-pixel-rendering=NAME + Enable your preferred sub-pixel rendering + configuration (none/bgr/rgb/vbgr/vrgb) + [default=none] --with-default-hinting=NAME Enable your preferred hinting configuration (none/slight/medium/full) [default=slight] @@ -1746,7 +1752,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -fontconfig configure 2.14.1 +fontconfig configure 2.14.2 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2403,7 +2409,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by fontconfig $as_me 2.14.1, which was +It was created by fontconfig $as_me 2.14.2, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3678,7 +3684,7 @@ # Define the identity of the package. PACKAGE='fontconfig' - VERSION='2.14.1' + VERSION='2.14.2' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -19297,6 +19303,30 @@ # +# Set default sub-pixel rendering +# + + +# Check whether --with-default-sub-pixel-rendering was given. +if test ${with_default_sub_pixel_rendering+y} +then : + withval=$with_default_sub_pixel_rendering; preferred_sub_pixel_rendering="$withval" +else $as_nop + preferred_sub_pixel_rendering=none +fi + + +case "$preferred_sub_pixel_rendering" in +none|bgr|rgb|vbgr|vrgb) + PREFERRED_SUB_PIXEL_RENDERING="$preferred_sub_pixel_rendering" + + ;; +*) + as_fn_error $? "Invalid sub-pixel rendering. please choose one of none, bgr, rgb, vbgr, or vrgb" "$LINENO" 5 + ;; +esac + +# # Set default hinting # @@ -21264,7 +21294,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by fontconfig $as_me 2.14.1, which was +This file was extended by fontconfig $as_me 2.14.2, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21332,7 +21362,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -fontconfig config.status 2.14.1 +fontconfig config.status 2.14.2 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff -Nru fontconfig-2.14.1/configure.ac fontconfig-2.14.2/configure.ac --- fontconfig-2.14.1/configure.ac 2022-10-21 05:14:03.000000000 +0000 +++ fontconfig-2.14.2/configure.ac 2023-01-27 05:46:22.000000000 +0000 @@ -1,8 +1,8 @@ -dnl +dnl dnl fontconfig/configure.in -dnl +dnl dnl Copyright © 2003 Keith Packard -dnl +dnl dnl Permission to use, copy, modify, distribute, and sell this software and its dnl documentation for any purpose is hereby granted without fee, provided that dnl the above copyright notice appear in all copies and that both that @@ -12,7 +12,7 @@ dnl specific, written prior permission. The authors make no dnl representations about the suitability of this software for any purpose. It dnl is provided "as is" without express or implied warranty. -dnl +dnl dnl THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, dnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO dnl EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR @@ -26,14 +26,14 @@ AC_PREREQ(2.61) dnl ========================================================================== -dnl Versioning +dnl Versioning dnl ========================================================================== dnl This is the package version number, not the shared library dnl version. This same version number must appear in fontconfig/fontconfig.h dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's dnl not possible to extract the version number here from fontconfig.h -AC_INIT([fontconfig], [2.14.1], [https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new]) +AC_INIT([fontconfig], [2.14.2], [https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new]) AM_INIT_AUTOMAKE([1.11 parallel-tests dist-xz]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) @@ -456,6 +456,25 @@ AC_SUBST(JSONC_LIBS) # +# Set default sub-pixel rendering +# + +AC_ARG_WITH(default-sub-pixel-rendering, + [AC_HELP_STRING([--with-default-sub-pixel-rendering=NAME], + [Enable your preferred sub-pixel rendering configuration (none/bgr/rgb/vbgr/vrgb) [default=none]])], + preferred_sub_pixel_rendering="$withval", preferred_sub_pixel_rendering=none) + +case "$preferred_sub_pixel_rendering" in +none|bgr|rgb|vbgr|vrgb) + PREFERRED_SUB_PIXEL_RENDERING="$preferred_sub_pixel_rendering" + AC_SUBST(PREFERRED_SUB_PIXEL_RENDERING) + ;; +*) + AC_MSG_ERROR([Invalid sub-pixel rendering. please choose one of none, bgr, rgb, vbgr, or vrgb]) + ;; +esac + +# # Set default hinting # @@ -562,7 +581,7 @@ "") ;; *) - FC_FONTPATH=`echo $FC_ADD_FONTS | + FC_FONTPATH=`echo $FC_ADD_FONTS | sed -e 's/^//' -e 's/$/<\/dir>/' -e 's/,/<\/dir> /g'` ;; esac @@ -679,7 +698,7 @@ ) ]) if $fc_cv_have_stdatomic_atomic_primitives; then - AC_DEFINE(HAVE_STDATOMIC_PRIMITIVES, 1, [Have Intel __sync_* atomic primitives]) + AC_DEFINE(HAVE_STDATOMIC_PRIMITIVES, 1, [Have C99 stdatomic atomic primitives]) fi AC_CACHE_CHECK([for Intel atomic primitives], fc_cv_have_intel_atomic_primitives, [ diff -Nru fontconfig-2.14.1/debian/changelog fontconfig-2.14.2/debian/changelog --- fontconfig-2.14.1/debian/changelog 2023-05-18 16:28:38.000000000 +0000 +++ fontconfig-2.14.2/debian/changelog 2023-08-20 12:00:29.000000000 +0000 @@ -1,3 +1,121 @@ +fontconfig (2.14.2-4ubuntu1) mantic; urgency=medium + + * Merge from Debian unstable. Remaining changes: + - debian/source_fontconfig.py, debian/fontconfig.install: + + Install apport hook + - debian/fontconfig-config.install: + + Install fonts-conf.5.gz + - Add 04_ubuntu_monospace_lcd_filter_conf.patch: + + Use legacy lcdfilter with smaller monospace fonts + - Add 05_lcdfilterlegacy.patch: Recognize const value "lcdfilterlegacy", + used in Ubuntu before upstream introduced "lcdlegacy" + - Add 07_no_bitmaps.patch: + + Install 70-no-bitmaps.conf + - Add 0001-cache-If-nsec-is-zero-don-t-use-it-for-comparisons.patch + + If nsec is zero, don't use it for comparisons + - Drop debian/fontconfig-config.NEWS, debian/fontconfig-config.templates, + debian/fontconfig-config.config, and associated po files. + Modify debian/rules, debian/fontconfig-config.postinst, + debian/fontconfig-config.postrm, and debian/README.Debian. + + Don't provide debconf prompts + - debian/fontconfig-config.maintscript: + + Entries due to dropped Ubuntu patches and move from /etc to /usr + - debian/rules: + + Config option to generate the 10-sub-pixel-rgb.conf symlink + - debian/control: + + Make fontconfig-config break/replace kubuntu-settings-desktop + << 1:23.04.3 to handle symlink conflict + + -- Gunnar Hjalmarsson Sun, 20 Aug 2023 14:00:29 +0200 + +fontconfig (2.14.2-4) unstable; urgency=medium + + * Team upload + * Change the default monospcace font for latin scipts + - Upstream‘s default monospace font for latin scripts is currently + Noto Sans Mono, and that has been reflected in Debian since + fontconfig 2.14.1-3. Due to some deficiencies in that font, we + change it to the well established DejaVu Sans Mono. To cover + situations when the fonts-dejavu-mono package is not installed, + we put the Noto Mono font — included in the fonts-noto-mono + package — as the second one in the list. (Closes: #1028897) + + -- Gunnar Hjalmarsson Sun, 20 Aug 2023 13:37:33 +0200 + +fontconfig (2.14.2-3ubuntu1) mantic; urgency=medium + + * Merge from Debian unstable. Remaining changes: + - debian/source_fontconfig.py, debian/fontconfig.install: + + Install apport hook + - debian/fontconfig-config.install: + + Install fonts-conf.5.gz + - Add 04_ubuntu_monospace_lcd_filter_conf.patch: + + Use legacy lcdfilter with smaller monospace fonts + - Add 05_lcdfilterlegacy.patch: Recognize const value "lcdfilterlegacy", + used in Ubuntu before upstream introduced "lcdlegacy" + - Add 07_no_bitmaps.patch: + + Install 70-no-bitmaps.conf + - Add 0001-cache-If-nsec-is-zero-don-t-use-it-for-comparisons.patch + + If nsec is zero, don't use it for comparisons + - Drop debian/fontconfig-config.NEWS, debian/fontconfig-config.templates, + debian/fontconfig-config.config, and associated po files. + Modify debian/rules, debian/fontconfig-config.postinst, + debian/fontconfig-config.postrm, and debian/README.Debian. + + Don't provide debconf prompts + - debian/fontconfig-config.maintscript: + + Entries due to dropped Ubuntu patches and move from /etc to /usr + - debian/rules: + + Config option to generate the 10-sub-pixel-rgb.conf symlink + - debian/control: + + Make fontconfig-config break/replace kubuntu-settings-desktop + << 1:23.04.3 to handle symlink conflict + * debian/rules: + - Add config option to keep installing the 10-sub-pixel-rgb.conf + symlink. + + -- Gunnar Hjalmarsson Fri, 11 Aug 2023 15:53:28 +0200 + +fontconfig (2.14.2-3) unstable; urgency=medium + + * Team upload + * Add back debian/not-installed + - Installing the libfontconfig.la file was not a good idea. + + -- Gunnar Hjalmarsson Fri, 11 Aug 2023 01:42:45 +0200 + +fontconfig (2.14.2-2) unstable; urgency=medium + + * Team upload + * Install remaining files + - The newly created debian/not-installed file dropped. + + -- Gunnar Hjalmarsson Thu, 10 Aug 2023 15:59:26 +0200 + +fontconfig (2.14.2-1) unstable; urgency=medium + + * Team upload. + + [ Gunnar Hjalmarsson ] + * Add Noto to list of font package dependency options + * New upstream release + * Revert "Remove upstream supplied conf.d/10-sub-pixel-rgb.conf" + - Upstream no longer creates that symlink by default. + * Update debian/libfontconfig1.symbols + * Bump Standards-Version to 4.6.2 + * Fixed some Lintian issues + - This includes creating d/not-installed after having bumped + debhelper-compat to 13. d/not-installed contains quite a few + files, and should be reviewed later. + * Delete obsolete entries in d/fontconfig-config.maintscript + + [ Fabian Greffrath ] + * Remove ttf-bitstream-vera from fontconfig-config's alternative + dependencies (Closes: #998284). + * Remove fonts-liberation2, it is a transitional dummy package now + (Closes: #1041263). + + -- Gunnar Hjalmarsson Thu, 10 Aug 2023 11:59:21 +0200 + fontconfig (2.14.1-4ubuntu1) mantic; urgency=low * Merge from Debian unstable. Remaining changes: diff -Nru fontconfig-2.14.1/debian/control fontconfig-2.14.2/debian/control --- fontconfig-2.14.1/debian/control 2023-03-08 03:17:35.000000000 +0000 +++ fontconfig-2.14.2/debian/control 2023-08-10 21:45:48.000000000 +0000 @@ -5,7 +5,7 @@ XSBC-Original-Maintainer: Debian freedesktop.org maintainers Uploaders: Keith Packard , Emilio Pozuelo Monfort , -Build-Depends: debhelper-compat (= 11), +Build-Depends: debhelper-compat (= 13), libfreetype-dev (>= 2.8.1), libexpat1-dev, uuid-dev, @@ -16,7 +16,8 @@ Build-Depends-Indep: docbook , docbook-utils , texlive-formats-extra -Standards-Version: 4.2.1 +Standards-Version: 4.6.2 +Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/freedesktop-team/fontconfig.git Vcs-Browser: https://salsa.debian.org/freedesktop-team/fontconfig Homepage: https://www.freedesktop.org/wiki/Software/fontconfig/ @@ -45,10 +46,11 @@ Package: fontconfig-config Architecture: any Depends: ${misc:Depends}, -# Bitstream Vera and derivatives - fonts-dejavu-core | ttf-bitstream-vera | + fonts-noto-core | +# Bitstream Vera derivatives + fonts-dejavu-core | # clones of Arial, Times New Roman and Courier New - fonts-liberation | fonts-liberation2 | fonts-croscore | + fonts-liberation | fonts-croscore | # clones of Helvetica, Times and Courier fonts-freefont-otf | fonts-freefont-ttf | fonts-urw-base35 | fonts-texgyre Multi-Arch: foreign diff -Nru fontconfig-2.14.1/debian/fontconfig.install fontconfig-2.14.2/debian/fontconfig.install --- fontconfig-2.14.1/debian/fontconfig.install 2023-03-08 03:17:35.000000000 +0000 +++ fontconfig-2.14.2/debian/fontconfig.install 2023-08-10 22:08:43.000000000 +0000 @@ -1,3 +1,3 @@ usr/bin/fc-* +usr/share/locale debian/source_fontconfig.py /usr/share/apport/package-hooks - diff -Nru fontconfig-2.14.1/debian/libfontconfig1.symbols fontconfig-2.14.2/debian/libfontconfig1.symbols --- fontconfig-2.14.1/debian/libfontconfig1.symbols 2023-01-13 20:30:26.000000000 +0000 +++ fontconfig-2.14.2/debian/libfontconfig1.symbols 2023-08-10 07:55:17.000000000 +0000 @@ -137,6 +137,7 @@ FcMatrixShear@Base 2.12.6 FcNameConstant@Base 2.12.6 FcNameGetConstant@Base 2.12.6 + FcNameGetConstantFor@Base 2.14.2 FcNameGetObjectType@Base 2.12.6 FcNameParse@Base 2.12.6 FcNameRegisterConstants@Base 2.12.6 diff -Nru fontconfig-2.14.1/debian/libfontconfig-dev.install fontconfig-2.14.2/debian/libfontconfig-dev.install --- fontconfig-2.14.1/debian/libfontconfig-dev.install 2023-01-05 16:20:27.000000000 +0000 +++ fontconfig-2.14.2/debian/libfontconfig-dev.install 2023-08-11 00:06:34.000000000 +0000 @@ -2,3 +2,4 @@ usr/lib/*/pkgconfig/fontconfig.pc usr/lib/*/libfontconfig*.a usr/lib/*/libfontconfig*.so +usr/share/gettext/its diff -Nru fontconfig-2.14.1/debian/libfontconfig-doc.install fontconfig-2.14.2/debian/libfontconfig-doc.install --- fontconfig-2.14.1/debian/libfontconfig-doc.install 1970-01-01 00:00:00.000000000 +0000 +++ fontconfig-2.14.2/debian/libfontconfig-doc.install 2023-08-10 13:15:36.000000000 +0000 @@ -0,0 +1,2 @@ +usr/share/doc/fontconfig/fontconfig-devel/* usr/share/doc/libfontconfig-dev/fontconfig-devel +usr/share/doc/fontconfig/fontconfig-*.* usr/share/doc/libfontconfig-dev diff -Nru fontconfig-2.14.1/debian/not-installed fontconfig-2.14.2/debian/not-installed --- fontconfig-2.14.1/debian/not-installed 1970-01-01 00:00:00.000000000 +0000 +++ fontconfig-2.14.2/debian/not-installed 2023-08-11 00:07:59.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libfontconfig.la diff -Nru fontconfig-2.14.1/debian/patches/04_mgopen_fonts.patch fontconfig-2.14.2/debian/patches/04_mgopen_fonts.patch --- fontconfig-2.14.1/debian/patches/04_mgopen_fonts.patch 2023-01-05 16:20:27.000000000 +0000 +++ fontconfig-2.14.2/debian/patches/04_mgopen_fonts.patch 2023-08-10 08:26:17.000000000 +0000 @@ -1,3 +1,5 @@ +Description: Add missing MgOpen fonts to 40- and 65-nonlatin.conf + Index: fontconfig-2.11.0/conf.d/40-nonlatin.conf =================================================================== --- fontconfig-2.11.0.orig/conf.d/40-nonlatin.conf 2013-10-11 05:10:16.000000000 +0200 diff -Nru fontconfig-2.14.1/debian/patches/change-default-mono-font-for-latin.patch fontconfig-2.14.2/debian/patches/change-default-mono-font-for-latin.patch --- fontconfig-2.14.1/debian/patches/change-default-mono-font-for-latin.patch 1970-01-01 00:00:00.000000000 +0000 +++ fontconfig-2.14.2/debian/patches/change-default-mono-font-for-latin.patch 2023-08-19 22:19:56.000000000 +0000 @@ -0,0 +1,28 @@ +From: Gunnar Hjalmarsson +Subject: Change the default monospcace font for latin scipts + +Upstream‘s default monospace font for latin scripts is currently +Noto Sans Mono, and that has been reflected in Debian since +fontconfig 2.14.1-3. Due to some deficiencies in that font, we change +it to the well established DejaVu Sans Mono. To cover situations when +the fonts-dejavu-mono package is not installed, we put the Noto Mono +font — included in the fonts-noto-mono package — as the second one in +the list. + +Bug-Debian: https://bugs.debian.org/1028897 +Forwarded: not-needed +Last-Update: 2023-08-20 + +--- a/conf.d/60-latin.conf ++++ b/conf.d/60-latin.conf +@@ -35,8 +35,9 @@ + + monospace + +- Noto Sans Mono + DejaVu Sans Mono ++ Noto Mono ++ Noto Sans Mono + Inconsolata + Andale Mono + Courier New diff -Nru fontconfig-2.14.1/debian/patches/series fontconfig-2.14.2/debian/patches/series --- fontconfig-2.14.1/debian/patches/series 2023-03-08 03:17:35.000000000 +0000 +++ fontconfig-2.14.2/debian/patches/series 2023-08-20 11:56:29.000000000 +0000 @@ -3,6 +3,7 @@ skip-dpkg-tmp-files.patch disable-crbug1004354.patch make-byteReverse-hidden.patch +change-default-mono-font-for-latin.patch #ubuntu patches 04_ubuntu_monospace_lcd_filter_conf.patch 05_lcdfilterlegacy.patch diff -Nru fontconfig-2.14.1/debian/rules fontconfig-2.14.2/debian/rules --- fontconfig-2.14.1/debian/rules 2023-05-18 16:28:38.000000000 +0000 +++ fontconfig-2.14.2/debian/rules 2023-08-11 00:58:12.000000000 +0000 @@ -10,7 +10,8 @@ dh $@ override_dh_auto_configure: - dh_auto_configure -- --enable-static $(BUILD_DOC) --with-add-fonts=/usr/local/share/fonts + dh_auto_configure -- --enable-static $(BUILD_DOC) --with-add-fonts=/usr/local/share/fonts \ + --with-default-sub-pixel-rendering=rgb override_dh_makeshlibs: dh_makeshlibs -plibfontconfig1 -V"libfontconfig1 (>= 2.13)" --add-udeb="fontconfig-udeb" -- -c4 diff -Nru fontconfig-2.14.1/doc/FcAtomicCreate.3 fontconfig-2.14.2/doc/FcAtomicCreate.3 --- fontconfig-2.14.1/doc/FcAtomicCreate.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcAtomicCreate.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcAtomicCreate" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcAtomicCreate" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcAtomicCreate \- create an FcAtomic object .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcAtomicDeleteNew.3 fontconfig-2.14.2/doc/FcAtomicDeleteNew.3 --- fontconfig-2.14.1/doc/FcAtomicDeleteNew.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcAtomicDeleteNew.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcAtomicDeleteNew" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcAtomicDeleteNew" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcAtomicDeleteNew \- delete new file .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcAtomicDestroy.3 fontconfig-2.14.2/doc/FcAtomicDestroy.3 --- fontconfig-2.14.1/doc/FcAtomicDestroy.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcAtomicDestroy.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcAtomicDestroy" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcAtomicDestroy" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcAtomicDestroy \- destroy an FcAtomic object .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fcatomic.fncs fontconfig-2.14.2/doc/fcatomic.fncs --- fontconfig-2.14.1/doc/fcatomic.fncs 2016-07-11 02:41:05.000000000 +0000 +++ fontconfig-2.14.2/doc/fcatomic.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -24,8 +24,8 @@ @RET@ FcAtomic * @FUNC@ FcAtomicCreate -@TYPE1@ const FcChar8 * @ARG1@ file -@PURPOSE@ create an FcAtomic object +@TYPE1@ const FcChar8 * @ARG1@ file +@PURPOSE@ create an FcAtomic object @DESC@ Creates a data structure containing data needed to control access to file. Writing is done to a separate file. Once that file is complete, the original @@ -36,7 +36,7 @@ @RET@ FcBool @FUNC@ FcAtomicLock @TYPE1@ FcAtomic * @ARG1@ atomic -@PURPOSE@ lock a file +@PURPOSE@ lock a file @DESC@ Attempts to lock the file referenced by atomic. Returns FcFalse if the file is already locked, else returns FcTrue and @@ -46,7 +46,7 @@ @RET@ FcChar8 * @FUNC@ FcAtomicNewFile @TYPE1@ FcAtomic * @ARG1@ atomic -@PURPOSE@ return new temporary file name +@PURPOSE@ return new temporary file name @DESC@ Returns the filename for writing a new version of the file referenced by atomic. @@ -55,7 +55,7 @@ @RET@ FcChar8 * @FUNC@ FcAtomicOrigFile @TYPE1@ FcAtomic * @ARG1@ atomic -@PURPOSE@ return original file name +@PURPOSE@ return original file name @DESC@ Returns the file referenced by atomic. @@ @@ -63,7 +63,7 @@ @RET@ FcBool @FUNC@ FcAtomicReplaceOrig @TYPE1@ FcAtomic * @ARG1@ atomic -@PURPOSE@ replace original with new +@PURPOSE@ replace original with new @DESC@ Replaces the original file referenced by atomic with the new file. Returns FcFalse if the file cannot be replaced due to @@ -73,7 +73,7 @@ @RET@ void @FUNC@ FcAtomicDeleteNew @TYPE1@ FcAtomic * @ARG1@ atomic -@PURPOSE@ delete new file +@PURPOSE@ delete new file @DESC@ Deletes the new file. Used in error recovery to back out changes. @@ @@ -81,7 +81,7 @@ @RET@ void @FUNC@ FcAtomicUnlock @TYPE1@ FcAtomic * @ARG1@ atomic -@PURPOSE@ unlock a file +@PURPOSE@ unlock a file @DESC@ Unlocks the file. @@ @@ -89,7 +89,7 @@ @RET@ void @FUNC@ FcAtomicDestroy @TYPE1@ FcAtomic * @ARG1@ atomic -@PURPOSE@ destroy an FcAtomic object +@PURPOSE@ destroy an FcAtomic object @DESC@ Destroys atomic. @@ diff -Nru fontconfig-2.14.1/doc/FcAtomicLock.3 fontconfig-2.14.2/doc/FcAtomicLock.3 --- fontconfig-2.14.1/doc/FcAtomicLock.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcAtomicLock.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcAtomicLock" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcAtomicLock" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcAtomicLock \- lock a file .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcAtomicNewFile.3 fontconfig-2.14.2/doc/FcAtomicNewFile.3 --- fontconfig-2.14.1/doc/FcAtomicNewFile.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcAtomicNewFile.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcAtomicNewFile" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcAtomicNewFile" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcAtomicNewFile \- return new temporary file name .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcAtomicOrigFile.3 fontconfig-2.14.2/doc/FcAtomicOrigFile.3 --- fontconfig-2.14.1/doc/FcAtomicOrigFile.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcAtomicOrigFile.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcAtomicOrigFile" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcAtomicOrigFile" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcAtomicOrigFile \- return original file name .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcAtomicReplaceOrig.3 fontconfig-2.14.2/doc/FcAtomicReplaceOrig.3 --- fontconfig-2.14.1/doc/FcAtomicReplaceOrig.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcAtomicReplaceOrig.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcAtomicReplaceOrig" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcAtomicReplaceOrig" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcAtomicReplaceOrig \- replace original with new .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcAtomicUnlock.3 fontconfig-2.14.2/doc/FcAtomicUnlock.3 --- fontconfig-2.14.1/doc/FcAtomicUnlock.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcAtomicUnlock.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcAtomicUnlock" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcAtomicUnlock" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcAtomicUnlock \- unlock a file .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcBlanksAdd.3 fontconfig-2.14.2/doc/FcBlanksAdd.3 --- fontconfig-2.14.1/doc/FcBlanksAdd.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcBlanksAdd.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcBlanksAdd" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcBlanksAdd" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcBlanksAdd \- Add a character to an FcBlanks .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcBlanksCreate.3 fontconfig-2.14.2/doc/FcBlanksCreate.3 --- fontconfig-2.14.1/doc/FcBlanksCreate.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcBlanksCreate.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcBlanksCreate" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcBlanksCreate" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcBlanksCreate \- Create an FcBlanks .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcBlanksDestroy.3 fontconfig-2.14.2/doc/FcBlanksDestroy.3 --- fontconfig-2.14.1/doc/FcBlanksDestroy.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcBlanksDestroy.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcBlanksDestroy" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcBlanksDestroy" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcBlanksDestroy \- Destroy and FcBlanks .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fcblanks.fncs fontconfig-2.14.2/doc/fcblanks.fncs --- fontconfig-2.14.1/doc/fcblanks.fncs 2019-10-16 10:05:28.000000000 +0000 +++ fontconfig-2.14.2/doc/fcblanks.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -21,39 +21,39 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -@RET@ FcBlanks * -@FUNC@ FcBlanksCreate -@TYPE1@ void -@PURPOSE@ Create an FcBlanks +@RET@ FcBlanks * +@FUNC@ FcBlanksCreate +@TYPE1@ void +@PURPOSE@ Create an FcBlanks @DESC@ FcBlanks is deprecated. This function always returns NULL. @@ -@RET@ void -@FUNC@ FcBlanksDestroy -@TYPE1@ FcBlanks * @ARG1@ b -@PURPOSE@ Destroy and FcBlanks +@RET@ void +@FUNC@ FcBlanksDestroy +@TYPE1@ FcBlanks * @ARG1@ b +@PURPOSE@ Destroy and FcBlanks @DESC@ FcBlanks is deprecated. This function does nothing. @@ -@RET@ FcBool -@FUNC@ FcBlanksAdd -@TYPE1@ FcBlanks * @ARG1@ b -@TYPE2@ FcChar32% @ARG2@ ucs4 -@PURPOSE@ Add a character to an FcBlanks +@RET@ FcBool +@FUNC@ FcBlanksAdd +@TYPE1@ FcBlanks * @ARG1@ b +@TYPE2@ FcChar32% @ARG2@ ucs4 +@PURPOSE@ Add a character to an FcBlanks @DESC@ FcBlanks is deprecated. This function always returns FALSE. @@ -@RET@ FcBool -@FUNC@ FcBlanksIsMember -@TYPE1@ FcBlanks * @ARG1@ b -@TYPE2@ FcChar32% @ARG2@ ucs4 -@PURPOSE@ Query membership in an FcBlanks +@RET@ FcBool +@FUNC@ FcBlanksIsMember +@TYPE1@ FcBlanks * @ARG1@ b +@TYPE2@ FcChar32% @ARG2@ ucs4 +@PURPOSE@ Query membership in an FcBlanks @DESC@ FcBlanks is deprecated. This function always returns FALSE. diff -Nru fontconfig-2.14.1/doc/FcBlanksIsMember.3 fontconfig-2.14.2/doc/FcBlanksIsMember.3 --- fontconfig-2.14.1/doc/FcBlanksIsMember.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcBlanksIsMember.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcBlanksIsMember" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcBlanksIsMember" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcBlanksIsMember \- Query membership in an FcBlanks .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCacheCopySet.3 fontconfig-2.14.2/doc/FcCacheCopySet.3 --- fontconfig-2.14.1/doc/FcCacheCopySet.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCacheCopySet.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCacheCopySet" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCacheCopySet" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCacheCopySet \- Returns a copy of the fontset from cache .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCacheCreateTagFile.3 fontconfig-2.14.2/doc/FcCacheCreateTagFile.3 --- fontconfig-2.14.1/doc/FcCacheCreateTagFile.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCacheCreateTagFile.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCacheCreateTagFile" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCacheCreateTagFile" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCacheCreateTagFile \- Create CACHEDIR.TAG at cache directory. .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCacheDir.3 fontconfig-2.14.2/doc/FcCacheDir.3 --- fontconfig-2.14.1/doc/FcCacheDir.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCacheDir.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCacheDir" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCacheDir" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCacheDir \- Return directory of cache .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fccache.fncs fontconfig-2.14.2/doc/fccache.fncs --- fontconfig-2.14.1/doc/fccache.fncs 2019-10-16 10:05:28.000000000 +0000 +++ fontconfig-2.14.2/doc/fccache.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -19,30 +19,30 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ - + @RET@ const FcChar8 * @FUNC@ FcCacheDir -@TYPE1@ const FcCache * @ARG1@ cache -@PURPOSE@ Return directory of cache +@TYPE1@ const FcCache * @ARG1@ cache +@PURPOSE@ Return directory of cache @DESC@ This function returns the directory from which the cache was constructed. @@ -@RET@ FcFontSet * -@FUNC@ FcCacheCopySet -@TYPE1@ const FcCache * @ARG1@ cache -@PURPOSE@ Returns a copy of the fontset from cache +@RET@ FcFontSet * +@FUNC@ FcCacheCopySet +@TYPE1@ const FcCache * @ARG1@ cache +@PURPOSE@ Returns a copy of the fontset from cache @DESC@ The returned fontset contains each of the font patterns from cache. This fontset may be modified, but the patterns from the cache are read-only. @@ -@RET@ const FcChar8 * -@FUNC@ FcCacheSubdir -@TYPE1@ const FcCache * @ARG1@ cache -@TYPE2@ int @ARG2@ i -@PURPOSE@ Return the i'th subdirectory. +@RET@ const FcChar8 * +@FUNC@ FcCacheSubdir +@TYPE1@ const FcCache * @ARG1@ cache +@TYPE2@ int @ARG2@ i +@PURPOSE@ Return the i'th subdirectory. @DESC@ The set of subdirectories stored in a cache file are indexed by this function, i should range from 0 to @@ -50,62 +50,62 @@ value from FcCacheNumSubdir. @@ -@RET@ int -@FUNC@ FcCacheNumSubdir -@TYPE1@ const FcCache * @ARG1@ cache -@PURPOSE@ Return the number of subdirectories in cache. +@RET@ int +@FUNC@ FcCacheNumSubdir +@TYPE1@ const FcCache * @ARG1@ cache +@PURPOSE@ Return the number of subdirectories in cache. @DESC@ This returns the total number of subdirectories in the cache. @@ -@RET@ int -@FUNC@ FcCacheNumFont -@TYPE1@ const FcCache * @ARG1@ cache -@PURPOSE@ Returns the number of fonts in cache. +@RET@ int +@FUNC@ FcCacheNumFont +@TYPE1@ const FcCache * @ARG1@ cache +@PURPOSE@ Returns the number of fonts in cache. @DESC@ This returns the number of fonts which would be included in the return from FcCacheCopySet. @@ -@RET@ FcBool -@FUNC@ FcDirCacheClean -@TYPE1@ const FcChar8 * @ARG1@ cache_dir -@TYPE2@ FcBool @ARG2@ verbose -@PURPOSE@ Clean up a cache directory +@RET@ FcBool +@FUNC@ FcDirCacheClean +@TYPE1@ const FcChar8 * @ARG1@ cache_dir +@TYPE2@ FcBool @ARG2@ verbose +@PURPOSE@ Clean up a cache directory @DESC@ This tries to clean up the cache directory of cache_dir. This returns FcTrue if the operation is successfully complete. otherwise FcFalse. -@SINCE@ 2.9.91 +@SINCE@ 2.9.91 @@ -@RET@ void -@FUNC@ FcCacheCreateTagFile -@TYPE1@ const FcConfig * @ARG1@ config -@PURPOSE@ Create CACHEDIR.TAG at cache directory. +@RET@ void +@FUNC@ FcCacheCreateTagFile +@TYPE1@ const FcConfig * @ARG1@ config +@PURPOSE@ Create CACHEDIR.TAG at cache directory. @DESC@ This tries to create CACHEDIR.TAG file at the cache directory registered to config. -@SINCE@ 2.9.91 +@SINCE@ 2.9.91 @@ -@RET@ FcBool -@FUNC@ FcDirCacheCreateUUID -@TYPE1@ FcChar8 * @ARG1@ dir -@TYPE2@ FcBool @ARG2@ force -@TYPE3@ FcConfig * @ARG3@ config -@PURPOSE@ Create .uuid file at a directory +@RET@ FcBool +@FUNC@ FcDirCacheCreateUUID +@TYPE1@ FcChar8 * @ARG1@ dir +@TYPE2@ FcBool @ARG2@ force +@TYPE3@ FcConfig * @ARG3@ config +@PURPOSE@ Create .uuid file at a directory @DESC@ This function is deprecated. it doesn't take any effects. -@SINCE@ 2.12.92 +@SINCE@ 2.12.92 @@ -@RET@ FcBool -@FUNC@ FcDirCacheDeleteUUID -@TYPE1@ const FcChar8 * @ARG1@ dir -@TYPE2@ FcConfig * @ARG2@ config -@PURPOSE@ Delete .uuid file +@RET@ FcBool +@FUNC@ FcDirCacheDeleteUUID +@TYPE1@ const FcChar8 * @ARG1@ dir +@TYPE2@ FcConfig * @ARG2@ config +@PURPOSE@ Delete .uuid file @DESC@ This is to delete .uuid file containing an UUID at a font directory of dir. -@SINCE@ 2.13.1 +@SINCE@ 2.13.1 @@ diff -Nru fontconfig-2.14.1/doc/FcCacheNumFont.3 fontconfig-2.14.2/doc/FcCacheNumFont.3 --- fontconfig-2.14.1/doc/FcCacheNumFont.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCacheNumFont.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCacheNumFont" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCacheNumFont" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCacheNumFont \- Returns the number of fonts in cache. .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCacheNumSubdir.3 fontconfig-2.14.2/doc/FcCacheNumSubdir.3 --- fontconfig-2.14.1/doc/FcCacheNumSubdir.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCacheNumSubdir.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCacheNumSubdir" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCacheNumSubdir" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCacheNumSubdir \- Return the number of subdirectories in cache. .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCacheSubdir.3 fontconfig-2.14.2/doc/FcCacheSubdir.3 --- fontconfig-2.14.1/doc/FcCacheSubdir.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCacheSubdir.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCacheSubdir" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCacheSubdir" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCacheSubdir \- Return the i'th subdirectory. .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCharSetAddChar.3 fontconfig-2.14.2/doc/FcCharSetAddChar.3 --- fontconfig-2.14.1/doc/FcCharSetAddChar.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetAddChar.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetAddChar" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetAddChar" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetAddChar \- Add a character to a charset .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCharSetCopy.3 fontconfig-2.14.2/doc/FcCharSetCopy.3 --- fontconfig-2.14.1/doc/FcCharSetCopy.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetCopy.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetCopy" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetCopy" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetCopy \- Copy a charset .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCharSetCount.3 fontconfig-2.14.2/doc/FcCharSetCount.3 --- fontconfig-2.14.1/doc/FcCharSetCount.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetCount.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetCount" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetCount" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetCount \- Count entries in a charset .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCharSetCoverage.3 fontconfig-2.14.2/doc/FcCharSetCoverage.3 --- fontconfig-2.14.1/doc/FcCharSetCoverage.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetCoverage.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetCoverage" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetCoverage" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetCoverage \- DEPRECATED return coverage for a Unicode page .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCharSetCreate.3 fontconfig-2.14.2/doc/FcCharSetCreate.3 --- fontconfig-2.14.1/doc/FcCharSetCreate.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetCreate.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetCreate" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetCreate" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetCreate \- Create an empty character set .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCharSetDelChar.3 fontconfig-2.14.2/doc/FcCharSetDelChar.3 --- fontconfig-2.14.1/doc/FcCharSetDelChar.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetDelChar.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetDelChar" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetDelChar" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetDelChar \- Add a character to a charset .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCharSetDestroy.3 fontconfig-2.14.2/doc/FcCharSetDestroy.3 --- fontconfig-2.14.1/doc/FcCharSetDestroy.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetDestroy.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetDestroy" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetDestroy" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetDestroy \- Destroy a character set .SH SYNOPSIS @@ -10,6 +10,6 @@ .fi\fR .SH "DESCRIPTION" .PP -\fBFcCharSetDestroy\fR decrements the reference count +\fBFcCharSetDestroy\fR decrements the reference count \fIfcs\fR\&. If the reference count becomes zero, all memory referenced is freed. diff -Nru fontconfig-2.14.1/doc/FcCharSetEqual.3 fontconfig-2.14.2/doc/FcCharSetEqual.3 --- fontconfig-2.14.1/doc/FcCharSetEqual.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetEqual.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetEqual" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetEqual" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetEqual \- Compare two charsets .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCharSetFirstPage.3 fontconfig-2.14.2/doc/FcCharSetFirstPage.3 --- fontconfig-2.14.1/doc/FcCharSetFirstPage.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetFirstPage.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetFirstPage" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetFirstPage" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetFirstPage \- Start enumerating charset contents .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fccharset.fncs fontconfig-2.14.2/doc/fccharset.fncs --- fontconfig-2.14.1/doc/fccharset.fncs 2020-12-03 11:45:00.000000000 +0000 +++ fontconfig-2.14.2/doc/fccharset.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -21,101 +21,101 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -@RET@ FcCharSet * -@FUNC@ FcCharSetCreate -@TYPE1@ void -@PURPOSE@ Create an empty character set +@RET@ FcCharSet * +@FUNC@ FcCharSetCreate +@TYPE1@ void +@PURPOSE@ Create an empty character set @DESC@ FcCharSetCreate allocates and initializes a new empty character set object. @@ -@RET@ void -@FUNC@ FcCharSetDestroy -@TYPE1@ FcCharSet * @ARG1@ fcs -@PURPOSE@ Destroy a character set +@RET@ void +@FUNC@ FcCharSetDestroy +@TYPE1@ FcCharSet * @ARG1@ fcs +@PURPOSE@ Destroy a character set @DESC@ -FcCharSetDestroy decrements the reference count +FcCharSetDestroy decrements the reference count fcs. If the reference count becomes zero, all memory referenced is freed. @@ -@RET@ FcBool -@FUNC@ FcCharSetAddChar -@TYPE1@ FcCharSet * @ARG1@ fcs -@TYPE2@ FcChar32% @ARG2@ ucs4 -@PURPOSE@ Add a character to a charset +@RET@ FcBool +@FUNC@ FcCharSetAddChar +@TYPE1@ FcCharSet * @ARG1@ fcs +@TYPE2@ FcChar32% @ARG2@ ucs4 +@PURPOSE@ Add a character to a charset @DESC@ FcCharSetAddChar adds a single Unicode char to the set, returning FcFalse on failure, either as a result of a constant set or from -running out of memory. +running out of memory. @@ -@RET@ FcBool -@FUNC@ FcCharSetDelChar -@TYPE1@ FcCharSet * @ARG1@ fcs -@TYPE2@ FcChar32% @ARG2@ ucs4 -@PURPOSE@ Add a character to a charset +@RET@ FcBool +@FUNC@ FcCharSetDelChar +@TYPE1@ FcCharSet * @ARG1@ fcs +@TYPE2@ FcChar32% @ARG2@ ucs4 +@PURPOSE@ Add a character to a charset @DESC@ FcCharSetDelChar deletes a single Unicode char from the set, returning FcFalse on failure, either as a result of a constant set or from running out of memory. -@SINCE@ 2.9.0 +@SINCE@ 2.9.0 @@ -@RET@ FcCharSet * -@FUNC@ FcCharSetCopy -@TYPE1@ FcCharSet * @ARG1@ src -@PURPOSE@ Copy a charset +@RET@ FcCharSet * +@FUNC@ FcCharSetCopy +@TYPE1@ FcCharSet * @ARG1@ src +@PURPOSE@ Copy a charset @DESC@ Makes a copy of src; note that this may not actually do anything more -than increment the reference count on src. +than increment the reference count on src. @@ -@RET@ FcBool -@FUNC@ FcCharSetEqual -@TYPE1@ const FcCharSet * @ARG1@ a -@TYPE2@ const FcCharSet * @ARG2@ b -@PURPOSE@ Compare two charsets +@RET@ FcBool +@FUNC@ FcCharSetEqual +@TYPE1@ const FcCharSet * @ARG1@ a +@TYPE2@ const FcCharSet * @ARG2@ b +@PURPOSE@ Compare two charsets @DESC@ Returns whether a and b contain the same set of Unicode chars. @@ -@RET@ FcCharSet * -@FUNC@ FcCharSetIntersect -@TYPE1@ const FcCharSet * @ARG1@ a -@TYPE2@ const FcCharSet * @ARG2@ b -@PURPOSE@ Intersect charsets +@RET@ FcCharSet * +@FUNC@ FcCharSetIntersect +@TYPE1@ const FcCharSet * @ARG1@ a +@TYPE2@ const FcCharSet * @ARG2@ b +@PURPOSE@ Intersect charsets @DESC@ Returns a set including only those chars found in both -a and b. +a and b. @@ -@RET@ FcCharSet * -@FUNC@ FcCharSetUnion -@TYPE1@ const FcCharSet * @ARG1@ a -@TYPE2@ const FcCharSet * @ARG2@ b -@PURPOSE@ Add charsets +@RET@ FcCharSet * +@FUNC@ FcCharSetUnion +@TYPE1@ const FcCharSet * @ARG1@ a +@TYPE2@ const FcCharSet * @ARG2@ b +@PURPOSE@ Add charsets @DESC@ -Returns a set including only those chars found in either a or b. +Returns a set including only those chars found in either a or b. @@ -@RET@ FcCharSet * -@FUNC@ FcCharSetSubtract -@TYPE1@ const FcCharSet * @ARG1@ a -@TYPE2@ const FcCharSet * @ARG2@ b -@PURPOSE@ Subtract charsets +@RET@ FcCharSet * +@FUNC@ FcCharSetSubtract +@TYPE1@ const FcCharSet * @ARG1@ a +@TYPE2@ const FcCharSet * @ARG2@ b +@PURPOSE@ Subtract charsets @DESC@ -Returns a set including only those chars found in a but not b. +Returns a set including only those chars found in a but not b. @@ -@RET@ FcBool -@FUNC@ FcCharSetMerge -@TYPE1@ FcCharSet * @ARG1@ a -@TYPE2@ const FcCharSet * @ARG2@ b -@TYPE3@ FcBool * @ARG3@ changed -@PURPOSE@ Merge charsets +@RET@ FcBool +@FUNC@ FcCharSetMerge +@TYPE1@ FcCharSet * @ARG1@ a +@TYPE2@ const FcCharSet * @ARG2@ b +@TYPE3@ FcBool * @ARG3@ changed +@PURPOSE@ Merge charsets @DESC@ Adds all chars in b to a. In other words, this is an in-place version of FcCharSetUnion. @@ -125,56 +125,56 @@ set or from running out of memory. @@ -@RET@ FcBool -@FUNC@ FcCharSetHasChar -@TYPE1@ const FcCharSet * @ARG1@ fcs -@TYPE2@ FcChar32% @ARG2@ ucs4 -@PURPOSE@ Check a charset for a char +@RET@ FcBool +@FUNC@ FcCharSetHasChar +@TYPE1@ const FcCharSet * @ARG1@ fcs +@TYPE2@ FcChar32% @ARG2@ ucs4 +@PURPOSE@ Check a charset for a char @DESC@ -Returns whether fcs contains the char ucs4. +Returns whether fcs contains the char ucs4. @@ -@RET@ FcChar32 -@FUNC@ FcCharSetCount -@TYPE1@ const FcCharSet * @ARG1@ a -@PURPOSE@ Count entries in a charset +@RET@ FcChar32 +@FUNC@ FcCharSetCount +@TYPE1@ const FcCharSet * @ARG1@ a +@PURPOSE@ Count entries in a charset @DESC@ -Returns the total number of Unicode chars in a. +Returns the total number of Unicode chars in a. @@ -@RET@ FcChar32 -@FUNC@ FcCharSetIntersectCount -@TYPE1@ const FcCharSet * @ARG1@ a -@TYPE2@ const FcCharSet * @ARG2@ b -@PURPOSE@ Intersect and count charsets +@RET@ FcChar32 +@FUNC@ FcCharSetIntersectCount +@TYPE1@ const FcCharSet * @ARG1@ a +@TYPE2@ const FcCharSet * @ARG2@ b +@PURPOSE@ Intersect and count charsets @DESC@ -Returns the number of chars that are in both a and b. +Returns the number of chars that are in both a and b. @@ -@RET@ FcChar32 -@FUNC@ FcCharSetSubtractCount -@TYPE1@ const FcCharSet * @ARG1@ a -@TYPE2@ const FcCharSet * @ARG2@ b -@PURPOSE@ Subtract and count charsets +@RET@ FcChar32 +@FUNC@ FcCharSetSubtractCount +@TYPE1@ const FcCharSet * @ARG1@ a +@TYPE2@ const FcCharSet * @ARG2@ b +@PURPOSE@ Subtract and count charsets @DESC@ -Returns the number of chars that are in a but not in b. +Returns the number of chars that are in a but not in b. @@ -@RET@ FcBool -@FUNC@ FcCharSetIsSubset -@TYPE1@ const FcCharSet * @ARG1@ a -@TYPE2@ const FcCharSet * @ARG2@ b -@PURPOSE@ Test for charset inclusion +@RET@ FcBool +@FUNC@ FcCharSetIsSubset +@TYPE1@ const FcCharSet * @ARG1@ a +@TYPE2@ const FcCharSet * @ARG2@ b +@PURPOSE@ Test for charset inclusion @DESC@ -Returns whether a is a subset of b. +Returns whether a is a subset of b. @@ -@RET@ FcChar32 -@FUNC@ FcCharSetFirstPage -@TYPE1@ const FcCharSet * @ARG1@ a -@TYPE2@ FcChar32[FC_CHARSET_MAP_SIZE]% @ARG2@ map -@TYPE3@ FcChar32 * @ARG3@ next -@PURPOSE@ Start enumerating charset contents +@RET@ FcChar32 +@FUNC@ FcCharSetFirstPage +@TYPE1@ const FcCharSet * @ARG1@ a +@TYPE2@ FcChar32[FC_CHARSET_MAP_SIZE]% @ARG2@ map +@TYPE3@ FcChar32 * @ARG3@ next +@PURPOSE@ Start enumerating charset contents @DESC@ Builds an array of bits in map marking the first page of Unicode coverage of a. @@ -199,12 +199,12 @@ reader ;). @@ -@RET@ FcChar32 -@FUNC@ FcCharSetNextPage -@TYPE1@ const FcCharSet * @ARG1@ a -@TYPE2@ FcChar32[FC_CHARSET_MAP_SIZE]% @ARG2@ map -@TYPE3@ FcChar32 * @ARG3@ next -@PURPOSE@ Continue enumerating charset contents +@RET@ FcChar32 +@FUNC@ FcCharSetNextPage +@TYPE1@ const FcCharSet * @ARG1@ a +@TYPE2@ FcChar32[FC_CHARSET_MAP_SIZE]% @ARG2@ map +@TYPE3@ FcChar32 * @ARG3@ next +@PURPOSE@ Continue enumerating charset contents @DESC@ Builds an array of bits in map marking the Unicode coverage of a for page containing @@ -217,12 +217,12 @@ *next. @@ -@RET@ FcChar32 -@FUNC@ FcCharSetCoverage -@TYPE1@ const FcCharSet * @ARG1@ a -@TYPE2@ FcChar32 @ARG2@ page -@TYPE3@ FcChar32[8] @ARG3@ result -@PURPOSE@ DEPRECATED return coverage for a Unicode page +@RET@ FcChar32 +@FUNC@ FcCharSetCoverage +@TYPE1@ const FcCharSet * @ARG1@ a +@TYPE2@ FcChar32 @ARG2@ page +@TYPE3@ FcChar32[8] @ARG3@ result +@PURPOSE@ DEPRECATED return coverage for a Unicode page @DESC@ DEPRECATED This function returns a bitmask in result which @@ -232,10 +232,10 @@ coverage. @@ -@RET@ FcCharSet * -@FUNC@ FcCharSetNew -@TYPE1@ void -@PURPOSE@ DEPRECATED alias for FcCharSetCreate +@RET@ FcCharSet * +@FUNC@ FcCharSetNew +@TYPE1@ void +@PURPOSE@ DEPRECATED alias for FcCharSetCreate @DESC@ FcCharSetNew is a DEPRECATED alias for FcCharSetCreate. @@ diff -Nru fontconfig-2.14.1/doc/FcCharSetHasChar.3 fontconfig-2.14.2/doc/FcCharSetHasChar.3 --- fontconfig-2.14.1/doc/FcCharSetHasChar.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetHasChar.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetHasChar" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetHasChar" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetHasChar \- Check a charset for a char .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCharSetIntersect.3 fontconfig-2.14.2/doc/FcCharSetIntersect.3 --- fontconfig-2.14.1/doc/FcCharSetIntersect.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetIntersect.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetIntersect" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetIntersect" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetIntersect \- Intersect charsets .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCharSetIntersectCount.3 fontconfig-2.14.2/doc/FcCharSetIntersectCount.3 --- fontconfig-2.14.1/doc/FcCharSetIntersectCount.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetIntersectCount.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetIntersectCount" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetIntersectCount" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetIntersectCount \- Intersect and count charsets .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCharSetIsSubset.3 fontconfig-2.14.2/doc/FcCharSetIsSubset.3 --- fontconfig-2.14.1/doc/FcCharSetIsSubset.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetIsSubset.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetIsSubset" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetIsSubset" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetIsSubset \- Test for charset inclusion .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCharSetMerge.3 fontconfig-2.14.2/doc/FcCharSetMerge.3 --- fontconfig-2.14.1/doc/FcCharSetMerge.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetMerge.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetMerge" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetMerge" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetMerge \- Merge charsets .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCharSetNew.3 fontconfig-2.14.2/doc/FcCharSetNew.3 --- fontconfig-2.14.1/doc/FcCharSetNew.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetNew.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetNew" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetNew" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetNew \- DEPRECATED alias for FcCharSetCreate .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCharSetNextPage.3 fontconfig-2.14.2/doc/FcCharSetNextPage.3 --- fontconfig-2.14.1/doc/FcCharSetNextPage.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetNextPage.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetNextPage" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetNextPage" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetNextPage \- Continue enumerating charset contents .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCharSetSubtract.3 fontconfig-2.14.2/doc/FcCharSetSubtract.3 --- fontconfig-2.14.1/doc/FcCharSetSubtract.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetSubtract.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetSubtract" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetSubtract" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetSubtract \- Subtract charsets .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCharSetSubtractCount.3 fontconfig-2.14.2/doc/FcCharSetSubtractCount.3 --- fontconfig-2.14.1/doc/FcCharSetSubtractCount.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetSubtractCount.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetSubtractCount" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetSubtractCount" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetSubtractCount \- Subtract and count charsets .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcCharSetUnion.3 fontconfig-2.14.2/doc/FcCharSetUnion.3 --- fontconfig-2.14.1/doc/FcCharSetUnion.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcCharSetUnion.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcCharSetUnion" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcCharSetUnion" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcCharSetUnion \- Add charsets .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigAppFontAddDir.3 fontconfig-2.14.2/doc/FcConfigAppFontAddDir.3 --- fontconfig-2.14.1/doc/FcConfigAppFontAddDir.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigAppFontAddDir.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigAppFontAddDir" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigAppFontAddDir" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigAppFontAddDir \- Add fonts from directory to font database .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigAppFontAddFile.3 fontconfig-2.14.2/doc/FcConfigAppFontAddFile.3 --- fontconfig-2.14.1/doc/FcConfigAppFontAddFile.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigAppFontAddFile.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigAppFontAddFile" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigAppFontAddFile" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigAppFontAddFile \- Add font file to font database .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigAppFontClear.3 fontconfig-2.14.2/doc/FcConfigAppFontClear.3 --- fontconfig-2.14.1/doc/FcConfigAppFontClear.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigAppFontClear.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigAppFontClear" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigAppFontClear" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigAppFontClear \- Remove all app fonts from font database .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigBuildFonts.3 fontconfig-2.14.2/doc/FcConfigBuildFonts.3 --- fontconfig-2.14.1/doc/FcConfigBuildFonts.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigBuildFonts.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigBuildFonts" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigBuildFonts" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigBuildFonts \- Build font database .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigCreate.3 fontconfig-2.14.2/doc/FcConfigCreate.3 --- fontconfig-2.14.1/doc/FcConfigCreate.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigCreate.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigCreate" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigCreate" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigCreate \- Create a configuration .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigDestroy.3 fontconfig-2.14.2/doc/FcConfigDestroy.3 --- fontconfig-2.14.1/doc/FcConfigDestroy.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigDestroy.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigDestroy" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigDestroy" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigDestroy \- Destroy a configuration .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigEnableHome.3 fontconfig-2.14.2/doc/FcConfigEnableHome.3 --- fontconfig-2.14.1/doc/FcConfigEnableHome.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigEnableHome.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigEnableHome" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigEnableHome" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigEnableHome \- controls use of the home directory. .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigFileInfoIterGet.3 fontconfig-2.14.2/doc/FcConfigFileInfoIterGet.3 --- fontconfig-2.14.1/doc/FcConfigFileInfoIterGet.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigFileInfoIterGet.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigFileInfoIterGet" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigFileInfoIterGet" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigFileInfoIterGet \- Obtain the configuration file information .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigFileInfoIterInit.3 fontconfig-2.14.2/doc/FcConfigFileInfoIterInit.3 --- fontconfig-2.14.1/doc/FcConfigFileInfoIterInit.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigFileInfoIterInit.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigFileInfoIterInit" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigFileInfoIterInit" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigFileInfoIterInit \- Initialize the iterator .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigFileInfoIterNext.3 fontconfig-2.14.2/doc/FcConfigFileInfoIterNext.3 --- fontconfig-2.14.1/doc/FcConfigFileInfoIterNext.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigFileInfoIterNext.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigFileInfoIterNext" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigFileInfoIterNext" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigFileInfoIterNext \- Set the iterator to point to the next list .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigFilename.3 fontconfig-2.14.2/doc/FcConfigFilename.3 --- fontconfig-2.14.1/doc/FcConfigFilename.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigFilename.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigFilename" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigFilename" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigFilename \- Find a config file .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fcconfig.fncs fontconfig-2.14.2/doc/fcconfig.fncs --- fontconfig-2.14.1/doc/fcconfig.fncs 2021-12-21 11:14:00.000000000 +0000 +++ fontconfig-2.14.2/doc/fcconfig.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -23,8 +23,8 @@ */ @RET@ FcConfig * @FUNC@ FcConfigCreate -@TYPE1@ void -@PURPOSE@ Create a configuration +@TYPE1@ void +@PURPOSE@ Create a configuration @DESC@ Creates an empty configuration. @@ @@ -32,7 +32,7 @@ @RET@ FcConfig * @FUNC@ FcConfigReference @TYPE1@ FcConfig * @ARG1@ config -@PURPOSE@ Increment config reference count +@PURPOSE@ Increment config reference count @DESC@ Add another reference to config. Configs are freed only when the reference count reaches zero. @@ -45,7 +45,7 @@ @RET@ void @FUNC@ FcConfigDestroy @TYPE1@ FcConfig * @ARG1@ config -@PURPOSE@ Destroy a configuration +@PURPOSE@ Destroy a configuration @DESC@ Decrements the config reference count. If all references are gone, destroys the configuration and any data associated with it. @@ -56,7 +56,7 @@ @RET@ FcBool @FUNC@ FcConfigSetCurrent @TYPE1@ FcConfig * @ARG1@ config -@PURPOSE@ Set configuration as default +@PURPOSE@ Set configuration as default @DESC@ Sets the current default configuration to config. Implicitly calls FcConfigBuildFonts if necessary, and FcConfigReference() to inrease the reference count @@ -65,8 +65,8 @@ @RET@ FcConfig * @FUNC@ FcConfigGetCurrent -@TYPE1@ void -@PURPOSE@ Return current configuration +@TYPE1@ void +@PURPOSE@ Return current configuration @DESC@ Returns the current default configuration. @@ @@ -74,27 +74,27 @@ @RET@ FcBool @FUNC@ FcConfigUptoDate @TYPE1@ FcConfig * @ARG1@ config -@PURPOSE@ Check timestamps on config files +@PURPOSE@ Check timestamps on config files @DESC@ Checks all of the files related to config and returns whether any of them has been modified since the configuration was created. If config is NULL, the current configuration is used. @@ -@RET@ FcChar8 * -@FUNC@ FcConfigHome -@TYPE1@ void -@PURPOSE@ return the current home directory. +@RET@ FcChar8 * +@FUNC@ FcConfigHome +@TYPE1@ void +@PURPOSE@ return the current home directory. @DESC@ Return the current user's home directory, if it is available, and if using it is enabled, and NULL otherwise. See also FcConfigEnableHome). @@ -@RET@ FcBool -@FUNC@ FcConfigEnableHome -@TYPE1@ FcBool% @ARG1@ enable -@PURPOSE@ controls use of the home directory. +@RET@ FcBool +@FUNC@ FcConfigEnableHome +@TYPE1@ FcBool% @ARG1@ enable +@PURPOSE@ controls use of the home directory. @DESC@ If enable is FcTrue, then Fontconfig will use various files which are specified relative to the user's home directory (using the ~ @@ -106,7 +106,7 @@ @RET@ FcBool @FUNC@ FcConfigBuildFonts @TYPE1@ FcConfig * @ARG1@ config -@PURPOSE@ Build font database +@PURPOSE@ Build font database @DESC@ Builds the set of available fonts for the given configuration. Note that any changes to the configuration after this call have indeterminate effects. @@ -117,7 +117,7 @@ @RET@ FcStrList * @FUNC@ FcConfigGetConfigDirs @TYPE1@ FcConfig * @ARG1@ config -@PURPOSE@ Get config directories +@PURPOSE@ Get config directories @DESC@ Returns the list of font directories specified in the configuration files for config. Does not include any subdirectories. @@ -127,7 +127,7 @@ @RET@ FcStrList * @FUNC@ FcConfigGetFontDirs @TYPE1@ FcConfig * @ARG1@ config -@PURPOSE@ Get font directories +@PURPOSE@ Get font directories @DESC@ Returns the list of font directories in config. This includes the configured font directories along with any directories below those in the @@ -138,7 +138,7 @@ @RET@ FcStrList * @FUNC@ FcConfigGetConfigFiles @TYPE1@ FcConfig * @ARG1@ config -@PURPOSE@ Get config files +@PURPOSE@ Get config files @DESC@ Returns the list of known configuration files used to generate config. If config is NULL, the current configuration is used. @@ -147,16 +147,16 @@ @RET@ FcChar8 * @FUNC@ FcConfigGetCache @TYPE1@ FcConfig * @ARG1@ config -@PURPOSE@ DEPRECATED used to return per-user cache filename +@PURPOSE@ DEPRECATED used to return per-user cache filename @DESC@ With fontconfig no longer using per-user cache files, this function now simply returns NULL to indicate that no per-user file exists. @@ -@RET@ FcStrList * -@FUNC@ FcConfigGetCacheDirs -@TYPE1@ const FcConfig * @ARG1@ config -@PURPOSE@ return the list of directories searched for cache files +@RET@ FcStrList * +@FUNC@ FcConfigGetCacheDirs +@TYPE1@ const FcConfig * @ARG1@ config +@PURPOSE@ return the list of directories searched for cache files @DESC@ FcConfigGetCacheDirs returns a string list containing all of the directories that fontconfig will search when attempting to load a @@ -166,9 +166,9 @@ @RET@ FcFontSet * @FUNC@ FcConfigGetFonts -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ FcSetName% @ARG2@ set -@PURPOSE@ Get config font set +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ FcSetName% @ARG2@ set +@PURPOSE@ Get config font set @DESC@ Returns one of the two sets of fonts from the configuration as specified by set. This font set is owned by the library and must @@ -183,7 +183,7 @@ @RET@ FcBlanks * @FUNC@ FcConfigGetBlanks @TYPE1@ FcConfig * @ARG1@ config -@PURPOSE@ Get config blanks +@PURPOSE@ Get config blanks @DESC@ FcBlanks is deprecated. This function always returns NULL. @@ -192,7 +192,7 @@ @RET@ int @FUNC@ FcConfigGetRescanInterval @TYPE1@ FcConfig * @ARG1@ config -@PURPOSE@ Get config rescan interval +@PURPOSE@ Get config rescan interval @DESC@ Returns the interval between automatic checks of the configuration (in seconds) specified in config. The configuration is checked during @@ -203,9 +203,9 @@ @RET@ FcBool @FUNC@ FcConfigSetRescanInterval -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ int% @ARG2@ rescanInterval -@PURPOSE@ Set config rescan interval +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ int% @ARG2@ rescanInterval +@PURPOSE@ Set config rescan interval @DESC@ Sets the rescan interval. Returns FcFalse if the interval cannot be set (due to allocation failure). Otherwise returns FcTrue. @@ -215,9 +215,9 @@ @RET@ FcBool @FUNC@ FcConfigAppFontAddFile -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ const FcChar8 * @ARG2@ file -@PURPOSE@ Add font file to font database +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ const FcChar8 * @ARG2@ file +@PURPOSE@ Add font file to font database @DESC@ Adds an application-specific font to the configuration. Returns FcFalse if the fonts cannot be added (due to allocation failure or no fonts found). @@ -227,9 +227,9 @@ @RET@ FcBool @FUNC@ FcConfigAppFontAddDir -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ const FcChar8 * @ARG2@ dir -@PURPOSE@ Add fonts from directory to font database +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ const FcChar8 * @ARG2@ dir +@PURPOSE@ Add fonts from directory to font database @DESC@ Scans the specified directory for fonts, adding each one found to the application-specific set of fonts. Returns FcFalse @@ -241,7 +241,7 @@ @RET@ void @FUNC@ FcConfigAppFontClear @TYPE1@ FcConfig * @ARG1@ config -@PURPOSE@ Remove all app fonts from font database +@PURPOSE@ Remove all app fonts from font database @DESC@ Clears the set of application-specific fonts. If config is NULL, the current configuration is used. @@ -249,11 +249,11 @@ @RET@ FcBool @FUNC@ FcConfigSubstituteWithPat -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ FcPattern * @ARG2@ p -@TYPE3@ FcPattern * @ARG3@ p_pat -@TYPE4@ FcMatchKind% @ARG4@ kind -@PURPOSE@ Execute substitutions +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ FcPattern * @ARG2@ p +@TYPE3@ FcPattern * @ARG3@ p_pat +@TYPE4@ FcMatchKind% @ARG4@ kind +@PURPOSE@ Execute substitutions @DESC@ Performs the sequence of pattern modification operations, if kind is FcMatchPattern, then those tagged as pattern operations are applied, else @@ -265,10 +265,10 @@ @RET@ FcBool @FUNC@ FcConfigSubstitute -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ FcPattern * @ARG2@ p -@TYPE3@ FcMatchKind% @ARG3@ kind -@PURPOSE@ Execute substitutions +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ FcPattern * @ARG2@ p +@TYPE3@ FcMatchKind% @ARG3@ kind +@PURPOSE@ Execute substitutions @DESC@ Calls FcConfigSubstituteWithPat setting p_pat to NULL. Returns FcFalse if the substitution cannot be performed (due to allocation failure). Otherwise returns FcTrue. @@ -277,10 +277,10 @@ @RET@ FcPattern * @FUNC@ FcFontMatch -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ FcPattern * @ARG2@ p -@TYPE3@ FcResult * @ARG3@ result -@PURPOSE@ Return best font +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ FcPattern * @ARG2@ p +@TYPE3@ FcResult * @ARG3@ result +@PURPOSE@ Return best font @DESC@ Finds the font in sets most closely matching pattern and returns the result of @@ -294,12 +294,12 @@ @RET@ FcFontSet * @FUNC@ FcFontSort -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ FcPattern * @ARG2@ p -@TYPE3@ FcBool% @ARG3@ trim -@TYPE4@ FcCharSet ** @ARG4@ csp -@TYPE5@ FcResult * @ARG5@ result -@PURPOSE@ Return list of matching fonts +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ FcPattern * @ARG2@ p +@TYPE3@ FcBool% @ARG3@ trim +@TYPE4@ FcCharSet ** @ARG4@ csp +@TYPE5@ FcResult * @ARG5@ result +@PURPOSE@ Return list of matching fonts @DESC@ Returns the list of fonts sorted by closeness to p. If trim is FcTrue, elements in the list which don't include Unicode coverage not provided by @@ -319,10 +319,10 @@ @RET@ FcPattern * @FUNC@ FcFontRenderPrepare -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ FcPattern * @ARG2@ pat -@TYPE3@ FcPattern * @ARG3@ font -@PURPOSE@ Prepare pattern for loading font file +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ FcPattern * @ARG2@ pat +@TYPE3@ FcPattern * @ARG3@ font +@PURPOSE@ Prepare pattern for loading font file @DESC@ Creates a new pattern consisting of elements of font not appearing in pat, elements of pat not appearing in font and the best matching @@ -332,10 +332,10 @@ @RET@ FcFontSet * @FUNC@ FcFontList -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ FcPattern * @ARG2@ p -@TYPE3@ FcObjectSet * @ARG3@ os -@PURPOSE@ List fonts +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ FcPattern * @ARG2@ p +@TYPE3@ FcObjectSet * @ARG3@ os +@PURPOSE@ List fonts @DESC@ Selects fonts matching p, creates patterns from those fonts containing only the objects in os and returns the set of unique such patterns. @@ -345,17 +345,17 @@ @RET@ FcChar8 * @FUNC@ FcConfigFilename -@TYPE1@ const FcChar8 * @ARG1@ name -@PURPOSE@ Find a config file +@TYPE1@ const FcChar8 * @ARG1@ name +@PURPOSE@ Find a config file @DESC@ This function is deprecated and is replaced by FcConfigGetFilename. @@ @RET@ FcChar8 * @FUNC@ FcConfigGetFilename -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ const FcChar8 * @ARG2@ name -@PURPOSE@ Find a config file +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ const FcChar8 * @ARG2@ name +@PURPOSE@ Find a config file @DESC@ Given the specified external entity name, return the associated filename. This provides applications a way to convert various configuration file @@ -372,12 +372,12 @@ The result of this function is affected by the FONTCONFIG_SYSROOT environment variable or equivalent functionality. @@ -@RET@ FcBool -@FUNC@ FcConfigParseAndLoad -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ const FcChar8 * @ARG2@ file -@TYPE3@ FcBool% @ARG3@ complain -@PURPOSE@ load a configuration file +@RET@ FcBool +@FUNC@ FcConfigParseAndLoad +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ const FcChar8 * @ARG2@ file +@TYPE3@ FcBool% @ARG3@ complain +@PURPOSE@ load a configuration file @DESC@ Walks the configuration in 'file' and constructs the internal representation in 'config'. Any include files referenced from within 'file' will be loaded @@ -387,12 +387,12 @@ parse error, semantic error or allocation failure. Otherwise returns FcTrue. @@ -@RET@ FcBool -@FUNC@ FcConfigParseAndLoadFromMemory -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ const FcChar8 * @ARG2@ buffer -@TYPE3@ FcBool% @ARG3@ complain -@PURPOSE@ load a configuration from memory +@RET@ FcBool +@FUNC@ FcConfigParseAndLoadFromMemory +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ const FcChar8 * @ARG2@ buffer +@TYPE3@ FcBool% @ARG3@ complain +@PURPOSE@ load a configuration from memory @DESC@ Walks the configuration in 'memory' and constructs the internal representation in 'config'. Any includes files referenced from within 'memory' will be loaded @@ -400,13 +400,13 @@ 'file' does not exist. Error and warning messages will be output to stderr. Returns FcFalse if fsome error occurred while loading the file, either a parse error, semantic error or allocation failure. Otherwise returns FcTrue. -@SINCE@ 2.12.5 +@SINCE@ 2.12.5 @@ -@RET@ const FcChar8 * -@FUNC@ FcConfigGetSysRoot -@TYPE1@ const FcConfig * @ARG1@ config -@PURPOSE@ Obtain the system root directory +@RET@ const FcChar8 * +@FUNC@ FcConfigGetSysRoot +@TYPE1@ const FcConfig * @ARG1@ config +@PURPOSE@ Obtain the system root directory @DESC@ Obtains the system root directory in 'config' if available. All files (including file properties in patterns) obtained from this 'config' are @@ -415,14 +415,14 @@ This function isn't MT-safe. FcConfigReference must be called before using this and then FcConfigDestroy when the return value is no longer referenced. -@SINCE@ 2.10.92 +@SINCE@ 2.10.92 @@ -@RET@ void -@FUNC@ FcConfigSetSysRoot -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ const FcChar8 * @ARG2@ sysroot -@PURPOSE@ Set the system root directory +@RET@ void +@FUNC@ FcConfigSetSysRoot +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ const FcChar8 * @ARG2@ sysroot +@PURPOSE@ Set the system root directory @DESC@ Set 'sysroot' as the system root directory. All file paths used or created with this 'config' (including file properties in patterns) will be considered or @@ -431,14 +431,14 @@ different base directory if 'FcConfigGetSysRoot' is used to resolve file paths. When setting this on the current config this causes changing current config (calls FcConfigSetCurrent()). -@SINCE@ 2.10.92 +@SINCE@ 2.10.92 @@ -@RET@ void -@FUNC@ FcConfigFileInfoIterInit -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ FcConfigFileInfoIter * @ARG2@ iter -@PURPOSE@ Initialize the iterator +@RET@ void +@FUNC@ FcConfigFileInfoIterInit +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ FcConfigFileInfoIter * @ARG2@ iter +@PURPOSE@ Initialize the iterator @DESC@ Initialize 'iter' with the first iterator in the config file information list. @@ -448,14 +448,14 @@ This function isn't MT-safe. FcConfigReference must be called before using this and then FcConfigDestroy when the relevant values are no longer referenced. -@SINCE@ 2.12.91 +@SINCE@ 2.12.91 @@ -@RET@ FcBool -@FUNC@ FcConfigFileInfoIterNext -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ FcConfigFileInfoIter * @ARG2@ iter -@PURPOSE@ Set the iterator to point to the next list +@RET@ FcBool +@FUNC@ FcConfigFileInfoIterNext +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ FcConfigFileInfoIter * @ARG2@ iter +@PURPOSE@ Set the iterator to point to the next list @DESC@ Set 'iter' to point to the next node in the config file information list. If there is no next node, FcFalse is returned. @@ -463,17 +463,17 @@ This function isn't MT-safe. FcConfigReference must be called before using FcConfigFileInfoIterInit and then FcConfigDestroy when the relevant values are no longer referenced. -@SINCE@ 2.12.91 +@SINCE@ 2.12.91 @@ -@RET@ FcBool -@FUNC@ FcConfigFileInfoIterGet -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ FcConfigFileInfoIter * @ARG2@ iter -@TYPE3@ FcChar8 ** @ARG3@ name -@TYPE4@ FcChar8 ** @ARG4@ description -@TYPE5@ FcBool * @ARG5@ enabled -@PURPOSE@ Obtain the configuration file information +@RET@ FcBool +@FUNC@ FcConfigFileInfoIterGet +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ FcConfigFileInfoIter * @ARG2@ iter +@TYPE3@ FcChar8 ** @ARG3@ name +@TYPE4@ FcChar8 ** @ARG4@ description +@TYPE5@ FcBool * @ARG5@ enabled +@PURPOSE@ Obtain the configuration file information @DESC@ Obtain the filename, the description and the flag whether it is enabled or not for 'iter' where points to current configuration file information. @@ -482,5 +482,5 @@ This function isn't MT-safe. FcConfigReference must be called before using FcConfigFileInfoIterInit and then FcConfigDestroy when the relevant values are no longer referenced. -@SINCE@ 2.12.91 +@SINCE@ 2.12.91 @@ diff -Nru fontconfig-2.14.1/doc/FcConfigGetBlanks.3 fontconfig-2.14.2/doc/FcConfigGetBlanks.3 --- fontconfig-2.14.1/doc/FcConfigGetBlanks.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigGetBlanks.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigGetBlanks" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigGetBlanks" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigGetBlanks \- Get config blanks .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigGetCache.3 fontconfig-2.14.2/doc/FcConfigGetCache.3 --- fontconfig-2.14.1/doc/FcConfigGetCache.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigGetCache.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigGetCache" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigGetCache" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigGetCache \- DEPRECATED used to return per-user cache filename .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigGetCacheDirs.3 fontconfig-2.14.2/doc/FcConfigGetCacheDirs.3 --- fontconfig-2.14.1/doc/FcConfigGetCacheDirs.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigGetCacheDirs.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigGetCacheDirs" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigGetCacheDirs" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigGetCacheDirs \- return the list of directories searched for cache files .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigGetConfigDirs.3 fontconfig-2.14.2/doc/FcConfigGetConfigDirs.3 --- fontconfig-2.14.1/doc/FcConfigGetConfigDirs.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigGetConfigDirs.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigGetConfigDirs" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigGetConfigDirs" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigGetConfigDirs \- Get config directories .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigGetConfigFiles.3 fontconfig-2.14.2/doc/FcConfigGetConfigFiles.3 --- fontconfig-2.14.1/doc/FcConfigGetConfigFiles.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigGetConfigFiles.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigGetConfigFiles" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigGetConfigFiles" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigGetConfigFiles \- Get config files .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigGetCurrent.3 fontconfig-2.14.2/doc/FcConfigGetCurrent.3 --- fontconfig-2.14.1/doc/FcConfigGetCurrent.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigGetCurrent.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigGetCurrent" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigGetCurrent" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigGetCurrent \- Return current configuration .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigGetFilename.3 fontconfig-2.14.2/doc/FcConfigGetFilename.3 --- fontconfig-2.14.1/doc/FcConfigGetFilename.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigGetFilename.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigGetFilename" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigGetFilename" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigGetFilename \- Find a config file .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigGetFontDirs.3 fontconfig-2.14.2/doc/FcConfigGetFontDirs.3 --- fontconfig-2.14.1/doc/FcConfigGetFontDirs.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigGetFontDirs.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigGetFontDirs" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigGetFontDirs" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigGetFontDirs \- Get font directories .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigGetFonts.3 fontconfig-2.14.2/doc/FcConfigGetFonts.3 --- fontconfig-2.14.1/doc/FcConfigGetFonts.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigGetFonts.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigGetFonts" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigGetFonts" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigGetFonts \- Get config font set .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigGetRescanInterval.3 fontconfig-2.14.2/doc/FcConfigGetRescanInterval.3 --- fontconfig-2.14.1/doc/FcConfigGetRescanInterval.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigGetRescanInterval.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigGetRescanInterval" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigGetRescanInterval" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigGetRescanInterval \- Get config rescan interval .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigGetSysRoot.3 fontconfig-2.14.2/doc/FcConfigGetSysRoot.3 --- fontconfig-2.14.1/doc/FcConfigGetSysRoot.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigGetSysRoot.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigGetSysRoot" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigGetSysRoot" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigGetSysRoot \- Obtain the system root directory .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigHome.3 fontconfig-2.14.2/doc/FcConfigHome.3 --- fontconfig-2.14.1/doc/FcConfigHome.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigHome.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigHome" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigHome" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigHome \- return the current home directory. .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigParseAndLoad.3 fontconfig-2.14.2/doc/FcConfigParseAndLoad.3 --- fontconfig-2.14.1/doc/FcConfigParseAndLoad.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigParseAndLoad.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigParseAndLoad" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigParseAndLoad" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigParseAndLoad \- load a configuration file .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigParseAndLoadFromMemory.3 fontconfig-2.14.2/doc/FcConfigParseAndLoadFromMemory.3 --- fontconfig-2.14.1/doc/FcConfigParseAndLoadFromMemory.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigParseAndLoadFromMemory.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigParseAndLoadFromMemory" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigParseAndLoadFromMemory" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigParseAndLoadFromMemory \- load a configuration from memory .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigReference.3 fontconfig-2.14.2/doc/FcConfigReference.3 --- fontconfig-2.14.1/doc/FcConfigReference.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigReference.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigReference" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigReference" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigReference \- Increment config reference count .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigSetCurrent.3 fontconfig-2.14.2/doc/FcConfigSetCurrent.3 --- fontconfig-2.14.1/doc/FcConfigSetCurrent.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigSetCurrent.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigSetCurrent" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigSetCurrent" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigSetCurrent \- Set configuration as default .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigSetRescanInterval.3 fontconfig-2.14.2/doc/FcConfigSetRescanInterval.3 --- fontconfig-2.14.1/doc/FcConfigSetRescanInterval.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigSetRescanInterval.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigSetRescanInterval" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigSetRescanInterval" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigSetRescanInterval \- Set config rescan interval .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigSetSysRoot.3 fontconfig-2.14.2/doc/FcConfigSetSysRoot.3 --- fontconfig-2.14.1/doc/FcConfigSetSysRoot.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigSetSysRoot.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigSetSysRoot" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigSetSysRoot" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigSetSysRoot \- Set the system root directory .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigSubstitute.3 fontconfig-2.14.2/doc/FcConfigSubstitute.3 --- fontconfig-2.14.1/doc/FcConfigSubstitute.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigSubstitute.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigSubstitute" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigSubstitute" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigSubstitute \- Execute substitutions .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigSubstituteWithPat.3 fontconfig-2.14.2/doc/FcConfigSubstituteWithPat.3 --- fontconfig-2.14.1/doc/FcConfigSubstituteWithPat.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigSubstituteWithPat.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigSubstituteWithPat" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigSubstituteWithPat" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigSubstituteWithPat \- Execute substitutions .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcConfigUptoDate.3 fontconfig-2.14.2/doc/FcConfigUptoDate.3 --- fontconfig-2.14.1/doc/FcConfigUptoDate.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcConfigUptoDate.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcConfigUptoDate" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcConfigUptoDate" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcConfigUptoDate \- Check timestamps on config files .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fcconstant.fncs fontconfig-2.14.2/doc/fcconstant.fncs --- fontconfig-2.14.1/doc/fcconstant.fncs 2019-10-16 10:05:28.000000000 +0000 +++ fontconfig-2.14.2/doc/fcconstant.fncs 2023-01-25 14:38:40.000000000 +0000 @@ -21,37 +21,47 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -@RET@ FcBool -@FUNC@ FcNameRegisterConstants -@TYPE1@ const FcConstant * @ARG1@ consts -@TYPE2@ int% @ARG2@ nconsts -@PURPOSE@ Register symbolic constants +@RET@ FcBool +@FUNC@ FcNameRegisterConstants +@TYPE1@ const FcConstant * @ARG1@ consts +@TYPE2@ int% @ARG2@ nconsts +@PURPOSE@ Register symbolic constants @DESC@ Deprecated. Does nothing. Returns FcFalse. @@ -@RET@ FcBool -@FUNC@ FcNameUnregisterConstants -@TYPE1@ const FcConstant * @ARG1@ consts -@TYPE2@ int% @ARG2@ nconsts -@PURPOSE@ Unregister symbolic constants +@RET@ FcBool +@FUNC@ FcNameUnregisterConstants +@TYPE1@ const FcConstant * @ARG1@ consts +@TYPE2@ int% @ARG2@ nconsts +@PURPOSE@ Unregister symbolic constants @DESC@ Deprecated. Does nothing. Returns FcFalse. @@ -@RET@ const FcConstant * -@FUNC@ FcNameGetConstant -@TYPE1@ FcChar8 * @ARG1@ string -@PURPOSE@ Lookup symbolic constant +@RET@ const FcConstant * +@FUNC@ FcNameGetConstant +@TYPE1@ FcChar8 * @ARG1@ string +@PURPOSE@ Lookup symbolic constant @DESC@ Return the FcConstant structure related to symbolic constant string. @@ -@RET@ FcBool -@FUNC@ FcNameConstant -@TYPE1@ FcChar8 * @ARG1@ string -@TYPE2@ int * @ARG2@ result -@PURPOSE@ Get the value for a symbolic constant +@RET@ const FcConstant * +@FUNC@ FcNameGetConstantFor +@TYPE1@ FcChar8 * @ARG1@ string +@TYPE2@ char * @ARG2@ object +@PURPOSE@ Lookup symbolic constant For object +@DESC@ +Return the FcConstant structure related to symbolic constant string +for object. +@@ + +@RET@ FcBool +@FUNC@ FcNameConstant +@TYPE1@ FcChar8 * @ARG1@ string +@TYPE2@ int * @ARG2@ result +@PURPOSE@ Get the value for a symbolic constant @DESC@ Returns whether a symbolic constant with name string is registered, placing the value of the constant in result if present. diff -Nru fontconfig-2.14.1/doc/FcDefaultSubstitute.3 fontconfig-2.14.2/doc/FcDefaultSubstitute.3 --- fontconfig-2.14.1/doc/FcDefaultSubstitute.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcDefaultSubstitute.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcDefaultSubstitute" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcDefaultSubstitute" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcDefaultSubstitute \- Perform default substitutions in a pattern .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcDirCacheClean.3 fontconfig-2.14.2/doc/FcDirCacheClean.3 --- fontconfig-2.14.1/doc/FcDirCacheClean.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcDirCacheClean.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcDirCacheClean" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcDirCacheClean" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcDirCacheClean \- Clean up a cache directory .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcDirCacheCreateUUID.3 fontconfig-2.14.2/doc/FcDirCacheCreateUUID.3 --- fontconfig-2.14.1/doc/FcDirCacheCreateUUID.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcDirCacheCreateUUID.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcDirCacheCreateUUID" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcDirCacheCreateUUID" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcDirCacheCreateUUID \- Create .uuid file at a directory .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcDirCacheDeleteUUID.3 fontconfig-2.14.2/doc/FcDirCacheDeleteUUID.3 --- fontconfig-2.14.1/doc/FcDirCacheDeleteUUID.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcDirCacheDeleteUUID.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcDirCacheDeleteUUID" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcDirCacheDeleteUUID" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcDirCacheDeleteUUID \- Delete .uuid file .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fcdircache.fncs fontconfig-2.14.2/doc/fcdircache.fncs --- fontconfig-2.14.1/doc/fcdircache.fncs 2019-10-16 10:05:28.000000000 +0000 +++ fontconfig-2.14.2/doc/fcdircache.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -20,11 +20,11 @@ * OF THIS SOFTWARE. */ -@RET@ FcBool -@FUNC@ FcDirCacheUnlink -@TYPE1@ const FcChar8 * @ARG1@ dir -@TYPE2@ FcConfig * @ARG2@ config -@PURPOSE@ Remove all caches related to dir +@RET@ FcBool +@FUNC@ FcDirCacheUnlink +@TYPE1@ const FcChar8 * @ARG1@ dir +@TYPE2@ FcConfig * @ARG2@ config +@PURPOSE@ Remove all caches related to dir @DESC@ Scans the cache directories in config, removing any instances of the cache file for dir. Returns FcFalse @@ -32,21 +32,21 @@ unlinking any files are ignored. @@ -@RET@ FcBool -@FUNC@ FcDirCacheValid -@TYPE1@ const FcChar8 * @ARG1@ dir -@PURPOSE@ check directory cache +@RET@ FcBool +@FUNC@ FcDirCacheValid +@TYPE1@ const FcChar8 * @ARG1@ dir +@PURPOSE@ check directory cache @DESC@ Returns FcTrue if dir has an associated valid cache file, else returns FcFalse @@ -@RET@ FcCache * -@FUNC@ FcDirCacheLoad -@TYPE1@ const FcChar8 * @ARG1@ dir -@TYPE2@ FcConfig * @ARG2@ config -@TYPE3@ FcChar8 ** @ARG3@ cache_file -@PURPOSE@ load a directory cache +@RET@ FcCache * +@FUNC@ FcDirCacheLoad +@TYPE1@ const FcChar8 * @ARG1@ dir +@TYPE2@ FcConfig * @ARG2@ config +@TYPE3@ FcChar8 ** @ARG3@ cache_file +@PURPOSE@ load a directory cache @DESC@ Loads the cache related to dir. If no cache file exists, returns NULL. The name of the cache file is returned in @@ -54,23 +54,23 @@ FcDirCacheRead. @@ -@RET@ FcCache * -@FUNC@ FcDirCacheRescan -@TYPE1@ const FcChar8 * @ARG1@ dir -@TYPE2@ FcConfig * @ARG2@ config -@PURPOSE@ Re-scan a directory cache +@RET@ FcCache * +@FUNC@ FcDirCacheRescan +@TYPE1@ const FcChar8 * @ARG1@ dir +@TYPE2@ FcConfig * @ARG2@ config +@PURPOSE@ Re-scan a directory cache @DESC@ Re-scan directories only at dir and update the cache. returns NULL if failed. -@SINCE@ 2.11.1 +@SINCE@ 2.11.1 @@ -@RET@ FcCache * -@FUNC@ FcDirCacheRead -@TYPE1@ const FcChar8 * @ARG1@ dir -@TYPE2@ FcBool% @ARG2@ force -@TYPE3@ FcConfig * @ARG3@ config -@PURPOSE@ read or construct a directory cache +@RET@ FcCache * +@FUNC@ FcDirCacheRead +@TYPE1@ const FcChar8 * @ARG1@ dir +@TYPE2@ FcBool% @ARG2@ force +@TYPE3@ FcConfig * @ARG3@ config +@PURPOSE@ read or construct a directory cache @DESC@ This returns a cache for dir. If force is FcFalse, then an existing, valid cache file @@ -78,21 +78,21 @@ directory and that returned. @@ -@RET@ FcCache * -@FUNC@ FcDirCacheLoadFile -@TYPE1@ const FcChar8 * @ARG1@ cache_file -@TYPE2@ struct stat * @ARG2@ file_stat -@PURPOSE@ load a cache file +@RET@ FcCache * +@FUNC@ FcDirCacheLoadFile +@TYPE1@ const FcChar8 * @ARG1@ cache_file +@TYPE2@ struct stat * @ARG2@ file_stat +@PURPOSE@ load a cache file @DESC@ This function loads a directory cache from cache_file. If file_stat is non-NULL, it will be filled with the results of stat(2) on the cache file. @@ -@RET@ void -@FUNC@ FcDirCacheUnload -@TYPE1@ FcCache * @ARG1@ cache -@PURPOSE@ unload a cache file +@RET@ void +@FUNC@ FcDirCacheUnload +@TYPE1@ FcCache * @ARG1@ cache +@PURPOSE@ unload a cache file @DESC@ This function dereferences cache. When no other references to it remain, all memory associated with the cache will be freed. diff -Nru fontconfig-2.14.1/doc/FcDirCacheLoad.3 fontconfig-2.14.2/doc/FcDirCacheLoad.3 --- fontconfig-2.14.1/doc/FcDirCacheLoad.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcDirCacheLoad.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcDirCacheLoad" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcDirCacheLoad" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcDirCacheLoad \- load a directory cache .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcDirCacheLoadFile.3 fontconfig-2.14.2/doc/FcDirCacheLoadFile.3 --- fontconfig-2.14.1/doc/FcDirCacheLoadFile.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcDirCacheLoadFile.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcDirCacheLoadFile" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcDirCacheLoadFile" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcDirCacheLoadFile \- load a cache file .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcDirCacheRead.3 fontconfig-2.14.2/doc/FcDirCacheRead.3 --- fontconfig-2.14.1/doc/FcDirCacheRead.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcDirCacheRead.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcDirCacheRead" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcDirCacheRead" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcDirCacheRead \- read or construct a directory cache .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcDirCacheRescan.3 fontconfig-2.14.2/doc/FcDirCacheRescan.3 --- fontconfig-2.14.1/doc/FcDirCacheRescan.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcDirCacheRescan.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcDirCacheRescan" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcDirCacheRescan" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcDirCacheRescan \- Re-scan a directory cache .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcDirCacheUnlink.3 fontconfig-2.14.2/doc/FcDirCacheUnlink.3 --- fontconfig-2.14.1/doc/FcDirCacheUnlink.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcDirCacheUnlink.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcDirCacheUnlink" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcDirCacheUnlink" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcDirCacheUnlink \- Remove all caches related to dir .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcDirCacheUnload.3 fontconfig-2.14.2/doc/FcDirCacheUnload.3 --- fontconfig-2.14.1/doc/FcDirCacheUnload.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcDirCacheUnload.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcDirCacheUnload" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcDirCacheUnload" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcDirCacheUnload \- unload a cache file .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcDirCacheValid.3 fontconfig-2.14.2/doc/FcDirCacheValid.3 --- fontconfig-2.14.1/doc/FcDirCacheValid.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcDirCacheValid.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcDirCacheValid" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcDirCacheValid" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcDirCacheValid \- check directory cache .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcDirSave.3 fontconfig-2.14.2/doc/FcDirSave.3 --- fontconfig-2.14.1/doc/FcDirSave.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcDirSave.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcDirSave" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcDirSave" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcDirSave \- DEPRECATED: formerly used to save a directory cache .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcDirScan.3 fontconfig-2.14.2/doc/FcDirScan.3 --- fontconfig-2.14.1/doc/FcDirScan.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcDirScan.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcDirScan" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcDirScan" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcDirScan \- scan a font directory without caching it .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fcfile.fncs fontconfig-2.14.2/doc/fcfile.fncs --- fontconfig-2.14.1/doc/fcfile.fncs 2016-07-11 02:41:05.000000000 +0000 +++ fontconfig-2.14.2/doc/fcfile.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -22,15 +22,15 @@ * PERFORMANCE OF THIS SOFTWARE. */ -@RET@ FcBool -@FUNC@ FcFileScan -@TYPE1@ FcFontSet * @ARG1@ set -@TYPE2@ FcStrSet * @ARG2@ dirs -@TYPE3@ FcFileCache * @ARG3@ cache -@TYPE4@ FcBlanks * @ARG4@ blanks -@TYPE5@ const FcChar8 * @ARG5@ file -@TYPE6@ FcBool% @ARG6@ force -@PURPOSE@ scan a font file +@RET@ FcBool +@FUNC@ FcFileScan +@TYPE1@ FcFontSet * @ARG1@ set +@TYPE2@ FcStrSet * @ARG2@ dirs +@TYPE3@ FcFileCache * @ARG3@ cache +@TYPE4@ FcBlanks * @ARG4@ blanks +@TYPE5@ const FcChar8 * @ARG5@ file +@TYPE6@ FcBool% @ARG6@ force +@PURPOSE@ scan a font file @DESC@ Scans a single file and adds all fonts found to set. If force is FcTrue, then the file is scanned even if @@ -45,24 +45,24 @@ added (due to allocation failure). Otherwise returns FcTrue. @@ -@RET@ FcBool -@FUNC@ FcFileIsDir -@TYPE1@ const FcChar8 * @ARG1@ file -@PURPOSE@ check whether a file is a directory +@RET@ FcBool +@FUNC@ FcFileIsDir +@TYPE1@ const FcChar8 * @ARG1@ file +@PURPOSE@ check whether a file is a directory @DESC@ Returns FcTrue if file is a directory, otherwise returns FcFalse. @@ -@RET@ FcBool -@FUNC@ FcDirScan -@TYPE1@ FcFontSet * @ARG1@ set -@TYPE2@ FcStrSet * @ARG2@ dirs -@TYPE3@ FcFileCache * @ARG3@ cache -@TYPE4@ FcBlanks * @ARG4@ blanks -@TYPE5@ const FcChar8 * @ARG5@ dir -@TYPE6@ FcBool% @ARG6@ force -@PURPOSE@ scan a font directory without caching it +@RET@ FcBool +@FUNC@ FcDirScan +@TYPE1@ FcFontSet * @ARG1@ set +@TYPE2@ FcStrSet * @ARG2@ dirs +@TYPE3@ FcFileCache * @ARG3@ cache +@TYPE4@ FcBlanks * @ARG4@ blanks +@TYPE5@ const FcChar8 * @ARG5@ dir +@TYPE6@ FcBool% @ARG6@ force +@PURPOSE@ scan a font directory without caching it @DESC@ If cache is not zero or if force is FcFalse, this function currently returns FcFalse. Otherwise, it scans an @@ -72,12 +72,12 @@ caching is desired. @@ -@RET@ FcBool -@FUNC@ FcDirSave -@TYPE1@ FcFontSet * @ARG1@ set -@TYPE2@ FcStrSet * @ARG2@ dirs -@TYPE3@ const FcChar8 * @ARG3@ dir -@PURPOSE@ DEPRECATED: formerly used to save a directory cache +@RET@ FcBool +@FUNC@ FcDirSave +@TYPE1@ FcFontSet * @ARG1@ set +@TYPE2@ FcStrSet * @ARG2@ dirs +@TYPE3@ const FcChar8 * @ARG3@ dir +@PURPOSE@ DEPRECATED: formerly used to save a directory cache @DESC@ This function now does nothing aside from returning FcFalse. It used to creates the per-directory cache file for dir and populates it diff -Nru fontconfig-2.14.1/doc/FcFileIsDir.3 fontconfig-2.14.2/doc/FcFileIsDir.3 --- fontconfig-2.14.1/doc/FcFileIsDir.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFileIsDir.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFileIsDir" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFileIsDir" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFileIsDir \- check whether a file is a directory .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcFileScan.3 fontconfig-2.14.2/doc/FcFileScan.3 --- fontconfig-2.14.1/doc/FcFileScan.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFileScan.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFileScan" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFileScan" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFileScan \- scan a font file .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcFini.3 fontconfig-2.14.2/doc/FcFini.3 --- fontconfig-2.14.1/doc/FcFini.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFini.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFini" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFini" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFini \- finalize fontconfig library .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcFontList.3 fontconfig-2.14.2/doc/FcFontList.3 --- fontconfig-2.14.1/doc/FcFontList.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFontList.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFontList" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFontList" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFontList \- List fonts .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcFontMatch.3 fontconfig-2.14.2/doc/FcFontMatch.3 --- fontconfig-2.14.1/doc/FcFontMatch.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFontMatch.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFontMatch" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFontMatch" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFontMatch \- Return best font .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcFontRenderPrepare.3 fontconfig-2.14.2/doc/FcFontRenderPrepare.3 --- fontconfig-2.14.1/doc/FcFontRenderPrepare.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFontRenderPrepare.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFontRenderPrepare" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFontRenderPrepare" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFontRenderPrepare \- Prepare pattern for loading font file .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcFontSetAdd.3 fontconfig-2.14.2/doc/FcFontSetAdd.3 --- fontconfig-2.14.1/doc/FcFontSetAdd.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFontSetAdd.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFontSetAdd" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFontSetAdd" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFontSetAdd \- Add to a font set .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcFontSetCreate.3 fontconfig-2.14.2/doc/FcFontSetCreate.3 --- fontconfig-2.14.1/doc/FcFontSetCreate.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFontSetCreate.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFontSetCreate" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFontSetCreate" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFontSetCreate \- Create a font set .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcFontSetDestroy.3 fontconfig-2.14.2/doc/FcFontSetDestroy.3 --- fontconfig-2.14.1/doc/FcFontSetDestroy.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFontSetDestroy.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFontSetDestroy" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFontSetDestroy" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFontSetDestroy \- Destroy a font set .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fcfontset.fncs fontconfig-2.14.2/doc/fcfontset.fncs --- fontconfig-2.14.1/doc/fcfontset.fncs 2020-12-03 11:45:00.000000000 +0000 +++ fontconfig-2.14.2/doc/fcfontset.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -21,42 +21,42 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -@RET@ FcFontSet * -@FUNC@ FcFontSetCreate -@TYPE1@ void -@PURPOSE@ Create a font set +@RET@ FcFontSet * +@FUNC@ FcFontSetCreate +@TYPE1@ void +@PURPOSE@ Create a font set @DESC@ Creates an empty font set. @@ -@RET@ void -@FUNC@ FcFontSetDestroy -@TYPE1@ FcFontSet * @ARG1@ s -@PURPOSE@ Destroy a font set +@RET@ void +@FUNC@ FcFontSetDestroy +@TYPE1@ FcFontSet * @ARG1@ s +@PURPOSE@ Destroy a font set @DESC@ Destroys a font set. Note that this destroys any referenced patterns as well. @@ -@RET@ FcBool -@FUNC@ FcFontSetAdd -@TYPE1@ FcFontSet * @ARG1@ s -@TYPE2@ FcPattern * @ARG2@ font -@PURPOSE@ Add to a font set +@RET@ FcBool +@FUNC@ FcFontSetAdd +@TYPE1@ FcFontSet * @ARG1@ s +@TYPE2@ FcPattern * @ARG2@ font +@PURPOSE@ Add to a font set @DESC@ Adds a pattern to a font set. Note that the pattern is not copied before being inserted into the set. Returns FcFalse if the pattern cannot be inserted into the set (due to allocation failure). Otherwise returns FcTrue. @@ -@RET@ FcFontSet * -@FUNC@ FcFontSetList -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ FcFontSet ** @ARG2@ sets -@TYPE3@ int @ARG3@ nsets -@TYPE4@ FcPattern * @ARG4@ pattern -@TYPE5@ FcObjectSet * @ARG5@ object_set -@PURPOSE@ List fonts from a set of font sets +@RET@ FcFontSet * +@FUNC@ FcFontSetList +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ FcFontSet ** @ARG2@ sets +@TYPE3@ int @ARG3@ nsets +@TYPE4@ FcPattern * @ARG4@ pattern +@TYPE5@ FcObjectSet * @ARG5@ object_set +@PURPOSE@ List fonts from a set of font sets @DESC@ Selects fonts matching pattern from sets, creates patterns from those @@ -66,14 +66,14 @@ to be up to date, and used. @@ -@RET@ FcPattern * -@FUNC@ FcFontSetMatch -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ FcFontSet ** @ARG2@ sets -@TYPE3@ int @ARG3@ nsets -@TYPE4@ FcPattern * @ARG4@ pattern -@TYPE5@ FcResult * @ARG5@ result -@PURPOSE@ Return the best font from a set of font sets +@RET@ FcPattern * +@FUNC@ FcFontSetMatch +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ FcFontSet ** @ARG2@ sets +@TYPE3@ int @ARG3@ nsets +@TYPE4@ FcPattern * @ARG4@ pattern +@TYPE5@ FcResult * @ARG5@ result +@PURPOSE@ Return the best font from a set of font sets @DESC@ Finds the font in sets most closely matching pattern and returns the result of @@ -86,10 +86,10 @@ Returns NULL if an error occurs during this process. @@ -@RET@ void -@FUNC@ FcFontSetPrint -@TYPE1@ FcFontSet * @ARG1@ set -@PURPOSE@ Print a set of patterns to stdout +@RET@ void +@FUNC@ FcFontSetPrint +@TYPE1@ FcFontSet * @ARG1@ set +@PURPOSE@ Print a set of patterns to stdout @DESC@ This function is useful for diagnosing font related issues, printing the complete contents of every pattern in set. The format @@ -97,19 +97,19 @@ change at any time. @@ -@RET@ FcFontSet * -@FUNC@ FcFontSetSort -@TYPE1@ FcConfig * @ARG1@ config -@TYPE2@ FcFontSet ** @ARG2@ sets -@TYPE3@ int @ARG3@ nsets -@TYPE4@ FcPattern * @ARG4@ pattern -@TYPE5@ FcBool% @ARG5@ trim -@TYPE6@ FcCharSet ** @ARG6@ csp -@TYPE7@ FcResult * @ARG7@ result -@PURPOSE@ Add to a font set +@RET@ FcFontSet * +@FUNC@ FcFontSetSort +@TYPE1@ FcConfig * @ARG1@ config +@TYPE2@ FcFontSet ** @ARG2@ sets +@TYPE3@ int @ARG3@ nsets +@TYPE4@ FcPattern * @ARG4@ pattern +@TYPE5@ FcBool% @ARG5@ trim +@TYPE6@ FcCharSet ** @ARG6@ csp +@TYPE7@ FcResult * @ARG7@ result +@PURPOSE@ Add to a font set @DESC@ Returns the list of fonts from sets -sorted by closeness to pattern. +sorted by closeness to pattern. If trim is FcTrue, elements in the list which don't include Unicode coverage not provided by earlier elements in the list are elided. The union of Unicode coverage of @@ -128,10 +128,10 @@ The FcFontSet returned by FcFontSetSort is destroyed by calling FcFontSetDestroy. @@ -@RET@ void -@FUNC@ FcFontSetSortDestroy -@TYPE1@ FcFontSet * @ARG1@ set -@PURPOSE@ DEPRECATED destroy a font set +@RET@ void +@FUNC@ FcFontSetSortDestroy +@TYPE1@ FcFontSet * @ARG1@ set +@PURPOSE@ DEPRECATED destroy a font set @DESC@ This function is DEPRECATED. FcFontSetSortDestroy destroys set by calling diff -Nru fontconfig-2.14.1/doc/FcFontSetList.3 fontconfig-2.14.2/doc/FcFontSetList.3 --- fontconfig-2.14.1/doc/FcFontSetList.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFontSetList.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFontSetList" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFontSetList" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFontSetList \- List fonts from a set of font sets .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcFontSetMatch.3 fontconfig-2.14.2/doc/FcFontSetMatch.3 --- fontconfig-2.14.1/doc/FcFontSetMatch.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFontSetMatch.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFontSetMatch" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFontSetMatch" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFontSetMatch \- Return the best font from a set of font sets .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcFontSetPrint.3 fontconfig-2.14.2/doc/FcFontSetPrint.3 --- fontconfig-2.14.1/doc/FcFontSetPrint.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFontSetPrint.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFontSetPrint" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFontSetPrint" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFontSetPrint \- Print a set of patterns to stdout .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcFontSetSort.3 fontconfig-2.14.2/doc/FcFontSetSort.3 --- fontconfig-2.14.1/doc/FcFontSetSort.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFontSetSort.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFontSetSort" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFontSetSort" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFontSetSort \- Add to a font set .SH SYNOPSIS @@ -11,7 +11,7 @@ .SH "DESCRIPTION" .PP Returns the list of fonts from \fIsets\fR -sorted by closeness to \fIpattern\fR\&. +sorted by closeness to \fIpattern\fR\&. If \fItrim\fR is FcTrue, elements in the list which don't include Unicode coverage not provided by earlier elements in the list are elided. The union of Unicode coverage of diff -Nru fontconfig-2.14.1/doc/FcFontSetSortDestroy.3 fontconfig-2.14.2/doc/FcFontSetSortDestroy.3 --- fontconfig-2.14.1/doc/FcFontSetSortDestroy.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFontSetSortDestroy.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFontSetSortDestroy" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFontSetSortDestroy" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFontSetSortDestroy \- DEPRECATED destroy a font set .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcFontSort.3 fontconfig-2.14.2/doc/FcFontSort.3 --- fontconfig-2.14.1/doc/FcFontSort.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFontSort.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFontSort" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFontSort" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFontSort \- Return list of matching fonts .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fcformat.fncs fontconfig-2.14.2/doc/fcformat.fncs --- fontconfig-2.14.1/doc/fcformat.fncs 2019-10-16 10:05:28.000000000 +0000 +++ fontconfig-2.14.2/doc/fcformat.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -22,11 +22,11 @@ * PERFORMANCE OF THIS SOFTWARE. */ -@RET@ FcChar8 * -@FUNC@ FcPatternFormat -@TYPE1@ FcPattern * @ARG1@ pat -@TYPE2@ const FcChar8 * @ARG2@ format -@PURPOSE@ Format a pattern into a string according to a format specifier +@RET@ FcChar8 * +@FUNC@ FcPatternFormat +@TYPE1@ FcPattern * @ARG1@ pat +@TYPE2@ const FcChar8 * @ARG2@ format +@PURPOSE@ Format a pattern into a string according to a format specifier @DESC@ Converts given pattern pat into text described by @@ -305,5 +305,5 @@ to the values of the family element in pattern, lower-cased and with spaces removed. -@SINCE@ 2.9.0 +@SINCE@ 2.9.0 @@ diff -Nru fontconfig-2.14.1/doc/FcFreeTypeCharIndex.3 fontconfig-2.14.2/doc/FcFreeTypeCharIndex.3 --- fontconfig-2.14.1/doc/FcFreeTypeCharIndex.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFreeTypeCharIndex.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFreeTypeCharIndex" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFreeTypeCharIndex" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFreeTypeCharIndex \- map Unicode to glyph id .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcFreeTypeCharSet.3 fontconfig-2.14.2/doc/FcFreeTypeCharSet.3 --- fontconfig-2.14.1/doc/FcFreeTypeCharSet.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFreeTypeCharSet.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFreeTypeCharSet" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFreeTypeCharSet" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFreeTypeCharSet \- compute Unicode coverage .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcFreeTypeCharSetAndSpacing.3 fontconfig-2.14.2/doc/FcFreeTypeCharSetAndSpacing.3 --- fontconfig-2.14.1/doc/FcFreeTypeCharSetAndSpacing.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFreeTypeCharSetAndSpacing.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFreeTypeCharSetAndSpacing" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFreeTypeCharSetAndSpacing" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFreeTypeCharSetAndSpacing \- compute Unicode coverage and spacing type .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fcfreetype.fncs fontconfig-2.14.2/doc/fcfreetype.fncs --- fontconfig-2.14.1/doc/fcfreetype.fncs 2019-10-16 10:05:28.000000000 +0000 +++ fontconfig-2.14.2/doc/fcfreetype.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -25,11 +25,11 @@ @SYNOPSIS@ #include <fontconfig.h> #include <fcfreetype.h> -@RET@ FT_UInt -@FUNC@ FcFreeTypeCharIndex -@TYPE1@ FT_Face% @ARG1@ face -@TYPE2@ FcChar32% @ARG2@ ucs4 -@PURPOSE@ map Unicode to glyph id +@RET@ FT_UInt +@FUNC@ FcFreeTypeCharIndex +@TYPE1@ FT_Face% @ARG1@ face +@TYPE2@ FcChar32% @ARG2@ ucs4 +@PURPOSE@ map Unicode to glyph id @DESC@ Maps a Unicode char to a glyph index. This function uses information from several possible underlying encoding tables to work around broken fonts. @@ -41,11 +41,11 @@ @SYNOPSIS@ #include <fontconfig.h> #include <fcfreetype.h> -@RET@ FcCharSet * -@FUNC@ FcFreeTypeCharSet -@TYPE1@ FT_Face% @ARG1@ face -@TYPE2@ FcBlanks * @ARG2@ blanks -@PURPOSE@ compute Unicode coverage +@RET@ FcCharSet * +@FUNC@ FcFreeTypeCharSet +@TYPE1@ FT_Face% @ARG1@ face +@TYPE2@ FcBlanks * @ARG2@ blanks +@PURPOSE@ compute Unicode coverage @DESC@ Scans a FreeType face and returns the set of encoded Unicode chars. FcBlanks is deprecated, blanks is ignored and @@ -55,12 +55,12 @@ @SYNOPSIS@ #include <fontconfig.h> #include <fcfreetype.h> -@RET@ FcCharSet * -@FUNC@ FcFreeTypeCharSetAndSpacing -@TYPE1@ FT_Face% @ARG1@ face -@TYPE2@ FcBlanks * @ARG2@ blanks -@TYPE3@ int * @ARG3@ spacing -@PURPOSE@ compute Unicode coverage and spacing type +@RET@ FcCharSet * +@FUNC@ FcFreeTypeCharSetAndSpacing +@TYPE1@ FT_Face% @ARG1@ face +@TYPE2@ FcBlanks * @ARG2@ blanks +@TYPE3@ int * @ARG3@ spacing +@PURPOSE@ compute Unicode coverage and spacing type @DESC@ Scans a FreeType face and returns the set of encoded Unicode chars. FcBlanks is deprecated, blanks is ignored and @@ -69,19 +69,19 @@ font, one of FC_MONO for a font where all glyphs have the same width, FC_DUAL, where the font has glyphs in precisely two widths, one twice as wide as the other, or FC_PROPORTIONAL where the font has glyphs of many -widths. +widths. @@ @SYNOPSIS@ #include <fontconfig.h> #include <fcfreetype.h> -@RET@ FcPattern * -@FUNC@ FcFreeTypeQuery -@TYPE1@ const FcChar8 * @ARG1@ file -@TYPE2@ int% @ARG2@ id -@TYPE3@ FcBlanks * @ARG3@ blanks -@TYPE4@ int * @ARG4@ count -@PURPOSE@ compute pattern from font file (and index) +@RET@ FcPattern * +@FUNC@ FcFreeTypeQuery +@TYPE1@ const FcChar8 * @ARG1@ file +@TYPE2@ int% @ARG2@ id +@TYPE3@ FcBlanks * @ARG3@ blanks +@TYPE4@ int * @ARG4@ count +@PURPOSE@ compute pattern from font file (and index) @DESC@ Constructs a pattern representing the 'id'th face in 'file'. The number of faces in 'file' is returned in 'count'. @@ -90,22 +90,22 @@ @@ unsigned int -FcFreeTypeQueryAll(const FcChar8 *file, - int id, - FcBlanks *blanks, - int *count, - FcFontSet *set) +FcFreeTypeQueryAll(const FcChar8 *file, + int id, + FcBlanks *blanks, + int *count, + FcFontSet *set) @SYNOPSIS@ #include <fontconfig.h> #include <fcfreetype.h> @RET@ unsigned int @FUNC@ FcFreeTypeQueryAll -@TYPE1@ const FcChar8 * @ARG1@ file -@TYPE2@ int% @ARG2@ id -@TYPE3@ FcBlanks * @ARG3@ blanks -@TYPE4@ int * @ARG4@ count -@TYPE5@ FcFontSet * @ARG5@ set -@PURPOSE@ compute all patterns from font file (and index) +@TYPE1@ const FcChar8 * @ARG1@ file +@TYPE2@ int% @ARG2@ id +@TYPE3@ FcBlanks * @ARG3@ blanks +@TYPE4@ int * @ARG4@ count +@TYPE5@ FcFontSet * @ARG5@ set +@PURPOSE@ compute all patterns from font file (and index) @DESC@ Constructs patterns found in 'file'. If id is -1, then all patterns found in 'file' are added to 'set'. @@ -114,19 +114,19 @@ The number of patterns added to 'set' is returned. FcBlanks is deprecated, blanks is ignored and accepted only for compatibility with older code. -@SINCE@ 2.12.91 +@SINCE@ 2.12.91 @@ @SYNOPSIS@ #include <fontconfig.h> #include <fcfreetype.h> -@RET@ FcPattern * +@RET@ FcPattern * @FUNC@ FcFreeTypeQueryFace -@TYPE1@ const FT_Face% @ARG1@ face -@TYPE2@ const FcChar8 * @ARG2@ file -@TYPE3@ int% @ARG3@ id -@TYPE4@ FcBlanks * @ARG4@ blanks -@PURPOSE@ compute pattern from FT_Face +@TYPE1@ const FT_Face% @ARG1@ face +@TYPE2@ const FcChar8 * @ARG2@ file +@TYPE3@ int% @ARG3@ id +@TYPE4@ FcBlanks * @ARG4@ blanks +@PURPOSE@ compute pattern from FT_Face @DESC@ Constructs a pattern representing 'face'. 'file' and 'id' are used solely as data for pattern elements (FC_FILE, FC_INDEX and sometimes FC_FAMILY). diff -Nru fontconfig-2.14.1/doc/FcFreeTypeQuery.3 fontconfig-2.14.2/doc/FcFreeTypeQuery.3 --- fontconfig-2.14.1/doc/FcFreeTypeQuery.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFreeTypeQuery.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFreeTypeQuery" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFreeTypeQuery" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFreeTypeQuery \- compute pattern from font file (and index) .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcFreeTypeQueryAll.3 fontconfig-2.14.2/doc/FcFreeTypeQueryAll.3 --- fontconfig-2.14.1/doc/FcFreeTypeQueryAll.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFreeTypeQueryAll.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFreeTypeQueryAll" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFreeTypeQueryAll" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFreeTypeQueryAll \- compute all patterns from font file (and index) .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcFreeTypeQueryFace.3 fontconfig-2.14.2/doc/FcFreeTypeQueryFace.3 --- fontconfig-2.14.1/doc/FcFreeTypeQueryFace.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcFreeTypeQueryFace.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcFreeTypeQueryFace" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcFreeTypeQueryFace" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcFreeTypeQueryFace \- compute pattern from FT_Face .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcGetDefaultLangs.3 fontconfig-2.14.2/doc/FcGetDefaultLangs.3 --- fontconfig-2.14.1/doc/FcGetDefaultLangs.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcGetDefaultLangs.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcGetDefaultLangs" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcGetDefaultLangs" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcGetDefaultLangs \- Get the default languages list .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcGetLangs.3 fontconfig-2.14.2/doc/FcGetLangs.3 --- fontconfig-2.14.1/doc/FcGetLangs.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcGetLangs.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcGetLangs" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcGetLangs" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcGetLangs \- Get list of languages .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcGetVersion.3 fontconfig-2.14.2/doc/FcGetVersion.3 --- fontconfig-2.14.1/doc/FcGetVersion.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcGetVersion.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcGetVersion" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcGetVersion" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcGetVersion \- library version number .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcInit.3 fontconfig-2.14.2/doc/FcInit.3 --- fontconfig-2.14.1/doc/FcInit.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcInit.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcInit" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcInit" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcInit \- initialize fontconfig library .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcInitBringUptoDate.3 fontconfig-2.14.2/doc/FcInitBringUptoDate.3 --- fontconfig-2.14.1/doc/FcInitBringUptoDate.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcInitBringUptoDate.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcInitBringUptoDate" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcInitBringUptoDate" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcInitBringUptoDate \- reload configuration files if needed .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fcinit.fncs fontconfig-2.14.2/doc/fcinit.fncs --- fontconfig-2.14.1/doc/fcinit.fncs 2016-07-11 02:41:05.000000000 +0000 +++ fontconfig-2.14.2/doc/fcinit.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -21,28 +21,28 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -@RET@ FcConfig * -@FUNC@ FcInitLoadConfig -@TYPE1@ void -@PURPOSE@ load configuration +@RET@ FcConfig * +@FUNC@ FcInitLoadConfig +@TYPE1@ void +@PURPOSE@ load configuration @DESC@ Loads the default configuration file and returns the resulting configuration. Does not load any font information. @@ -@RET@ FcConfig * -@FUNC@ FcInitLoadConfigAndFonts -@TYPE1@ void -@PURPOSE@ load configuration and font data +@RET@ FcConfig * +@FUNC@ FcInitLoadConfigAndFonts +@TYPE1@ void +@PURPOSE@ load configuration and font data @DESC@ Loads the default configuration file and builds information about the available fonts. Returns the resulting configuration. @@ -@RET@ FcBool -@FUNC@ FcInit -@TYPE1@ void -@PURPOSE@ initialize fontconfig library +@RET@ FcBool +@FUNC@ FcInit +@TYPE1@ void +@PURPOSE@ initialize fontconfig library @DESC@ Loads the default configuration file and the fonts referenced therein and sets the default configuration to that result. Returns whether this @@ -50,10 +50,10 @@ been loaded, this routine does nothing and returns FcTrue. @@ -@RET@ void -@FUNC@ FcFini -@TYPE1@ void -@PURPOSE@ finalize fontconfig library +@RET@ void +@FUNC@ FcFini +@TYPE1@ void +@PURPOSE@ finalize fontconfig library @DESC@ Frees all data structures allocated by previous calls to fontconfig functions. Fontconfig returns to an uninitialized state, requiring a @@ -61,18 +61,18 @@ function may be called. @@ -@RET@ int -@FUNC@ FcGetVersion -@TYPE1@ void -@PURPOSE@ library version number +@RET@ int +@FUNC@ FcGetVersion +@TYPE1@ void +@PURPOSE@ library version number @DESC@ Returns the version number of the library. @@ -@RET@ FcBool -@FUNC@ FcInitReinitialize -@TYPE1@ void -@PURPOSE@ re-initialize library +@RET@ FcBool +@FUNC@ FcInitReinitialize +@TYPE1@ void +@PURPOSE@ re-initialize library @DESC@ Forces the default configuration file to be reloaded and resets the default configuration. Returns FcFalse if the configuration cannot be reloaded (due @@ -80,10 +80,10 @@ existing configuration unchanged. Otherwise returns FcTrue. @@ -@RET@ FcBool -@FUNC@ FcInitBringUptoDate -@TYPE1@ void -@PURPOSE@ reload configuration files if needed +@RET@ FcBool +@FUNC@ FcInitBringUptoDate +@TYPE1@ void +@PURPOSE@ reload configuration files if needed @DESC@ Checks the rescan interval in the default configuration, checking the configuration if the interval has passed and reloading the configuration if diff -Nru fontconfig-2.14.1/doc/FcInitLoadConfig.3 fontconfig-2.14.2/doc/FcInitLoadConfig.3 --- fontconfig-2.14.1/doc/FcInitLoadConfig.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcInitLoadConfig.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcInitLoadConfig" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcInitLoadConfig" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcInitLoadConfig \- load configuration .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcInitLoadConfigAndFonts.3 fontconfig-2.14.2/doc/FcInitLoadConfigAndFonts.3 --- fontconfig-2.14.1/doc/FcInitLoadConfigAndFonts.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcInitLoadConfigAndFonts.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcInitLoadConfigAndFonts" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcInitLoadConfigAndFonts" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcInitLoadConfigAndFonts \- load configuration and font data .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcInitReinitialize.3 fontconfig-2.14.2/doc/FcInitReinitialize.3 --- fontconfig-2.14.1/doc/FcInitReinitialize.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcInitReinitialize.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcInitReinitialize" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcInitReinitialize" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcInitReinitialize \- re-initialize library .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcIsLower.3 fontconfig-2.14.2/doc/FcIsLower.3 --- fontconfig-2.14.1/doc/FcIsLower.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcIsLower.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcIsLower" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcIsLower" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcIsLower \- check for lower case ASCII character .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcIsUpper.3 fontconfig-2.14.2/doc/FcIsUpper.3 --- fontconfig-2.14.1/doc/FcIsUpper.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcIsUpper.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcIsUpper" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcIsUpper" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcIsUpper \- check for upper case ASCII character .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcLangGetCharSet.3 fontconfig-2.14.2/doc/FcLangGetCharSet.3 --- fontconfig-2.14.1/doc/FcLangGetCharSet.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcLangGetCharSet.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcLangGetCharSet" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcLangGetCharSet" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcLangGetCharSet \- Get character map for a language .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcLangNormalize.3 fontconfig-2.14.2/doc/FcLangNormalize.3 --- fontconfig-2.14.1/doc/FcLangNormalize.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcLangNormalize.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcLangNormalize" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcLangNormalize" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcLangNormalize \- Normalize the language string .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcLangSetAdd.3 fontconfig-2.14.2/doc/FcLangSetAdd.3 --- fontconfig-2.14.1/doc/FcLangSetAdd.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcLangSetAdd.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcLangSetAdd" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcLangSetAdd" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcLangSetAdd \- add a language to a langset .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcLangSetCompare.3 fontconfig-2.14.2/doc/FcLangSetCompare.3 --- fontconfig-2.14.1/doc/FcLangSetCompare.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcLangSetCompare.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcLangSetCompare" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcLangSetCompare" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcLangSetCompare \- compare language sets .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcLangSetContains.3 fontconfig-2.14.2/doc/FcLangSetContains.3 --- fontconfig-2.14.1/doc/FcLangSetContains.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcLangSetContains.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcLangSetContains" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcLangSetContains" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcLangSetContains \- check langset subset relation .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcLangSetCopy.3 fontconfig-2.14.2/doc/FcLangSetCopy.3 --- fontconfig-2.14.1/doc/FcLangSetCopy.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcLangSetCopy.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcLangSetCopy" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcLangSetCopy" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcLangSetCopy \- copy a langset object .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcLangSetCreate.3 fontconfig-2.14.2/doc/FcLangSetCreate.3 --- fontconfig-2.14.1/doc/FcLangSetCreate.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcLangSetCreate.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcLangSetCreate" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcLangSetCreate" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcLangSetCreate \- create a langset object .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcLangSetDel.3 fontconfig-2.14.2/doc/FcLangSetDel.3 --- fontconfig-2.14.1/doc/FcLangSetDel.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcLangSetDel.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcLangSetDel" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcLangSetDel" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcLangSetDel \- delete a language from a langset .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcLangSetDestroy.3 fontconfig-2.14.2/doc/FcLangSetDestroy.3 --- fontconfig-2.14.1/doc/FcLangSetDestroy.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcLangSetDestroy.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcLangSetDestroy" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcLangSetDestroy" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcLangSetDestroy \- destroy a langset object .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcLangSetEqual.3 fontconfig-2.14.2/doc/FcLangSetEqual.3 --- fontconfig-2.14.1/doc/FcLangSetEqual.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcLangSetEqual.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcLangSetEqual" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcLangSetEqual" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcLangSetEqual \- test for matching langsets .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fclangset.fncs fontconfig-2.14.2/doc/fclangset.fncs --- fontconfig-2.14.1/doc/fclangset.fncs 2019-10-16 10:05:28.000000000 +0000 +++ fontconfig-2.14.2/doc/fclangset.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -20,37 +20,37 @@ * OF THIS SOFTWARE. */ -@RET@ FcLangSet * -@FUNC@ FcLangSetCreate -@TYPE1@ void -@PURPOSE@ create a langset object +@RET@ FcLangSet * +@FUNC@ FcLangSetCreate +@TYPE1@ void +@PURPOSE@ create a langset object @DESC@ FcLangSetCreate creates a new FcLangSet object. @@ -@RET@ void -@FUNC@ FcLangSetDestroy -@TYPE1@ FcLangSet * @ARG1@ ls -@PURPOSE@ destroy a langset object +@RET@ void +@FUNC@ FcLangSetDestroy +@TYPE1@ FcLangSet * @ARG1@ ls +@PURPOSE@ destroy a langset object @DESC@ FcLangSetDestroy destroys a FcLangSet object, freeing all memory associated with it. @@ -@RET@ FcLangSet * -@FUNC@ FcLangSetCopy -@TYPE1@ const FcLangSet * @ARG1@ ls -@PURPOSE@ copy a langset object +@RET@ FcLangSet * +@FUNC@ FcLangSetCopy +@TYPE1@ const FcLangSet * @ARG1@ ls +@PURPOSE@ copy a langset object @DESC@ FcLangSetCopy creates a new FcLangSet object and populates it with the contents of ls. @@ -@RET@ FcBool -@FUNC@ FcLangSetAdd -@TYPE1@ FcLangSet * @ARG1@ ls -@TYPE2@ const FcChar8 * @ARG2@ lang -@PURPOSE@ add a language to a langset +@RET@ FcBool +@FUNC@ FcLangSetAdd +@TYPE1@ FcLangSet * @ARG1@ ls +@TYPE2@ const FcChar8 * @ARG2@ lang +@PURPOSE@ add a language to a langset @DESC@ lang is added to ls. lang should be of the form Ll-Tt where Ll is a @@ -58,44 +58,44 @@ 3166. @@ -@RET@ FcBool -@FUNC@ FcLangSetDel -@TYPE1@ FcLangSet * @ARG1@ ls -@TYPE2@ const FcChar8 * @ARG2@ lang -@PURPOSE@ delete a language from a langset +@RET@ FcBool +@FUNC@ FcLangSetDel +@TYPE1@ FcLangSet * @ARG1@ ls +@TYPE2@ const FcChar8 * @ARG2@ lang +@PURPOSE@ delete a language from a langset @DESC@ lang is removed from ls. lang should be of the form Ll-Tt where Ll is a two or three letter language from ISO 639 and Tt is a territory from ISO 3166. -@SINCE@ 2.9.0 +@SINCE@ 2.9.0 @@ -@RET@ FcLangSet * -@FUNC@ FcLangSetUnion -@TYPE1@ const FcLangSet * @ARG1@ ls_a -@TYPE2@ const FcLangSet * @ARG2@ ls_b -@PURPOSE@ Add langsets +@RET@ FcLangSet * +@FUNC@ FcLangSetUnion +@TYPE1@ const FcLangSet * @ARG1@ ls_a +@TYPE2@ const FcLangSet * @ARG2@ ls_b +@PURPOSE@ Add langsets @DESC@ Returns a set including only those languages found in either ls_a or ls_b. -@SINCE@ 2.9.0 +@SINCE@ 2.9.0 @@ -@RET@ FcLangSet * -@FUNC@ FcLangSetSubtract -@TYPE1@ const FcLangSet * @ARG1@ ls_a -@TYPE2@ const FcLangSet * @ARG2@ ls_b -@PURPOSE@ Subtract langsets +@RET@ FcLangSet * +@FUNC@ FcLangSetSubtract +@TYPE1@ const FcLangSet * @ARG1@ ls_a +@TYPE2@ const FcLangSet * @ARG2@ ls_b +@PURPOSE@ Subtract langsets @DESC@ Returns a set including only those languages found in ls_a but not in ls_b. -@SINCE@ 2.9.0 +@SINCE@ 2.9.0 @@ -@RET@ FcLangResult -@FUNC@ FcLangSetCompare -@TYPE1@ const FcLangSet * @ARG1@ ls_a -@TYPE2@ const FcLangSet * @ARG2@ ls_b -@PURPOSE@ compare language sets +@RET@ FcLangResult +@FUNC@ FcLangSetCompare +@TYPE1@ const FcLangSet * @ARG1@ ls_a +@TYPE2@ const FcLangSet * @ARG2@ ls_b +@PURPOSE@ compare language sets @DESC@ FcLangSetCompare compares language coverage for ls_a and ls_b. If they share @@ -105,11 +105,11 @@ common, this function returns FcLangDifferentLang. @@ -@RET@ FcBool -@FUNC@ FcLangSetContains -@TYPE1@ const FcLangSet * @ARG1@ ls_a -@TYPE2@ const FcLangSet * @ARG2@ ls_b -@PURPOSE@ check langset subset relation +@RET@ FcBool +@FUNC@ FcLangSetContains +@TYPE1@ const FcLangSet * @ARG1@ ls_a +@TYPE2@ const FcLangSet * @ARG2@ ls_b +@PURPOSE@ check langset subset relation @DESC@ FcLangSetContains returns FcTrue if ls_a contains every language in @@ -119,20 +119,20 @@ ls_a has no territory. @@ -@RET@ FcBool -@FUNC@ FcLangSetEqual -@TYPE1@ const FcLangSet * @ARG1@ ls_a -@TYPE2@ const FcLangSet * @ARG2@ ls_b -@PURPOSE@ test for matching langsets +@RET@ FcBool +@FUNC@ FcLangSetEqual +@TYPE1@ const FcLangSet * @ARG1@ ls_a +@TYPE2@ const FcLangSet * @ARG2@ ls_b +@PURPOSE@ test for matching langsets @DESC@ Returns FcTrue if and only if ls_a supports precisely the same language and territory combinations as ls_b. @@ -@RET@ FcChar32 -@FUNC@ FcLangSetHash -@TYPE1@ const FcLangSet * @ARG1@ ls -@PURPOSE@ return a hash value for a langset +@RET@ FcChar32 +@FUNC@ FcLangSetHash +@TYPE1@ const FcLangSet * @ARG1@ ls +@PURPOSE@ return a hash value for a langset @DESC@ This function returns a value which depends solely on the languages supported by ls. Any language which equals @@ -141,61 +141,61 @@ value may not be equal. @@ -@RET@ FcLangResult -@FUNC@ FcLangSetHasLang -@TYPE1@ const FcLangSet * @ARG1@ ls -@TYPE2@ const FcChar8 * @ARG2@ lang -@PURPOSE@ test langset for language support +@RET@ FcLangResult +@FUNC@ FcLangSetHasLang +@TYPE1@ const FcLangSet * @ARG1@ ls +@TYPE2@ const FcChar8 * @ARG2@ lang +@PURPOSE@ test langset for language support @DESC@ FcLangSetHasLang checks whether -ls supports lang. If +ls supports lang. If ls has a matching language and territory pair, this function returns FcLangEqual. If ls has a matching language but differs in which territory that language is for, this -function returns FcLangDifferentTerritory. If ls +function returns FcLangDifferentTerritory. If ls has no matching language, this function returns FcLangDifferentLang. @@ -@RET@ FcStrSet * -@FUNC@ FcGetDefaultLangs -@TYPE1@ void -@PURPOSE@ Get the default languages list +@RET@ FcStrSet * +@FUNC@ FcGetDefaultLangs +@TYPE1@ void +@PURPOSE@ Get the default languages list @DESC@ Returns a string set of the default languages according to the environment variables on the system. This function looks for them in order of FC_LANG, LC_ALL, LC_CTYPE and LANG then. If there are no valid values in those environment variables, "en" will be set as fallback. -@SINCE@ 2.9.91 +@SINCE@ 2.9.91 @@ -@RET@ FcStrSet * -@FUNC@ FcLangSetGetLangs -@TYPE1@ const FcLangSet * @ARG1@ ls -@PURPOSE@ get the list of languages in the langset +@RET@ FcStrSet * +@FUNC@ FcLangSetGetLangs +@TYPE1@ const FcLangSet * @ARG1@ ls +@PURPOSE@ get the list of languages in the langset @DESC@ Returns a string set of all languages in langset. @@ -@RET@ FcStrSet * -@FUNC@ FcGetLangs -@TYPE1@ void -@PURPOSE@ Get list of languages +@RET@ FcStrSet * +@FUNC@ FcGetLangs +@TYPE1@ void +@PURPOSE@ Get list of languages @DESC@ Returns a string set of all known languages. @@ -@RET@ FcChar8 * -@FUNC@ FcLangNormalize -@TYPE1@ const FcChar8 * @ARG1@ lang -@PURPOSE@ Normalize the language string +@RET@ FcChar8 * +@FUNC@ FcLangNormalize +@TYPE1@ const FcChar8 * @ARG1@ lang +@PURPOSE@ Normalize the language string @DESC@ Returns a string to make lang suitable on fontconfig. -@SINCE@ 2.10.91 +@SINCE@ 2.10.91 @@ -@RET@ const FcCharSet * -@FUNC@ FcLangGetCharSet -@TYPE1@ const FcChar8 * @ARG1@ lang -@PURPOSE@ Get character map for a language +@RET@ const FcCharSet * +@FUNC@ FcLangGetCharSet +@TYPE1@ const FcChar8 * @ARG1@ lang +@PURPOSE@ Get character map for a language @DESC@ Returns the FcCharMap for a language. @@ diff -Nru fontconfig-2.14.1/doc/FcLangSetGetLangs.3 fontconfig-2.14.2/doc/FcLangSetGetLangs.3 --- fontconfig-2.14.1/doc/FcLangSetGetLangs.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcLangSetGetLangs.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcLangSetGetLangs" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcLangSetGetLangs" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcLangSetGetLangs \- get the list of languages in the langset .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcLangSetHash.3 fontconfig-2.14.2/doc/FcLangSetHash.3 --- fontconfig-2.14.1/doc/FcLangSetHash.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcLangSetHash.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcLangSetHash" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcLangSetHash" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcLangSetHash \- return a hash value for a langset .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcLangSetHasLang.3 fontconfig-2.14.2/doc/FcLangSetHasLang.3 --- fontconfig-2.14.1/doc/FcLangSetHasLang.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcLangSetHasLang.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcLangSetHasLang" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcLangSetHasLang" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcLangSetHasLang \- test langset for language support .SH SYNOPSIS @@ -11,9 +11,9 @@ .SH "DESCRIPTION" .PP \fBFcLangSetHasLang\fR checks whether -\fIls\fR supports \fIlang\fR\&. If +\fIls\fR supports \fIlang\fR\&. If \fIls\fR has a matching language and territory pair, this function returns FcLangEqual. If \fIls\fR has a matching language but differs in which territory that language is for, this -function returns FcLangDifferentTerritory. If \fIls\fR +function returns FcLangDifferentTerritory. If \fIls\fR has no matching language, this function returns FcLangDifferentLang. diff -Nru fontconfig-2.14.1/doc/FcLangSetSubtract.3 fontconfig-2.14.2/doc/FcLangSetSubtract.3 --- fontconfig-2.14.1/doc/FcLangSetSubtract.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcLangSetSubtract.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcLangSetSubtract" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcLangSetSubtract" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcLangSetSubtract \- Subtract langsets .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcLangSetUnion.3 fontconfig-2.14.2/doc/FcLangSetUnion.3 --- fontconfig-2.14.1/doc/FcLangSetUnion.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcLangSetUnion.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcLangSetUnion" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcLangSetUnion" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcLangSetUnion \- Add langsets .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcMatrixCopy.3 fontconfig-2.14.2/doc/FcMatrixCopy.3 --- fontconfig-2.14.1/doc/FcMatrixCopy.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcMatrixCopy.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcMatrixCopy" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcMatrixCopy" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcMatrixCopy \- Copy a matrix .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcMatrixEqual.3 fontconfig-2.14.2/doc/FcMatrixEqual.3 --- fontconfig-2.14.1/doc/FcMatrixEqual.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcMatrixEqual.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcMatrixEqual" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcMatrixEqual" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcMatrixEqual \- Compare two matrices .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fcmatrix.fncs fontconfig-2.14.2/doc/fcmatrix.fncs --- fontconfig-2.14.1/doc/fcmatrix.fncs 2016-07-11 02:41:05.000000000 +0000 +++ fontconfig-2.14.2/doc/fcmatrix.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -22,59 +22,59 @@ * PERFORMANCE OF THIS SOFTWARE. */ -@RET@ void -@FUNC@ FcMatrixInit -@PURPOSE@ initialize an FcMatrix structure -@TYPE1@ FcMatrix * -@ARG1@ matrix +@RET@ void +@FUNC@ FcMatrixInit +@PURPOSE@ initialize an FcMatrix structure +@TYPE1@ FcMatrix * +@ARG1@ matrix @DESC@ FcMatrixInit initializes matrix to the identity matrix. @@ -@FUNC@ FcMatrixCopy -@PURPOSE@ Copy a matrix -@TYPE1@ const FcMatrix * -@ARG1@ matrix +@FUNC@ FcMatrixCopy +@PURPOSE@ Copy a matrix +@TYPE1@ const FcMatrix * +@ARG1@ matrix @DESC@ FcMatrixCopy allocates a new FcMatrix and copies mat into it. @@ -@FUNC@ FcMatrixEqual -@PURPOSE@ Compare two matrices -@TYPE1@ const FcMatrix * -@ARG1@ matrix1 -@TYPE2@ const FcMatrix * -@ARG2@ matrix2 +@FUNC@ FcMatrixEqual +@PURPOSE@ Compare two matrices +@TYPE1@ const FcMatrix * +@ARG1@ matrix1 +@TYPE2@ const FcMatrix * +@ARG2@ matrix2 @DESC@ FcMatrixEqual compares matrix1 and matrix2 returning FcTrue when they are equal and FcFalse when they are not. @@ -@FUNC@ FcMatrixMultiply -@PURPOSE@ Multiply matrices -@TYPE1@ FcMatrix * -@ARG1@ result -@TYPE2@ const FcMatrix * -@ARG2@ matrix1 -@TYPE3@ const FcMatrix * -@ARG3@ matrix2 +@FUNC@ FcMatrixMultiply +@PURPOSE@ Multiply matrices +@TYPE1@ FcMatrix * +@ARG1@ result +@TYPE2@ const FcMatrix * +@ARG2@ matrix1 +@TYPE3@ const FcMatrix * +@ARG3@ matrix2 @DESC@ FcMatrixMultiply multiplies matrix1 and matrix2 storing the result in result. @@ -@FUNC@ FcMatrixRotate -@PURPOSE@ Rotate a matrix -@TYPE1@ FcMatrix * -@ARG1@ matrix -@TYPE2@ double% -@ARG2@ cos -@TYPE3@ double% -@ARG3@ sin +@FUNC@ FcMatrixRotate +@PURPOSE@ Rotate a matrix +@TYPE1@ FcMatrix * +@ARG1@ matrix +@TYPE2@ double% +@ARG2@ cos +@TYPE3@ double% +@ARG3@ sin @DESC@ FcMatrixRotate rotates matrix by the angle who's sine is sin and cosine is @@ -86,14 +86,14 @@ @@ -@FUNC@ FcMatrixScale -@PURPOSE@ Scale a matrix -@TYPE1@ FcMatrix * -@ARG1@ matrix -@TYPE2@ double% -@ARG2@ sx -@TYPE3@ double% -@ARG3@ dy +@FUNC@ FcMatrixScale +@PURPOSE@ Scale a matrix +@TYPE1@ FcMatrix * +@ARG1@ matrix +@TYPE2@ double% +@ARG2@ sx +@TYPE3@ double% +@ARG3@ dy @DESC@ FcMatrixScale multiplies matrix x values by sx and y values by @@ -105,14 +105,14 @@ @@ -@FUNC@ FcMatrixShear -@PURPOSE@ Shear a matrix -@TYPE1@ FcMatrix * -@ARG1@ matrix -@TYPE2@ double% -@ARG2@ sh -@TYPE3@ double% -@ARG3@ sv +@FUNC@ FcMatrixShear +@PURPOSE@ Shear a matrix +@TYPE1@ FcMatrix * +@ARG1@ matrix +@TYPE2@ double% +@ARG2@ sh +@TYPE3@ double% +@ARG3@ sv @DESC@ FcMatrixShare shears matrix horizontally by sh and vertically by diff -Nru fontconfig-2.14.1/doc/FcMatrixInit.3 fontconfig-2.14.2/doc/FcMatrixInit.3 --- fontconfig-2.14.1/doc/FcMatrixInit.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcMatrixInit.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcMatrixInit" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcMatrixInit" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcMatrixInit \- initialize an FcMatrix structure .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcMatrixMultiply.3 fontconfig-2.14.2/doc/FcMatrixMultiply.3 --- fontconfig-2.14.1/doc/FcMatrixMultiply.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcMatrixMultiply.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcMatrixMultiply" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcMatrixMultiply" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcMatrixMultiply \- Multiply matrices .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcMatrixRotate.3 fontconfig-2.14.2/doc/FcMatrixRotate.3 --- fontconfig-2.14.1/doc/FcMatrixRotate.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcMatrixRotate.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcMatrixRotate" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcMatrixRotate" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcMatrixRotate \- Rotate a matrix .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcMatrixScale.3 fontconfig-2.14.2/doc/FcMatrixScale.3 --- fontconfig-2.14.1/doc/FcMatrixScale.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcMatrixScale.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcMatrixScale" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcMatrixScale" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcMatrixScale \- Scale a matrix .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcMatrixShear.3 fontconfig-2.14.2/doc/FcMatrixShear.3 --- fontconfig-2.14.1/doc/FcMatrixShear.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcMatrixShear.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcMatrixShear" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcMatrixShear" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcMatrixShear \- Shear a matrix .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcNameConstant.3 fontconfig-2.14.2/doc/FcNameConstant.3 --- fontconfig-2.14.1/doc/FcNameConstant.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcNameConstant.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcNameConstant" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcNameConstant" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcNameConstant \- Get the value for a symbolic constant .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcNameGetConstant.3 fontconfig-2.14.2/doc/FcNameGetConstant.3 --- fontconfig-2.14.1/doc/FcNameGetConstant.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcNameGetConstant.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcNameGetConstant" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcNameGetConstant" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcNameGetConstant \- Lookup symbolic constant .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcNameGetConstantFor.3 fontconfig-2.14.2/doc/FcNameGetConstantFor.3 --- fontconfig-2.14.1/doc/FcNameGetConstantFor.3 1970-01-01 00:00:00.000000000 +0000 +++ fontconfig-2.14.2/doc/FcNameGetConstantFor.3 2023-01-27 08:22:54.000000000 +0000 @@ -0,0 +1,14 @@ +.\" auto-generated by docbook2man-spec from docbook-utils package +.TH "FcNameGetConstantFor" "3" "27 1月 2023" "Fontconfig 2.14.2" "" +.SH NAME +FcNameGetConstantFor \- Lookup symbolic constant For object +.SH SYNOPSIS +.nf +\fB#include +.sp +const FcConstant * FcNameGetConstantFor (FcChar8 *\fIstring\fB, char *\fIobject\fB); +.fi\fR +.SH "DESCRIPTION" +.PP +Return the FcConstant structure related to symbolic constant \fIstring\fR +for \fIobject\fR\&. diff -Nru fontconfig-2.14.1/doc/FcNameGetObjectType.3 fontconfig-2.14.2/doc/FcNameGetObjectType.3 --- fontconfig-2.14.1/doc/FcNameGetObjectType.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcNameGetObjectType.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcNameGetObjectType" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcNameGetObjectType" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcNameGetObjectType \- Lookup an object type .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcNameParse.3 fontconfig-2.14.2/doc/FcNameParse.3 --- fontconfig-2.14.1/doc/FcNameParse.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcNameParse.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcNameParse" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcNameParse" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcNameParse \- Parse a pattern string .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcNameRegisterConstants.3 fontconfig-2.14.2/doc/FcNameRegisterConstants.3 --- fontconfig-2.14.1/doc/FcNameRegisterConstants.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcNameRegisterConstants.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcNameRegisterConstants" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcNameRegisterConstants" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcNameRegisterConstants \- Register symbolic constants .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcNameRegisterObjectTypes.3 fontconfig-2.14.2/doc/FcNameRegisterObjectTypes.3 --- fontconfig-2.14.1/doc/FcNameRegisterObjectTypes.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcNameRegisterObjectTypes.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcNameRegisterObjectTypes" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcNameRegisterObjectTypes" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcNameRegisterObjectTypes \- Register object types .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcNameUnparse.3 fontconfig-2.14.2/doc/FcNameUnparse.3 --- fontconfig-2.14.1/doc/FcNameUnparse.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcNameUnparse.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcNameUnparse" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcNameUnparse" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcNameUnparse \- Convert a pattern back into a string that can be parsed .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcNameUnregisterConstants.3 fontconfig-2.14.2/doc/FcNameUnregisterConstants.3 --- fontconfig-2.14.1/doc/FcNameUnregisterConstants.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcNameUnregisterConstants.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcNameUnregisterConstants" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcNameUnregisterConstants" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcNameUnregisterConstants \- Unregister symbolic constants .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcNameUnregisterObjectTypes.3 fontconfig-2.14.2/doc/FcNameUnregisterObjectTypes.3 --- fontconfig-2.14.1/doc/FcNameUnregisterObjectTypes.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcNameUnregisterObjectTypes.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcNameUnregisterObjectTypes" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcNameUnregisterObjectTypes" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcNameUnregisterObjectTypes \- Unregister object types .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcObjectSetAdd.3 fontconfig-2.14.2/doc/FcObjectSetAdd.3 --- fontconfig-2.14.1/doc/FcObjectSetAdd.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcObjectSetAdd.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcObjectSetAdd" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcObjectSetAdd" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcObjectSetAdd \- Add to an object set .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcObjectSetBuild.3 fontconfig-2.14.2/doc/FcObjectSetBuild.3 --- fontconfig-2.14.1/doc/FcObjectSetBuild.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcObjectSetBuild.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcObjectSetBuild" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcObjectSetBuild" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcObjectSetBuild, FcObjectSetVaBuild, FcObjectSetVapBuild \- Build object set from args .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcObjectSetCreate.3 fontconfig-2.14.2/doc/FcObjectSetCreate.3 --- fontconfig-2.14.1/doc/FcObjectSetCreate.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcObjectSetCreate.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcObjectSetCreate" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcObjectSetCreate" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcObjectSetCreate \- Create an object set .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcObjectSetDestroy.3 fontconfig-2.14.2/doc/FcObjectSetDestroy.3 --- fontconfig-2.14.1/doc/FcObjectSetDestroy.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcObjectSetDestroy.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcObjectSetDestroy" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcObjectSetDestroy" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcObjectSetDestroy \- Destroy an object set .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fcobjectset.fncs fontconfig-2.14.2/doc/fcobjectset.fncs --- fontconfig-2.14.1/doc/fcobjectset.fncs 2016-07-11 02:41:05.000000000 +0000 +++ fontconfig-2.14.2/doc/fcobjectset.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -21,51 +21,51 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -@RET@ FcObjectSet * -@FUNC@ FcObjectSetCreate -@TYPE1@ void -@PURPOSE@ Create an object set +@RET@ FcObjectSet * +@FUNC@ FcObjectSetCreate +@TYPE1@ void +@PURPOSE@ Create an object set @DESC@ Creates an empty set. @@ -@RET@ FcBool -@FUNC@ FcObjectSetAdd -@TYPE1@ FcObjectSet * @ARG1@ os -@TYPE2@ const char * @ARG2@ object -@PURPOSE@ Add to an object set +@RET@ FcBool +@FUNC@ FcObjectSetAdd +@TYPE1@ FcObjectSet * @ARG1@ os +@TYPE2@ const char * @ARG2@ object +@PURPOSE@ Add to an object set @DESC@ Adds a property name to the set. Returns FcFalse if the property name cannot be inserted into the set (due to allocation failure). Otherwise returns FcTrue. @@ -@RET@ void -@FUNC@ FcObjectSetDestroy -@TYPE1@ FcObjectSet * @ARG1@ os -@PURPOSE@ Destroy an object set +@RET@ void +@FUNC@ FcObjectSetDestroy +@TYPE1@ FcObjectSet * @ARG1@ os +@PURPOSE@ Destroy an object set @DESC@ Destroys an object set. @@ -@RET@ FcObjectSet * -@FUNC@ FcObjectSetBuild -@TYPE1@ const char * @ARG1@ first -@TYPE2@ ... +@RET@ FcObjectSet * +@FUNC@ FcObjectSetBuild +@TYPE1@ const char * @ARG1@ first +@TYPE2@ ... @PROTOTYPE+@ -@RET+@ FcObjectSet * -@FUNC+@ FcObjectSetVaBuild -@TYPE1+@ const char * @ARG1+@ first -@TYPE2+@ va_list% @ARG2+@ va +@RET+@ FcObjectSet * +@FUNC+@ FcObjectSetVaBuild +@TYPE1+@ const char * @ARG1+@ first +@TYPE2+@ va_list% @ARG2+@ va @PROTOTYPE++@ -@RET++@ void -@FUNC++@ FcObjectSetVapBuild -@TYPE1++@ FcObjectSet * @ARG1++@ result -@TYPE2++@ const char * @ARG2++@ first -@TYPE3++@ va_list% @ARG3++@ va +@RET++@ void +@FUNC++@ FcObjectSetVapBuild +@TYPE1++@ FcObjectSet * @ARG1++@ result +@TYPE2++@ const char * @ARG2++@ first +@TYPE3++@ va_list% @ARG3++@ va -@PURPOSE@ Build object set from args +@PURPOSE@ Build object set from args @DESC@ These build an object set from a null-terminated list of property names. FcObjectSetVapBuild is a macro version of FcObjectSetVaBuild which returns diff -Nru fontconfig-2.14.1/doc/fcobjecttype.fncs fontconfig-2.14.2/doc/fcobjecttype.fncs --- fontconfig-2.14.1/doc/fcobjecttype.fncs 2019-10-16 10:05:28.000000000 +0000 +++ fontconfig-2.14.2/doc/fcobjecttype.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -21,28 +21,28 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -@RET@ FcBool -@FUNC@ FcNameRegisterObjectTypes -@TYPE1@ const FcObjectType * @ARG1@ types -@TYPE2@ int% @ARG2@ ntype -@PURPOSE@ Register object types +@RET@ FcBool +@FUNC@ FcNameRegisterObjectTypes +@TYPE1@ const FcObjectType * @ARG1@ types +@TYPE2@ int% @ARG2@ ntype +@PURPOSE@ Register object types @DESC@ Deprecated. Does nothing. Returns FcFalse. @@ -@RET@ FcBool -@FUNC@ FcNameUnregisterObjectTypes -@TYPE1@ const FcObjectType * @ARG1@ types -@TYPE2@ int% @ARG2@ ntype -@PURPOSE@ Unregister object types +@RET@ FcBool +@FUNC@ FcNameUnregisterObjectTypes +@TYPE1@ const FcObjectType * @ARG1@ types +@TYPE2@ int% @ARG2@ ntype +@PURPOSE@ Unregister object types @DESC@ Deprecated. Does nothing. Returns FcFalse. @@ -@RET@ const FcObjectType * -@FUNC@ FcNameGetObjectType -@TYPE1@ const char * @ARG1@ object -@PURPOSE@ Lookup an object type +@RET@ const FcObjectType * +@FUNC@ FcNameGetObjectType +@TYPE1@ const char * @ARG1@ object +@PURPOSE@ Lookup an object type @DESC@ Return the object type for the pattern element named object. @@ diff -Nru fontconfig-2.14.1/doc/FcPatternAdd.3 fontconfig-2.14.2/doc/FcPatternAdd.3 --- fontconfig-2.14.1/doc/FcPatternAdd.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternAdd.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternAdd" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternAdd" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternAdd \- Add a value to a pattern .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternAdd-Type.3 fontconfig-2.14.2/doc/FcPatternAdd-Type.3 --- fontconfig-2.14.1/doc/FcPatternAdd-Type.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternAdd-Type.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternAdd-Type" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternAdd-Type" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternAddInteger, FcPatternAddDouble, FcPatternAddString, FcPatternAddMatrix, FcPatternAddCharSet, FcPatternAddBool, FcPatternAddFTFace, FcPatternAddLangSet, FcPatternAddRange \- Add a typed value to a pattern .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternAddWeak.3 fontconfig-2.14.2/doc/FcPatternAddWeak.3 --- fontconfig-2.14.1/doc/FcPatternAddWeak.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternAddWeak.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternAddWeak" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternAddWeak" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternAddWeak \- Add a value to a pattern with weak binding .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternBuild.3 fontconfig-2.14.2/doc/FcPatternBuild.3 --- fontconfig-2.14.1/doc/FcPatternBuild.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternBuild.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternBuild" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternBuild" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternBuild, FcPatternVaBuild, FcPatternVapBuild \- Create patterns from arguments .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternCreate.3 fontconfig-2.14.2/doc/FcPatternCreate.3 --- fontconfig-2.14.1/doc/FcPatternCreate.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternCreate.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternCreate" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternCreate" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternCreate \- Create a pattern .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternDel.3 fontconfig-2.14.2/doc/FcPatternDel.3 --- fontconfig-2.14.1/doc/FcPatternDel.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternDel.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternDel" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternDel" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternDel \- Delete a property from a pattern .SH SYNOPSIS @@ -10,5 +10,5 @@ .fi\fR .SH "DESCRIPTION" .PP -Deletes all values associated with the property `object', returning +Deletes all values associated with the property `object', returning whether the property existed or not. diff -Nru fontconfig-2.14.1/doc/FcPatternDestroy.3 fontconfig-2.14.2/doc/FcPatternDestroy.3 --- fontconfig-2.14.1/doc/FcPatternDestroy.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternDestroy.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternDestroy" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternDestroy" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternDestroy \- Destroy a pattern .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternDuplicate.3 fontconfig-2.14.2/doc/FcPatternDuplicate.3 --- fontconfig-2.14.1/doc/FcPatternDuplicate.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternDuplicate.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternDuplicate" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternDuplicate" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternDuplicate \- Copy a pattern .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternEqual.3 fontconfig-2.14.2/doc/FcPatternEqual.3 --- fontconfig-2.14.1/doc/FcPatternEqual.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternEqual.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternEqual" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternEqual" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternEqual \- Compare patterns .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternEqualSubset.3 fontconfig-2.14.2/doc/FcPatternEqualSubset.3 --- fontconfig-2.14.1/doc/FcPatternEqualSubset.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternEqualSubset.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternEqualSubset" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternEqualSubset" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternEqualSubset \- Compare portions of patterns .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternFilter.3 fontconfig-2.14.2/doc/FcPatternFilter.3 --- fontconfig-2.14.1/doc/FcPatternFilter.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternFilter.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternFilter" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternFilter" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternFilter \- Filter the objects of pattern .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternFindIter.3 fontconfig-2.14.2/doc/FcPatternFindIter.3 --- fontconfig-2.14.1/doc/FcPatternFindIter.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternFindIter.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternFindIter" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternFindIter" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternFindIter \- Set the iterator to point to the object in the pattern .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fcpattern.fncs fontconfig-2.14.2/doc/fcpattern.fncs --- fontconfig-2.14.1/doc/fcpattern.fncs 2020-12-03 11:45:00.000000000 +0000 +++ fontconfig-2.14.2/doc/fcpattern.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -21,76 +21,76 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -@RET@ FcPattern * -@FUNC@ FcPatternCreate -@TYPE1@ void -@PURPOSE@ Create a pattern +@RET@ FcPattern * +@FUNC@ FcPatternCreate +@TYPE1@ void +@PURPOSE@ Create a pattern @DESC@ Creates a pattern with no properties; used to build patterns from scratch. @@ -@RET@ FcPattern * -@FUNC@ FcPatternDuplicate -@TYPE1@ const FcPattern * @ARG1@ p -@PURPOSE@ Copy a pattern +@RET@ FcPattern * +@FUNC@ FcPatternDuplicate +@TYPE1@ const FcPattern * @ARG1@ p +@PURPOSE@ Copy a pattern @DESC@ Copy a pattern, returning a new pattern that matches p. Each pattern may be modified without affecting the other. @@ -@RET@ void -@FUNC@ FcPatternReference -@TYPE1@ FcPattern * @ARG1@ p -@PURPOSE@ Increment pattern reference count +@RET@ void +@FUNC@ FcPatternReference +@TYPE1@ FcPattern * @ARG1@ p +@PURPOSE@ Increment pattern reference count @DESC@ Add another reference to p. Patterns are freed only when the reference count reaches zero. @@ -@RET@ void -@FUNC@ FcPatternDestroy -@TYPE1@ FcPattern * @ARG1@ p -@PURPOSE@ Destroy a pattern +@RET@ void +@FUNC@ FcPatternDestroy +@TYPE1@ FcPattern * @ARG1@ p +@PURPOSE@ Destroy a pattern @DESC@ Decrement the pattern reference count. If all references are gone, destroys the pattern, in the process destroying all related values. @@ -@RET@ int -@FUNC@ FcPatternObjectCount -@TYPE1@ const FcPattern * @ARG1@ p -@PURPOSE@ Returns the number of the object +@RET@ int +@FUNC@ FcPatternObjectCount +@TYPE1@ const FcPattern * @ARG1@ p +@PURPOSE@ Returns the number of the object @DESC@ Returns the number of the object p has. -@SINCE@ 2.13.1 +@SINCE@ 2.13.1 @@ -@RET@ FcBool -@FUNC@ FcPatternEqual -@TYPE1@ const FcPattern * @ARG1@ pa -@TYPE2@ const FcPattern * @ARG2@ pb -@PURPOSE@ Compare patterns +@RET@ FcBool +@FUNC@ FcPatternEqual +@TYPE1@ const FcPattern * @ARG1@ pa +@TYPE2@ const FcPattern * @ARG2@ pb +@PURPOSE@ Compare patterns @DESC@ Returns whether pa and pb are exactly alike. @@ -@RET@ FcBool -@FUNC@ FcPatternEqualSubset -@TYPE1@ const FcPattern * @ARG1@ pa -@TYPE2@ const FcPattern * @ARG2@ pb -@TYPE3@ const FcObjectSet * @ARG3@ os -@PURPOSE@ Compare portions of patterns +@RET@ FcBool +@FUNC@ FcPatternEqualSubset +@TYPE1@ const FcPattern * @ARG1@ pa +@TYPE2@ const FcPattern * @ARG2@ pb +@TYPE3@ const FcObjectSet * @ARG3@ os +@PURPOSE@ Compare portions of patterns @DESC@ Returns whether pa and pb have exactly the same values for all of the objects in os. @@ -@RET@ FcPattern * -@FUNC@ FcPatternFilter -@TYPE1@ FcPattern * @ARG1@ p -@TYPE2@ const FcObjectSet * @ARG2@ os -@PURPOSE@ Filter the objects of pattern +@RET@ FcPattern * +@FUNC@ FcPatternFilter +@TYPE1@ FcPattern * @ARG1@ p +@TYPE2@ const FcObjectSet * @ARG2@ os +@PURPOSE@ Filter the objects of pattern @DESC@ Returns a new pattern that only has those objects from p that are in os. @@ -98,22 +98,22 @@ p is returned. @@ -@RET@ FcChar32 -@FUNC@ FcPatternHash -@TYPE1@ const FcPattern * @ARG1@ p -@PURPOSE@ Compute a pattern hash value +@RET@ FcChar32 +@FUNC@ FcPatternHash +@TYPE1@ const FcPattern * @ARG1@ p +@PURPOSE@ Compute a pattern hash value @DESC@ Returns a 32-bit number which is the same for any two patterns which are equal. @@ -@RET@ FcBool -@FUNC@ FcPatternAdd -@TYPE1@ FcPattern * @ARG1@ p -@TYPE2@ const char * @ARG2@ object -@TYPE3@ FcValue% @ARG3@ value -@TYPE4@ FcBool% @ARG4@ append -@PURPOSE@ Add a value to a pattern +@RET@ FcBool +@FUNC@ FcPatternAdd +@TYPE1@ FcPattern * @ARG1@ p +@TYPE2@ const char * @ARG2@ object +@TYPE3@ FcValue% @ARG3@ value +@TYPE4@ FcBool% @ARG4@ append +@PURPOSE@ Add a value to a pattern @DESC@ Adds a single value to the list of values associated with the property named `object. If `append is FcTrue, the value is added at the end of any @@ -122,82 +122,82 @@ retains no reference to any application-supplied data structure. @@ -@RET@ FcBool -@FUNC@ FcPatternAddWeak -@TYPE1@ FcPattern * @ARG1@ p -@TYPE2@ const char * @ARG2@ object -@TYPE3@ FcValue% @ARG3@ value -@TYPE4@ FcBool% @ARG4@ append -@PURPOSE@ Add a value to a pattern with weak binding +@RET@ FcBool +@FUNC@ FcPatternAddWeak +@TYPE1@ FcPattern * @ARG1@ p +@TYPE2@ const char * @ARG2@ object +@TYPE3@ FcValue% @ARG3@ value +@TYPE4@ FcBool% @ARG4@ append +@PURPOSE@ Add a value to a pattern with weak binding @DESC@ FcPatternAddWeak is essentially the same as FcPatternAdd except that any values added to the list have binding weak instead of strong. @@ -@TITLE@ FcPatternAdd-Type -@RET@ FcBool -@FUNC@ FcPatternAddInteger -@TYPE1@ FcPattern * @ARG1@ p -@TYPE2@ const char * @ARG2@ object -@TYPE3@ int% @ARG3@ i +@TITLE@ FcPatternAdd-Type +@RET@ FcBool +@FUNC@ FcPatternAddInteger +@TYPE1@ FcPattern * @ARG1@ p +@TYPE2@ const char * @ARG2@ object +@TYPE3@ int% @ARG3@ i @PROTOTYPE+@ -@RET+@ FcBool -@FUNC+@ FcPatternAddDouble -@TYPE1+@ FcPattern * @ARG1+@ p -@TYPE2+@ const char * @ARG2+@ object -@TYPE3+@ double% @ARG3+@ d +@RET+@ FcBool +@FUNC+@ FcPatternAddDouble +@TYPE1+@ FcPattern * @ARG1+@ p +@TYPE2+@ const char * @ARG2+@ object +@TYPE3+@ double% @ARG3+@ d @PROTOTYPE++@ -@RET++@ FcBool -@FUNC++@ FcPatternAddString -@TYPE1++@ FcPattern * @ARG1++@ p -@TYPE2++@ const char * @ARG2++@ object -@TYPE3++@ const FcChar8 * @ARG3++@ s +@RET++@ FcBool +@FUNC++@ FcPatternAddString +@TYPE1++@ FcPattern * @ARG1++@ p +@TYPE2++@ const char * @ARG2++@ object +@TYPE3++@ const FcChar8 * @ARG3++@ s @PROTOTYPE+++@ -@RET+++@ FcBool -@FUNC+++@ FcPatternAddMatrix -@TYPE1+++@ FcPattern * @ARG1+++@ p -@TYPE2+++@ const char * @ARG2+++@ object -@TYPE3+++@ const FcMatrix * @ARG3+++@ m +@RET+++@ FcBool +@FUNC+++@ FcPatternAddMatrix +@TYPE1+++@ FcPattern * @ARG1+++@ p +@TYPE2+++@ const char * @ARG2+++@ object +@TYPE3+++@ const FcMatrix * @ARG3+++@ m @PROTOTYPE++++@ -@RET++++@ FcBool -@FUNC++++@ FcPatternAddCharSet -@TYPE1++++@ FcPattern * @ARG1++++@ p -@TYPE2++++@ const char * @ARG2++++@ object -@TYPE3++++@ const FcCharSet * @ARG3++++@ c +@RET++++@ FcBool +@FUNC++++@ FcPatternAddCharSet +@TYPE1++++@ FcPattern * @ARG1++++@ p +@TYPE2++++@ const char * @ARG2++++@ object +@TYPE3++++@ const FcCharSet * @ARG3++++@ c @PROTOTYPE+++++@ -@RET+++++@ FcBool -@FUNC+++++@ FcPatternAddBool -@TYPE1+++++@ FcPattern * @ARG1+++++@ p -@TYPE2+++++@ const char * @ARG2+++++@ object -@TYPE3+++++@ FcBool% @ARG3+++++@ b +@RET+++++@ FcBool +@FUNC+++++@ FcPatternAddBool +@TYPE1+++++@ FcPattern * @ARG1+++++@ p +@TYPE2+++++@ const char * @ARG2+++++@ object +@TYPE3+++++@ FcBool% @ARG3+++++@ b @PROTOTYPE++++++@ -@RET++++++@ FcBool -@FUNC++++++@ FcPatternAddFTFace -@TYPE1++++++@ FcPattern * @ARG1++++++@ p -@TYPE2++++++@ const char * @ARG2++++++@ object -@TYPE3++++++@ const FT_Face @ARG3++++++@ f +@RET++++++@ FcBool +@FUNC++++++@ FcPatternAddFTFace +@TYPE1++++++@ FcPattern * @ARG1++++++@ p +@TYPE2++++++@ const char * @ARG2++++++@ object +@TYPE3++++++@ const FT_Face @ARG3++++++@ f @PROTOTYPE+++++++@ -@RET+++++++@ FcBool -@FUNC+++++++@ FcPatternAddLangSet -@TYPE1+++++++@ FcPattern * @ARG1+++++++@ p -@TYPE2+++++++@ const char * @ARG2+++++++@ object -@TYPE3+++++++@ const FcLangSet * @ARG3+++++++@ l +@RET+++++++@ FcBool +@FUNC+++++++@ FcPatternAddLangSet +@TYPE1+++++++@ FcPattern * @ARG1+++++++@ p +@TYPE2+++++++@ const char * @ARG2+++++++@ object +@TYPE3+++++++@ const FcLangSet * @ARG3+++++++@ l @PROTOTYPE++++++++@ -@RET++++++++@ FcBool -@FUNC++++++++@ FcPatternAddRange -@TYPE1++++++++@ FcPattern * @ARG1++++++++@ p -@TYPE2++++++++@ const char * @ARG2++++++++@ object -@TYPE3++++++++@ const FcRange * @ARG3++++++++@ r +@RET++++++++@ FcBool +@FUNC++++++++@ FcPatternAddRange +@TYPE1++++++++@ FcPattern * @ARG1++++++++@ p +@TYPE2++++++++@ const char * @ARG2++++++++@ object +@TYPE3++++++++@ const FcRange * @ARG3++++++++@ r -@PURPOSE@ Add a typed value to a pattern +@PURPOSE@ Add a typed value to a pattern @DESC@ These are all convenience functions that insert objects of the specified type into the pattern. Use these in preference to FcPatternAdd as they @@ -207,30 +207,30 @@ FcPatternAddRange are available since 2.11.91. @@ -@RET@ FcResult -@FUNC@ FcPatternGetWithBinding -@TYPE1@ FcPattern * @ARG1@ p -@TYPE2@ const char * @ARG2@ object -@TYPE3@ int% @ARG3@ id -@TYPE4@ FcValue * @ARG4@ v -@TYPE5@ FcValueBinding * @ARG5@ b -@PURPOSE@ Return a value with binding from a pattern +@RET@ FcResult +@FUNC@ FcPatternGetWithBinding +@TYPE1@ FcPattern * @ARG1@ p +@TYPE2@ const char * @ARG2@ object +@TYPE3@ int% @ARG3@ id +@TYPE4@ FcValue * @ARG4@ v +@TYPE5@ FcValueBinding * @ARG5@ b +@PURPOSE@ Return a value with binding from a pattern @DESC@ Returns in v the id'th value and b binding for that associated with the property object. The Value returned is not a copy, but rather refers to the data stored within the pattern directly. Applications must not free this value. -@SINCE@ 2.12.5 +@SINCE@ 2.12.5 @@ -@RET@ FcResult -@FUNC@ FcPatternGet -@TYPE1@ FcPattern * @ARG1@ p -@TYPE2@ const char * @ARG2@ object -@TYPE3@ int% @ARG3@ id -@TYPE4@ FcValue * @ARG4@ v -@PURPOSE@ Return a value from a pattern +@RET@ FcResult +@FUNC@ FcPatternGet +@TYPE1@ FcPattern * @ARG1@ p +@TYPE2@ const char * @ARG2@ object +@TYPE3@ int% @ARG3@ id +@TYPE4@ FcValue * @ARG4@ v +@PURPOSE@ Return a value from a pattern @DESC@ Returns in v the id'th value associated with the property object. @@ -238,80 +238,80 @@ within the pattern directly. Applications must not free this value. @@ -@TITLE@ FcPatternGet-Type +@TITLE@ FcPatternGet-Type @PROTOTYPE@ -@RET@ FcResult -@FUNC@ FcPatternGetInteger -@TYPE1@ FcPattern * @ARG1@ p -@TYPE2@ const char * @ARG2@ object -@TYPE3@ int% @ARG3@ n -@TYPE4@ int * @ARG4@ i +@RET@ FcResult +@FUNC@ FcPatternGetInteger +@TYPE1@ FcPattern * @ARG1@ p +@TYPE2@ const char * @ARG2@ object +@TYPE3@ int% @ARG3@ n +@TYPE4@ int * @ARG4@ i @PROTOTYPE+@ -@RET+@ FcResult -@FUNC+@ FcPatternGetDouble -@TYPE1+@ FcPattern * @ARG1+@ p -@TYPE2+@ const char * @ARG2+@ object -@TYPE3+@ int% @ARG3+@ n -@TYPE4+@ double * @ARG4+@ d +@RET+@ FcResult +@FUNC+@ FcPatternGetDouble +@TYPE1+@ FcPattern * @ARG1+@ p +@TYPE2+@ const char * @ARG2+@ object +@TYPE3+@ int% @ARG3+@ n +@TYPE4+@ double * @ARG4+@ d @PROTOTYPE++@ -@RET++@ FcResult -@FUNC++@ FcPatternGetString -@TYPE1++@ FcPattern * @ARG1++@ p -@TYPE2++@ const char * @ARG2++@ object -@TYPE3++@ int% @ARG3++@ n -@TYPE4++@ FcChar8 ** @ARG4++@ s +@RET++@ FcResult +@FUNC++@ FcPatternGetString +@TYPE1++@ FcPattern * @ARG1++@ p +@TYPE2++@ const char * @ARG2++@ object +@TYPE3++@ int% @ARG3++@ n +@TYPE4++@ FcChar8 ** @ARG4++@ s @PROTOTYPE+++@ -@RET+++@ FcResult -@FUNC+++@ FcPatternGetMatrix -@TYPE1+++@ FcPattern * @ARG1+++@ p -@TYPE2+++@ const char * @ARG2+++@ object -@TYPE3+++@ int% @ARG3+++@ n -@TYPE4+++@ FcMatrix ** @ARG4+++@ s +@RET+++@ FcResult +@FUNC+++@ FcPatternGetMatrix +@TYPE1+++@ FcPattern * @ARG1+++@ p +@TYPE2+++@ const char * @ARG2+++@ object +@TYPE3+++@ int% @ARG3+++@ n +@TYPE4+++@ FcMatrix ** @ARG4+++@ s @PROTOTYPE++++@ -@RET++++@ FcResult -@FUNC++++@ FcPatternGetCharSet -@TYPE1++++@ FcPattern * @ARG1++++@ p -@TYPE2++++@ const char * @ARG2++++@ object -@TYPE3++++@ int% @ARG3++++@ n -@TYPE4++++@ FcCharSet ** @ARG4++++@ c +@RET++++@ FcResult +@FUNC++++@ FcPatternGetCharSet +@TYPE1++++@ FcPattern * @ARG1++++@ p +@TYPE2++++@ const char * @ARG2++++@ object +@TYPE3++++@ int% @ARG3++++@ n +@TYPE4++++@ FcCharSet ** @ARG4++++@ c @PROTOTYPE+++++@ -@RET+++++@ FcResult -@FUNC+++++@ FcPatternGetBool -@TYPE1+++++@ FcPattern * @ARG1+++++@ p -@TYPE2+++++@ const char * @ARG2+++++@ object -@TYPE3+++++@ int% @ARG3+++++@ n -@TYPE4+++++@ FcBool * @ARG4+++++@ b +@RET+++++@ FcResult +@FUNC+++++@ FcPatternGetBool +@TYPE1+++++@ FcPattern * @ARG1+++++@ p +@TYPE2+++++@ const char * @ARG2+++++@ object +@TYPE3+++++@ int% @ARG3+++++@ n +@TYPE4+++++@ FcBool * @ARG4+++++@ b @PROTOTYPE++++++@ -@RET++++++@ FcResult -@FUNC++++++@ FcPatternGetFTFace -@TYPE1++++++@ FcPattern * @ARG1++++++@ p -@TYPE2++++++@ const char * @ARG2++++++@ object -@TYPE3++++++@ int% @ARG3++++++@ n -@TYPE4++++++@ FT_Face * @ARG4++++++@ f +@RET++++++@ FcResult +@FUNC++++++@ FcPatternGetFTFace +@TYPE1++++++@ FcPattern * @ARG1++++++@ p +@TYPE2++++++@ const char * @ARG2++++++@ object +@TYPE3++++++@ int% @ARG3++++++@ n +@TYPE4++++++@ FT_Face * @ARG4++++++@ f @PROTOTYPE+++++++@ -@RET+++++++@ FcResult -@FUNC+++++++@ FcPatternGetLangSet -@TYPE1+++++++@ FcPattern * @ARG1+++++++@ p -@TYPE2+++++++@ const char * @ARG2+++++++@ object -@TYPE3+++++++@ int% @ARG3+++++++@ n -@TYPE4+++++++@ FcLangSet ** @ARG4+++++++@ l +@RET+++++++@ FcResult +@FUNC+++++++@ FcPatternGetLangSet +@TYPE1+++++++@ FcPattern * @ARG1+++++++@ p +@TYPE2+++++++@ const char * @ARG2+++++++@ object +@TYPE3+++++++@ int% @ARG3+++++++@ n +@TYPE4+++++++@ FcLangSet ** @ARG4+++++++@ l @PROTOTYPE++++++++@ -@RET++++++++@ FcResult -@FUNC++++++++@ FcPatternGetRange -@TYPE1++++++++@ FcPattern * @ARG1++++++++@ p -@TYPE2++++++++@ const char * @ARG2++++++++@ object -@TYPE3++++++++@ int% @ARG3++++++++@ n -@TYPE4++++++++@ FcRange ** @ARG4++++++++@ r +@RET++++++++@ FcResult +@FUNC++++++++@ FcPatternGetRange +@TYPE1++++++++@ FcPattern * @ARG1++++++++@ p +@TYPE2++++++++@ const char * @ARG2++++++++@ object +@TYPE3++++++++@ int% @ARG3++++++++@ n +@TYPE4++++++++@ FcRange ** @ARG4++++++++@ r -@PURPOSE@ Return a typed value from a pattern +@PURPOSE@ Return a typed value from a pattern @DESC@ These are convenience functions that call FcPatternGet and verify that the returned data is of the expected type. They return FcResultTypeMismatch if @@ -322,25 +322,25 @@ FcPatternGetRange are available since 2.11.91. @@ -@RET@ FcPattern * -@FUNC@ FcPatternBuild -@TYPE1@ FcPattern * @ARG1@ pattern -@TYPE2@ ... +@RET@ FcPattern * +@FUNC@ FcPatternBuild +@TYPE1@ FcPattern * @ARG1@ pattern +@TYPE2@ ... @PROTOTYPE+@ -@RET+@ FcPattern * -@FUNC+@ FcPatternVaBuild -@TYPE1+@ FcPattern * @ARG1+@ pattern -@TYPE2+@ va_list% @ARG2+@ va +@RET+@ FcPattern * +@FUNC+@ FcPatternVaBuild +@TYPE1+@ FcPattern * @ARG1+@ pattern +@TYPE2+@ va_list% @ARG2+@ va @PROTOTYPE++@ -@RET++@ void -@FUNC++@ FcPatternVapBuild -@TYPE1++@ FcPattern * @ARG1++@ result -@TYPE2++@ FcPattern * @ARG2++@ pattern -@TYPE3++@ va_list% @ARG3++@ va +@RET++@ void +@FUNC++@ FcPatternVapBuild +@TYPE1++@ FcPattern * @ARG1++@ result +@TYPE2++@ FcPattern * @ARG2++@ pattern +@TYPE3++@ va_list% @ARG3++@ va -@PURPOSE@ Create patterns from arguments +@PURPOSE@ Create patterns from arguments @DESC@ Builds a pattern using a list of objects, types and values. Each value to be entered in the pattern is specified with three arguments: @@ -372,141 +372,141 @@ variable. @@ -@RET@ FcBool -@FUNC@ FcPatternDel -@TYPE1@ FcPattern * @ARG1@ p -@TYPE2@ const char * @ARG2@ object -@PURPOSE@ Delete a property from a pattern +@RET@ FcBool +@FUNC@ FcPatternDel +@TYPE1@ FcPattern * @ARG1@ p +@TYPE2@ const char * @ARG2@ object +@PURPOSE@ Delete a property from a pattern @DESC@ -Deletes all values associated with the property `object', returning +Deletes all values associated with the property `object', returning whether the property existed or not. @@ -@RET@ FcBool -@FUNC@ FcPatternRemove -@TYPE1@ FcPattern * @ARG1@ p -@TYPE2@ const char * @ARG2@ object -@TYPE3@ int% @ARG3@ id -@PURPOSE@ Remove one object of the specified type from the pattern +@RET@ FcBool +@FUNC@ FcPatternRemove +@TYPE1@ FcPattern * @ARG1@ p +@TYPE2@ const char * @ARG2@ object +@TYPE3@ int% @ARG3@ id +@PURPOSE@ Remove one object of the specified type from the pattern @DESC@ -Removes the value associated with the property `object' at position `id', returning +Removes the value associated with the property `object' at position `id', returning whether the property existed and had a value at that position or not. @@ -@RET@ void -@FUNC@ FcPatternIterStart -@TYPE1@ const FcPattern * @ARG1@ p -@TYPE2@ FcPatternIter * @ARG2@ iter -@PURPOSE@ Initialize the iterator with the first iterator in the pattern +@RET@ void +@FUNC@ FcPatternIterStart +@TYPE1@ const FcPattern * @ARG1@ p +@TYPE2@ FcPatternIter * @ARG2@ iter +@PURPOSE@ Initialize the iterator with the first iterator in the pattern @DESC@ Initialize iter with the first iterator in p. If there are no objects in p, iter will not have any valid data. -@SINCE@ 2.13.1 +@SINCE@ 2.13.1 @@ -@RET@ FcBool -@FUNC@ FcPatternIterNext -@TYPE1@ const FcPattern * @ARG1@ p -@TYPE2@ FcPatternIter * @ARG2@ iter -@PURPUSE@ Set the iterator to point to the next object in the pattern +@RET@ FcBool +@FUNC@ FcPatternIterNext +@TYPE1@ const FcPattern * @ARG1@ p +@TYPE2@ FcPatternIter * @ARG2@ iter +@PURPUSE@ Set the iterator to point to the next object in the pattern @DESC@ Set iter to point to the next object in p and returns FcTrue if iter has been changed to the next object. returns FcFalse otherwise. -@SINCE@ 2.13.1 +@SINCE@ 2.13.1 @@ -@RET@ FcBool -@FUNC@ FcPatternIterEqual -@TYPE1@ const FcPattern * @ARG1@ p1 -@TYPE2@ FcPatternIter * @ARG2@ i1 -@TYPE3@ const FcPattern * @ARG3@ p2 -@TYPE4@ FcPatternIter * @ARG4@ i2 -@PURPOSE@ Compare iterators +@RET@ FcBool +@FUNC@ FcPatternIterEqual +@TYPE1@ const FcPattern * @ARG1@ p1 +@TYPE2@ FcPatternIter * @ARG2@ i1 +@TYPE3@ const FcPattern * @ARG3@ p2 +@TYPE4@ FcPatternIter * @ARG4@ i2 +@PURPOSE@ Compare iterators @DESC@ Return FcTrue if both i1 and i2 point to same object and contains same values. return FcFalse otherwise. -@SINCE@ 2.13.1 +@SINCE@ 2.13.1 @@ -@RET@ FcBool -@FUNC@ FcPatternFindIter -@TYPE1@ const FcPattern * @ARG1@ p -@TYPE2@ FcPatternIter * @ARG2@ iter -@TYPE3@ const char * @ARG3@ object -@PURPOSE@ Set the iterator to point to the object in the pattern +@RET@ FcBool +@FUNC@ FcPatternFindIter +@TYPE1@ const FcPattern * @ARG1@ p +@TYPE2@ FcPatternIter * @ARG2@ iter +@TYPE3@ const char * @ARG3@ object +@PURPOSE@ Set the iterator to point to the object in the pattern @DESC@ Set iter to point to object in p if any and returns FcTrue. returns FcFalse otherwise. -@SINCE@ 2.13.1 +@SINCE@ 2.13.1 @@ -@RET@ FcBool -@FUNC@ FcPatternIterIsValid -@TYPE1@ const FcPattern * @ARG1@ p -@TYPE2@ FcPatternIter : @ARG2@ iter -@PURPOSE@ Check whether the iterator is valid or not +@RET@ FcBool +@FUNC@ FcPatternIterIsValid +@TYPE1@ const FcPattern * @ARG1@ p +@TYPE2@ FcPatternIter : @ARG2@ iter +@PURPOSE@ Check whether the iterator is valid or not @DESC@ Returns FcTrue if iter point to the valid entry in p. returns FcFalse otherwise. -@SINCE@ 2.13.1 +@SINCE@ 2.13.1 @@ -@RET@ const char * -@FUNC@ FcPatternIterGetObject -@TYPE1@ const FcPattern * @ARG1@ p -@TYPE2@ FcPatternIter * @ARG2@ iter -@PURPOSE@ Returns an object name which the iterator point to +@RET@ const char * +@FUNC@ FcPatternIterGetObject +@TYPE1@ const FcPattern * @ARG1@ p +@TYPE2@ FcPatternIter * @ARG2@ iter +@PURPOSE@ Returns an object name which the iterator point to @DESC@ Returns an object name in p which iter point to. returns NULL if iter isn't valid. -@SINCE@ 2.13.1 +@SINCE@ 2.13.1 @@ -@RET@ int -@FUNC@ FcPatternIterValueCount -@TYPE1@ const FcPattern * @ARG1@ p -@TYPE2@ FcPatternIter * @ARG2@ iter -@PURPOSE@ Returns the number of the values which the iterator point to +@RET@ int +@FUNC@ FcPatternIterValueCount +@TYPE1@ const FcPattern * @ARG1@ p +@TYPE2@ FcPatternIter * @ARG2@ iter +@PURPOSE@ Returns the number of the values which the iterator point to @DESC@ Returns the number of the values in the object which iter point to. if iter isn't valid, returns 0. -@SINCE@ 2.13.1 +@SINCE@ 2.13.1 @@ -@RET@ FcResult -@FUNC@ FcPatternIterGetValue -@TYPE1@ const FcPattern * @ARG1@ p -@TYPE2@ FcPatternIter * @ARG2@ iter -@TYPE3@ int @ARG3@ id -@TYPE4@ FcValue * @ARG4@ v -@TYPE5@ FcValueBinding * @ARG5@ b -@PURPOSE@ Returns a value which the iterator point to +@RET@ FcResult +@FUNC@ FcPatternIterGetValue +@TYPE1@ const FcPattern * @ARG1@ p +@TYPE2@ FcPatternIter * @ARG2@ iter +@TYPE3@ int @ARG3@ id +@TYPE4@ FcValue * @ARG4@ v +@TYPE5@ FcValueBinding * @ARG5@ b +@PURPOSE@ Returns a value which the iterator point to @DESC@ Returns in v the id'th value which iter point to. also binding to b if given. The value returned is not a copy, but rather refers to the data stored within the pattern directly. Applications must not free this value. -@SINCE@ 2.13.1 +@SINCE@ 2.13.1 @@ -@RET@ void -@FUNC@ FcPatternPrint -@TYPE1@ const FcPattern * @ARG1@ p -@PURPOSE@ Print a pattern for debugging +@RET@ void +@FUNC@ FcPatternPrint +@TYPE1@ const FcPattern * @ARG1@ p +@PURPOSE@ Print a pattern for debugging @DESC@ Prints an easily readable version of the pattern to stdout. There is no provision for reparsing data in this format, it's just for diagnostics and debugging. @@ -@RET@ void -@FUNC@ FcDefaultSubstitute -@TYPE1@ FcPattern * @ARG1@ pattern -@PURPOSE@ Perform default substitutions in a pattern +@RET@ void +@FUNC@ FcDefaultSubstitute +@TYPE1@ FcPattern * @ARG1@ pattern +@PURPOSE@ Perform default substitutions in a pattern @DESC@ Supplies default values for underspecified font patterns: @@ -523,18 +523,18 @@ @@ -@RET@ FcPattern * -@FUNC@ FcNameParse -@TYPE1@ const FcChar8 * @ARG1@ name -@PURPOSE@ Parse a pattern string +@RET@ FcPattern * +@FUNC@ FcNameParse +@TYPE1@ const FcChar8 * @ARG1@ name +@PURPOSE@ Parse a pattern string @DESC@ Converts name from the standard text format described above into a pattern. @@ -@RET@ FcChar8 * -@FUNC@ FcNameUnparse -@TYPE1@ FcPattern * @ARG1@ pat -@PURPOSE@ Convert a pattern back into a string that can be parsed +@RET@ FcChar8 * +@FUNC@ FcNameUnparse +@TYPE1@ FcPattern * @ARG1@ pat +@PURPOSE@ Convert a pattern back into a string that can be parsed @DESC@ Converts the given pattern into the standard text format described above. The return value is not static, but instead refers to newly allocated memory diff -Nru fontconfig-2.14.1/doc/FcPatternFormat.3 fontconfig-2.14.2/doc/FcPatternFormat.3 --- fontconfig-2.14.1/doc/FcPatternFormat.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternFormat.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternFormat" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternFormat" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternFormat \- Format a pattern into a string according to a format specifier .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternGet.3 fontconfig-2.14.2/doc/FcPatternGet.3 --- fontconfig-2.14.1/doc/FcPatternGet.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternGet.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternGet" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternGet" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternGet \- Return a value from a pattern .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternGet-Type.3 fontconfig-2.14.2/doc/FcPatternGet-Type.3 --- fontconfig-2.14.1/doc/FcPatternGet-Type.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternGet-Type.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternGet-Type" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternGet-Type" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternGetInteger, FcPatternGetDouble, FcPatternGetString, FcPatternGetMatrix, FcPatternGetCharSet, FcPatternGetBool, FcPatternGetFTFace, FcPatternGetLangSet, FcPatternGetRange \- Return a typed value from a pattern .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternGetWithBinding.3 fontconfig-2.14.2/doc/FcPatternGetWithBinding.3 --- fontconfig-2.14.1/doc/FcPatternGetWithBinding.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternGetWithBinding.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternGetWithBinding" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternGetWithBinding" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternGetWithBinding \- Return a value with binding from a pattern .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternHash.3 fontconfig-2.14.2/doc/FcPatternHash.3 --- fontconfig-2.14.1/doc/FcPatternHash.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternHash.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternHash" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternHash" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternHash \- Compute a pattern hash value .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternIterEqual.3 fontconfig-2.14.2/doc/FcPatternIterEqual.3 --- fontconfig-2.14.1/doc/FcPatternIterEqual.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternIterEqual.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternIterEqual" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternIterEqual" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternIterEqual \- Compare iterators .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternIterGetObject.3 fontconfig-2.14.2/doc/FcPatternIterGetObject.3 --- fontconfig-2.14.1/doc/FcPatternIterGetObject.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternIterGetObject.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternIterGetObject" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternIterGetObject" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternIterGetObject \- Returns an object name which the iterator point to .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternIterGetValue.3 fontconfig-2.14.2/doc/FcPatternIterGetValue.3 --- fontconfig-2.14.1/doc/FcPatternIterGetValue.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternIterGetValue.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternIterGetValue" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternIterGetValue" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternIterGetValue \- Returns a value which the iterator point to .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternIterIsValid.3 fontconfig-2.14.2/doc/FcPatternIterIsValid.3 --- fontconfig-2.14.1/doc/FcPatternIterIsValid.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternIterIsValid.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternIterIsValid" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternIterIsValid" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternIterIsValid \- Check whether the iterator is valid or not .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternIterNext.3 fontconfig-2.14.2/doc/FcPatternIterNext.3 --- fontconfig-2.14.1/doc/FcPatternIterNext.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternIterNext.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternIterNext" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternIterNext" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternIterNext \- .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternIterStart.3 fontconfig-2.14.2/doc/FcPatternIterStart.3 --- fontconfig-2.14.1/doc/FcPatternIterStart.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternIterStart.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternIterStart" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternIterStart" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternIterStart \- Initialize the iterator with the first iterator in the pattern .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternIterValueCount.3 fontconfig-2.14.2/doc/FcPatternIterValueCount.3 --- fontconfig-2.14.1/doc/FcPatternIterValueCount.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternIterValueCount.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternIterValueCount" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternIterValueCount" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternIterValueCount \- Returns the number of the values which the iterator point to .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternObjectCount.3 fontconfig-2.14.2/doc/FcPatternObjectCount.3 --- fontconfig-2.14.1/doc/FcPatternObjectCount.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternObjectCount.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternObjectCount" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternObjectCount" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternObjectCount \- Returns the number of the object .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternPrint.3 fontconfig-2.14.2/doc/FcPatternPrint.3 --- fontconfig-2.14.1/doc/FcPatternPrint.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternPrint.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternPrint" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternPrint" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternPrint \- Print a pattern for debugging .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternReference.3 fontconfig-2.14.2/doc/FcPatternReference.3 --- fontconfig-2.14.1/doc/FcPatternReference.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternReference.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternReference" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternReference" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternReference \- Increment pattern reference count .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcPatternRemove.3 fontconfig-2.14.2/doc/FcPatternRemove.3 --- fontconfig-2.14.1/doc/FcPatternRemove.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcPatternRemove.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcPatternRemove" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcPatternRemove" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcPatternRemove \- Remove one object of the specified type from the pattern .SH SYNOPSIS @@ -10,5 +10,5 @@ .fi\fR .SH "DESCRIPTION" .PP -Removes the value associated with the property `object' at position `id', returning +Removes the value associated with the property `object' at position `id', returning whether the property existed and had a value at that position or not. diff -Nru fontconfig-2.14.1/doc/FcRangeCopy.3 fontconfig-2.14.2/doc/FcRangeCopy.3 --- fontconfig-2.14.1/doc/FcRangeCopy.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcRangeCopy.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcRangeCopy" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcRangeCopy" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcRangeCopy \- Copy a range object .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcRangeCreateDouble.3 fontconfig-2.14.2/doc/FcRangeCreateDouble.3 --- fontconfig-2.14.1/doc/FcRangeCreateDouble.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcRangeCreateDouble.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcRangeCreateDouble" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcRangeCreateDouble" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcRangeCreateDouble \- create a range object for double .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcRangeCreateInteger.3 fontconfig-2.14.2/doc/FcRangeCreateInteger.3 --- fontconfig-2.14.1/doc/FcRangeCreateInteger.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcRangeCreateInteger.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcRangeCreateInteger" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcRangeCreateInteger" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcRangeCreateInteger \- create a range object for integer .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcRangeDestroy.3 fontconfig-2.14.2/doc/FcRangeDestroy.3 --- fontconfig-2.14.1/doc/FcRangeDestroy.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcRangeDestroy.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcRangeDestroy" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcRangeDestroy" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcRangeDestroy \- destroy a range object .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fcrange.fncs fontconfig-2.14.2/doc/fcrange.fncs --- fontconfig-2.14.1/doc/fcrange.fncs 2019-10-16 10:05:28.000000000 +0000 +++ fontconfig-2.14.2/doc/fcrange.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -21,55 +21,55 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -@RET@ FcRange * -@FUNC@ FcRangeCopy -@TYPE1@ const FcRange * @ARG1@ range -@PURPOSE@ Copy a range object +@RET@ FcRange * +@FUNC@ FcRangeCopy +@TYPE1@ const FcRange * @ARG1@ range +@PURPOSE@ Copy a range object @DESC@ FcRangeCopy creates a new FcRange object and populates it with the contents of range. -@SINCE@ 2.11.91 +@SINCE@ 2.11.91 @@ -@RET@ FcRange * -@FUNC@ FcRangeCreateDouble -@TYPE1@ double @ARG1@ begin -@TYPE2@ double @ARG2@ end -@PURPOSE@ create a range object for double +@RET@ FcRange * +@FUNC@ FcRangeCreateDouble +@TYPE1@ double @ARG1@ begin +@TYPE2@ double @ARG2@ end +@PURPOSE@ create a range object for double @DESC@ FcRangeCreateDouble creates a new FcRange object with double sized value. -@SINCE@ 2.11.91 +@SINCE@ 2.11.91 @@ -@RET@ FcRange * -@FUNC@ FcRangeCreateInteger -@TYPE1@ int @ARG1@ begin -@TYPE2@ int @ARG2@ end -@PURPOSE@ create a range object for integer +@RET@ FcRange * +@FUNC@ FcRangeCreateInteger +@TYPE1@ int @ARG1@ begin +@TYPE2@ int @ARG2@ end +@PURPOSE@ create a range object for integer @DESC@ FcRangeCreateInteger creates a new FcRange object with integer sized value. -@SINCE@ 2.11.91 +@SINCE@ 2.11.91 @@ -@RET@ void -@FUNC@ FcRangeDestroy -@TYPE1@ FcRange * @ARG1@ range -@PURPOSE@ destroy a range object +@RET@ void +@FUNC@ FcRangeDestroy +@TYPE1@ FcRange * @ARG1@ range +@PURPOSE@ destroy a range object @DESC@ FcRangeDestroy destroys a FcRange object, freeing all memory associated with it. -@SINCE@ 2.11.91 +@SINCE@ 2.11.91 @@ -@RET@ FcBool -@FUNC@ FcRangeGetDouble -@TYPE1@ const FcRange * @ARG1@ range -@TYPE2@ double * @ARG2@ begin -@TYPE3@ double * @ARG3@ end -@PURPOSE@ Get the range in double +@RET@ FcBool +@FUNC@ FcRangeGetDouble +@TYPE1@ const FcRange * @ARG1@ range +@TYPE2@ double * @ARG2@ begin +@TYPE3@ double * @ARG3@ end +@PURPOSE@ Get the range in double @DESC@ Returns in begin and end as the range. -@SINCE@ 2.11.91 +@SINCE@ 2.11.91 @@ diff -Nru fontconfig-2.14.1/doc/FcRangeGetDouble.3 fontconfig-2.14.2/doc/FcRangeGetDouble.3 --- fontconfig-2.14.1/doc/FcRangeGetDouble.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcRangeGetDouble.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcRangeGetDouble" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcRangeGetDouble" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcRangeGetDouble \- Get the range in double .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrBasename.3 fontconfig-2.14.2/doc/FcStrBasename.3 --- fontconfig-2.14.1/doc/FcStrBasename.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrBasename.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrBasename" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrBasename" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrBasename \- last component of filename .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrBuildFilename.3 fontconfig-2.14.2/doc/FcStrBuildFilename.3 --- fontconfig-2.14.1/doc/FcStrBuildFilename.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrBuildFilename.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrBuildFilename" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrBuildFilename" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrBuildFilename \- Concatenate strings as a file path .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrCmp.3 fontconfig-2.14.2/doc/FcStrCmp.3 --- fontconfig-2.14.1/doc/FcStrCmp.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrCmp.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrCmp" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrCmp" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrCmp \- compare UTF-8 strings .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrCmpIgnoreCase.3 fontconfig-2.14.2/doc/FcStrCmpIgnoreCase.3 --- fontconfig-2.14.1/doc/FcStrCmpIgnoreCase.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrCmpIgnoreCase.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrCmpIgnoreCase" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrCmpIgnoreCase" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrCmpIgnoreCase \- compare UTF-8 strings ignoring case .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrCopy.3 fontconfig-2.14.2/doc/FcStrCopy.3 --- fontconfig-2.14.1/doc/FcStrCopy.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrCopy.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrCopy" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrCopy" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrCopy \- duplicate a string .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrCopyFilename.3 fontconfig-2.14.2/doc/FcStrCopyFilename.3 --- fontconfig-2.14.1/doc/FcStrCopyFilename.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrCopyFilename.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrCopyFilename" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrCopyFilename" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrCopyFilename \- create a complete path from a filename .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrDirname.3 fontconfig-2.14.2/doc/FcStrDirname.3 --- fontconfig-2.14.1/doc/FcStrDirname.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrDirname.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrDirname" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrDirname" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrDirname \- directory part of filename .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrDowncase.3 fontconfig-2.14.2/doc/FcStrDowncase.3 --- fontconfig-2.14.1/doc/FcStrDowncase.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrDowncase.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrDowncase" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrDowncase" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrDowncase \- create a lower case translation of a string .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrFree.3 fontconfig-2.14.2/doc/FcStrFree.3 --- fontconfig-2.14.1/doc/FcStrFree.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrFree.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrFree" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrFree" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrFree \- free a string .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fcstring.fncs fontconfig-2.14.2/doc/fcstring.fncs --- fontconfig-2.14.1/doc/fcstring.fncs 2019-10-16 10:05:28.000000000 +0000 +++ fontconfig-2.14.2/doc/fcstring.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -23,12 +23,12 @@ */ -@RET@ int -@FUNC@ FcUtf8ToUcs4 -@TYPE1@ FcChar8 * @ARG1@ src -@TYPE2@ FcChar32 * @ARG2@ dst -@TYPE3@ int% @ARG3@ len -@PURPOSE@ convert UTF-8 to UCS4 +@RET@ int +@FUNC@ FcUtf8ToUcs4 +@TYPE1@ FcChar8 * @ARG1@ src +@TYPE2@ FcChar32 * @ARG2@ dst +@TYPE3@ int% @ARG3@ len +@PURPOSE@ convert UTF-8 to UCS4 @DESC@ Converts the next Unicode char from src into dst and returns the number of bytes containing the @@ -36,24 +36,24 @@ len bytes long. @@ -@RET@ int -@FUNC@ FcUcs4ToUtf8 -@TYPE1@ FcChar32% @ARG1@ src -@TYPE2@ FcChar8% @ARG2@ dst[FC_UTF8_MAX_LEN] -@PURPOSE@ convert UCS4 to UTF-8 +@RET@ int +@FUNC@ FcUcs4ToUtf8 +@TYPE1@ FcChar32% @ARG1@ src +@TYPE2@ FcChar8% @ARG2@ dst[FC_UTF8_MAX_LEN] +@PURPOSE@ convert UCS4 to UTF-8 @DESC@ Converts the Unicode char from src into dst and returns the number of bytes needed to encode the char. @@ -@RET@ FcBool -@FUNC@ FcUtf8Len -@TYPE1@ FcChar8 * @ARG1@ src -@TYPE2@ int% @ARG2@ len -@TYPE3@ int * @ARG3@ nchar -@TYPE4@ int * @ARG4@ wchar -@PURPOSE@ count UTF-8 encoded chars +@RET@ FcBool +@FUNC@ FcUtf8Len +@TYPE1@ FcChar8 * @ARG1@ src +@TYPE2@ int% @ARG2@ len +@TYPE3@ int * @ARG3@ nchar +@TYPE4@ int * @ARG4@ wchar +@PURPOSE@ count UTF-8 encoded chars @DESC@ Counts the number of Unicode chars in len bytes of src. Places that count in @@ -63,13 +63,13 @@ well-formed UTF8 string. @@ -@RET@ int -@FUNC@ FcUtf16ToUcs4 -@TYPE1@ FcChar8 * @ARG1@ src -@TYPE2@ FcEndian% @ARG2@ endian -@TYPE3@ FcChar32 * @ARG3@ dst -@TYPE4@ int% @ARG4@ len -@PURPOSE@ convert UTF-16 to UCS4 +@RET@ int +@FUNC@ FcUtf16ToUcs4 +@TYPE1@ FcChar8 * @ARG1@ src +@TYPE2@ FcEndian% @ARG2@ endian +@TYPE3@ FcChar32 * @ARG3@ dst +@TYPE4@ int% @ARG4@ len +@PURPOSE@ convert UTF-16 to UCS4 @DESC@ Converts the next Unicode char from src into dst and returns the number of bytes containing the @@ -78,14 +78,14 @@ units according to endian. @@ -@RET@ FcBool -@FUNC@ FcUtf16Len -@TYPE1@ FcChar8 * @ARG1@ src -@TYPE2@ FcEndian% @ARG2@ endian -@TYPE3@ int% @ARG3@ len -@TYPE4@ int * @ARG4@ nchar -@TYPE5@ int * @ARG5@ wchar -@PURPOSE@ count UTF-16 encoded chars +@RET@ FcBool +@FUNC@ FcUtf16Len +@TYPE1@ FcChar8 * @ARG1@ src +@TYPE2@ FcEndian% @ARG2@ endian +@TYPE3@ int% @ARG3@ len +@TYPE4@ int * @ARG4@ nchar +@TYPE5@ int * @ARG5@ wchar +@PURPOSE@ count UTF-16 encoded chars @DESC@ Counts the number of Unicode chars in len bytes of src. Bytes of src are @@ -97,56 +97,56 @@ string. @@ -@RET@ FcBool -@FUNC@ FcIsLower -@TYPE1@ FcChar8 @ARG1@ c -@PURPOSE@ check for lower case ASCII character +@RET@ FcBool +@FUNC@ FcIsLower +@TYPE1@ FcChar8 @ARG1@ c +@PURPOSE@ check for lower case ASCII character @DESC@ This macro checks whether c is an lower case ASCII letter. @@ -@RET@ FcBool -@FUNC@ FcIsUpper -@TYPE1@ FcChar8 @ARG1@ c -@PURPOSE@ check for upper case ASCII character +@RET@ FcBool +@FUNC@ FcIsUpper +@TYPE1@ FcChar8 @ARG1@ c +@PURPOSE@ check for upper case ASCII character @DESC@ This macro checks whether c is a upper case ASCII letter. @@ -@RET@ FcChar8 -@FUNC@ FcToLower -@TYPE1@ FcChar8 @ARG1@ c -@PURPOSE@ convert upper case ASCII to lower case +@RET@ FcChar8 +@FUNC@ FcToLower +@TYPE1@ FcChar8 @ARG1@ c +@PURPOSE@ convert upper case ASCII to lower case @DESC@ This macro converts upper case ASCII c to the equivalent lower case letter. @@ -@RET@ FcChar8 * -@FUNC@ FcStrCopy -@TYPE1@ const FcChar8 * @ARG1@ s -@PURPOSE@ duplicate a string +@RET@ FcChar8 * +@FUNC@ FcStrCopy +@TYPE1@ const FcChar8 * @ARG1@ s +@PURPOSE@ duplicate a string @DESC@ Allocates memory, copies s and returns the resulting buffer. Yes, this is strdup, but that function isn't available on every platform. @@ -@RET@ FcChar8 * -@FUNC@ FcStrDowncase -@TYPE1@ const FcChar8 * @ARG1@ s -@PURPOSE@ create a lower case translation of a string +@RET@ FcChar8 * +@FUNC@ FcStrDowncase +@TYPE1@ const FcChar8 * @ARG1@ s +@PURPOSE@ create a lower case translation of a string @DESC@ Allocates memory, copies s, converting upper case letters to lower case and returns the allocated buffer. @@ -@RET@ FcChar8 * -@FUNC@ FcStrCopyFilename -@TYPE1@ const FcChar8 * @ARG1@ s -@PURPOSE@ create a complete path from a filename +@RET@ FcChar8 * +@FUNC@ FcStrCopyFilename +@TYPE1@ const FcChar8 * @ARG1@ s +@PURPOSE@ create a complete path from a filename @DESC@ FcStrCopyFilename constructs an absolute pathname from s. It converts any leading '~' characters in @@ -158,32 +158,32 @@ (see FcConfigEnableHome). @@ -@RET@ int -@FUNC@ FcStrCmp -@TYPE1@ const FcChar8 * @ARG1@ s1 -@TYPE2@ const FcChar8 * @ARG2@ s2 -@PURPOSE@ compare UTF-8 strings +@RET@ int +@FUNC@ FcStrCmp +@TYPE1@ const FcChar8 * @ARG1@ s1 +@TYPE2@ const FcChar8 * @ARG2@ s2 +@PURPOSE@ compare UTF-8 strings @DESC@ Returns the usual <0, 0, >0 result of comparing -s1 and s2. +s1 and s2. @@ -@RET@ int -@FUNC@ FcStrCmpIgnoreCase -@TYPE1@ const FcChar8 * @ARG1@ s1 -@TYPE2@ const FcChar8 * @ARG2@ s2 -@PURPOSE@ compare UTF-8 strings ignoring case +@RET@ int +@FUNC@ FcStrCmpIgnoreCase +@TYPE1@ const FcChar8 * @ARG1@ s1 +@TYPE2@ const FcChar8 * @ARG2@ s2 +@PURPOSE@ compare UTF-8 strings ignoring case @DESC@ Returns the usual <0, 0, >0 result of comparing s1 and s2. This test is case-insensitive for all proper UTF-8 encoded strings. @@ -@RET@ FcChar8 * -@FUNC@ FcStrStr -@TYPE1@ const FcChar8 * @ARG1@ s1 -@TYPE2@ const FcChar8 * @ARG2@ s2 -@PURPOSE@ locate UTF-8 substring +@RET@ FcChar8 * +@FUNC@ FcStrStr +@TYPE1@ const FcChar8 * @ARG1@ s1 +@TYPE2@ const FcChar8 * @ARG2@ s2 +@PURPOSE@ locate UTF-8 substring @DESC@ Returns the location of s2 in s1. Returns NULL if s2 @@ -191,43 +191,43 @@ with UTF8 encoded strings. @@ -@RET@ FcChar8 * -@FUNC@ FcStrStrIgnoreCase -@TYPE1@ const FcChar8 * @ARG1@ s1 -@TYPE2@ const FcChar8 * @ARG2@ s2 -@PURPOSE@ locate UTF-8 substring ignoring case +@RET@ FcChar8 * +@FUNC@ FcStrStrIgnoreCase +@TYPE1@ const FcChar8 * @ARG1@ s1 +@TYPE2@ const FcChar8 * @ARG2@ s2 +@PURPOSE@ locate UTF-8 substring ignoring case @DESC@ -Returns the location of s2 in +Returns the location of s2 in s1, ignoring case. Returns NULL if s2 is not present in s1. This test is case-insensitive for all proper UTF-8 encoded strings. @@ -@RET@ FcChar8 * -@FUNC@ FcStrPlus -@TYPE1@ const FcChar8 * @ARG1@ s1 -@TYPE2@ const FcChar8 * @ARG2@ s2 -@PURPOSE@ concatenate two strings +@RET@ FcChar8 * +@FUNC@ FcStrPlus +@TYPE1@ const FcChar8 * @ARG1@ s1 +@TYPE2@ const FcChar8 * @ARG2@ s2 +@PURPOSE@ concatenate two strings @DESC@ This function allocates new storage and places the concatenation of s1 and s2 there, returning the new string. @@ -@RET@ void -@FUNC@ FcStrFree -@TYPE1@ FcChar8 * @ARG1@ s -@PURPOSE@ free a string +@RET@ void +@FUNC@ FcStrFree +@TYPE1@ FcChar8 * @ARG1@ s +@PURPOSE@ free a string @DESC@ This is just a wrapper around free(3) which helps track memory usage of strings within the fontconfig library. @@ -@RET@ FcChar8 * -@FUNC@ FcStrBuildFilename -@TYPE1@ const FcChar8 * @ARG1@ path -@TYPE2@ ... -@PURPOSE@ Concatenate strings as a file path +@RET@ FcChar8 * +@FUNC@ FcStrBuildFilename +@TYPE1@ const FcChar8 * @ARG1@ path +@TYPE2@ ... +@PURPOSE@ Concatenate strings as a file path @DESC@ Creates a filename from the given elements of strings as file paths and concatenate them with the appropriate file separator. @@ -235,20 +235,20 @@ This returns a newly-allocated memory which should be freed when no longer needed. @@ -@RET@ FcChar8 * -@FUNC@ FcStrDirname -@TYPE1@ const FcChar8 * @ARG1@ file -@PURPOSE@ directory part of filename +@RET@ FcChar8 * +@FUNC@ FcStrDirname +@TYPE1@ const FcChar8 * @ARG1@ file +@PURPOSE@ directory part of filename @DESC@ Returns the directory containing file. This is returned in newly allocated storage which should be freed when no longer needed. @@ -@RET@ FcChar8 * -@FUNC@ FcStrBasename -@TYPE1@ const FcChar8 * @ARG1@ file -@PURPOSE@ last component of filename +@RET@ FcChar8 * +@FUNC@ FcStrBasename +@TYPE1@ const FcChar8 * @ARG1@ file +@PURPOSE@ last component of filename @DESC@ Returns the filename of file stripped of any leading directory names. This is returned in newly allocated storage which should diff -Nru fontconfig-2.14.1/doc/FcStrListCreate.3 fontconfig-2.14.2/doc/FcStrListCreate.3 --- fontconfig-2.14.1/doc/FcStrListCreate.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrListCreate.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrListCreate" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrListCreate" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrListCreate \- create a string iterator .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrListDone.3 fontconfig-2.14.2/doc/FcStrListDone.3 --- fontconfig-2.14.1/doc/FcStrListDone.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrListDone.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrListDone" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrListDone" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrListDone \- destroy a string iterator .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrListFirst.3 fontconfig-2.14.2/doc/FcStrListFirst.3 --- fontconfig-2.14.1/doc/FcStrListFirst.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrListFirst.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrListFirst" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrListFirst" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrListFirst \- get first string in iteration .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrListNext.3 fontconfig-2.14.2/doc/FcStrListNext.3 --- fontconfig-2.14.1/doc/FcStrListNext.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrListNext.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrListNext" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrListNext" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrListNext \- get next string in iteration .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrPlus.3 fontconfig-2.14.2/doc/FcStrPlus.3 --- fontconfig-2.14.1/doc/FcStrPlus.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrPlus.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrPlus" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrPlus" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrPlus \- concatenate two strings .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrSetAdd.3 fontconfig-2.14.2/doc/FcStrSetAdd.3 --- fontconfig-2.14.1/doc/FcStrSetAdd.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrSetAdd.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrSetAdd" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrSetAdd" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrSetAdd \- add to a string set .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrSetAddFilename.3 fontconfig-2.14.2/doc/FcStrSetAddFilename.3 --- fontconfig-2.14.1/doc/FcStrSetAddFilename.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrSetAddFilename.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrSetAddFilename" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrSetAddFilename" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrSetAddFilename \- add a filename to a string set .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrSetCreate.3 fontconfig-2.14.2/doc/FcStrSetCreate.3 --- fontconfig-2.14.1/doc/FcStrSetCreate.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrSetCreate.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrSetCreate" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrSetCreate" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrSetCreate \- create a string set .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrSetDel.3 fontconfig-2.14.2/doc/FcStrSetDel.3 --- fontconfig-2.14.1/doc/FcStrSetDel.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrSetDel.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrSetDel" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrSetDel" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrSetDel \- delete from a string set .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrSetDestroy.3 fontconfig-2.14.2/doc/FcStrSetDestroy.3 --- fontconfig-2.14.1/doc/FcStrSetDestroy.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrSetDestroy.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrSetDestroy" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrSetDestroy" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrSetDestroy \- destroy a string set .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrSetEqual.3 fontconfig-2.14.2/doc/FcStrSetEqual.3 --- fontconfig-2.14.1/doc/FcStrSetEqual.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrSetEqual.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrSetEqual" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrSetEqual" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrSetEqual \- check sets for equality .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fcstrset.fncs fontconfig-2.14.2/doc/fcstrset.fncs --- fontconfig-2.14.1/doc/fcstrset.fncs 2019-10-16 10:05:28.000000000 +0000 +++ fontconfig-2.14.2/doc/fcstrset.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -23,102 +23,102 @@ */ -@RET@ FcStrSet * -@FUNC@ FcStrSetCreate -@TYPE1@ void -@PURPOSE@ create a string set +@RET@ FcStrSet * +@FUNC@ FcStrSetCreate +@TYPE1@ void +@PURPOSE@ create a string set @DESC@ Create an empty set. @@ -@RET@ FcBool -@FUNC@ FcStrSetMember -@TYPE1@ FcStrSet * @ARG1@ set -@TYPE2@ const FcChar8 * @ARG2@ s -@PURPOSE@ check set for membership +@RET@ FcBool +@FUNC@ FcStrSetMember +@TYPE1@ FcStrSet * @ARG1@ set +@TYPE2@ const FcChar8 * @ARG2@ s +@PURPOSE@ check set for membership @DESC@ Returns whether s is a member of set. @@ -@RET@ FcBool -@FUNC@ FcStrSetEqual -@TYPE1@ FcStrSet * @ARG1@ set_a -@TYPE2@ FcStrSet * @ARG2@ set_b -@PURPOSE@ check sets for equality +@RET@ FcBool +@FUNC@ FcStrSetEqual +@TYPE1@ FcStrSet * @ARG1@ set_a +@TYPE2@ FcStrSet * @ARG2@ set_b +@PURPOSE@ check sets for equality @DESC@ Returns whether set_a contains precisely the same strings as set_b. Ordering of strings within the two sets is not considered. @@ -@RET@ FcBool -@FUNC@ FcStrSetAdd -@TYPE1@ FcStrSet * @ARG1@ set -@TYPE2@ const FcChar8 * @ARG2@ s -@PURPOSE@ add to a string set +@RET@ FcBool +@FUNC@ FcStrSetAdd +@TYPE1@ FcStrSet * @ARG1@ set +@TYPE2@ const FcChar8 * @ARG2@ s +@PURPOSE@ add to a string set @DESC@ Adds a copy of s to set. @@ -@RET@ FcBool -@FUNC@ FcStrSetAddFilename -@TYPE1@ FcStrSet * @ARG1@ set -@TYPE2@ const FcChar8 * @ARG2@ s -@PURPOSE@ add a filename to a string set +@RET@ FcBool +@FUNC@ FcStrSetAddFilename +@TYPE1@ FcStrSet * @ARG1@ set +@TYPE2@ const FcChar8 * @ARG2@ s +@PURPOSE@ add a filename to a string set @DESC@ Adds a copy s to set, The copy is created with FcStrCopyFilename so that leading '~' values are replaced with the value of the HOME environment variable. @@ -@RET@ FcBool -@FUNC@ FcStrSetDel -@TYPE1@ FcStrSet * @ARG1@ set -@TYPE2@ const FcChar8 * @ARG2@ s -@PURPOSE@ delete from a string set +@RET@ FcBool +@FUNC@ FcStrSetDel +@TYPE1@ FcStrSet * @ARG1@ set +@TYPE2@ const FcChar8 * @ARG2@ s +@PURPOSE@ delete from a string set @DESC@ Removes s from set, returning FcTrue if s was a member else FcFalse. @@ -@RET@ void -@FUNC@ FcStrSetDestroy -@TYPE1@ FcStrSet * @ARG1@ set -@PURPOSE@ destroy a string set +@RET@ void +@FUNC@ FcStrSetDestroy +@TYPE1@ FcStrSet * @ARG1@ set +@PURPOSE@ destroy a string set @DESC@ Destroys set. @@ -@RET@ FcStrList * -@FUNC@ FcStrListCreate -@TYPE1@ FcStrSet * @ARG1@ set -@PURPOSE@ create a string iterator +@RET@ FcStrList * +@FUNC@ FcStrListCreate +@TYPE1@ FcStrSet * @ARG1@ set +@PURPOSE@ create a string iterator @DESC@ Creates an iterator to list the strings in set. @@ -@RET@ void -@FUNC@ FcStrListFirst -@TYPE1@ FcStrList * @ARG1@ list -@PURPOSE@ get first string in iteration +@RET@ void +@FUNC@ FcStrListFirst +@TYPE1@ FcStrList * @ARG1@ list +@PURPOSE@ get first string in iteration @DESC@ Returns the first string in list. -@SINCE@ 2.11.0 +@SINCE@ 2.11.0 @@ -@RET@ FcChar8 * -@FUNC@ FcStrListNext -@TYPE1@ FcStrList * @ARG1@ list -@PURPOSE@ get next string in iteration +@RET@ FcChar8 * +@FUNC@ FcStrListNext +@TYPE1@ FcStrList * @ARG1@ list +@PURPOSE@ get next string in iteration @DESC@ Returns the next string in list. @@ -@RET@ void -@FUNC@ FcStrListDone -@TYPE1@ FcStrList * @ARG1@ list -@PURPOSE@ destroy a string iterator +@RET@ void +@FUNC@ FcStrListDone +@TYPE1@ FcStrList * @ARG1@ list +@PURPOSE@ destroy a string iterator @DESC@ Destroys the enumerator list. @@ diff -Nru fontconfig-2.14.1/doc/FcStrSetMember.3 fontconfig-2.14.2/doc/FcStrSetMember.3 --- fontconfig-2.14.1/doc/FcStrSetMember.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrSetMember.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrSetMember" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrSetMember" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrSetMember \- check set for membership .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrStr.3 fontconfig-2.14.2/doc/FcStrStr.3 --- fontconfig-2.14.1/doc/FcStrStr.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrStr.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrStr" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrStr" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrStr \- locate UTF-8 substring .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcStrStrIgnoreCase.3 fontconfig-2.14.2/doc/FcStrStrIgnoreCase.3 --- fontconfig-2.14.1/doc/FcStrStrIgnoreCase.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcStrStrIgnoreCase.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcStrStrIgnoreCase" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcStrStrIgnoreCase" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcStrStrIgnoreCase \- locate UTF-8 substring ignoring case .SH SYNOPSIS @@ -10,7 +10,7 @@ .fi\fR .SH "DESCRIPTION" .PP -Returns the location of \fIs2\fR in +Returns the location of \fIs2\fR in \fIs1\fR, ignoring case. Returns NULL if \fIs2\fR is not present in \fIs1\fR\&. This test is case-insensitive for all proper UTF-8 encoded strings. diff -Nru fontconfig-2.14.1/doc/FcToLower.3 fontconfig-2.14.2/doc/FcToLower.3 --- fontconfig-2.14.1/doc/FcToLower.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcToLower.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcToLower" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcToLower" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcToLower \- convert upper case ASCII to lower case .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcUcs4ToUtf8.3 fontconfig-2.14.2/doc/FcUcs4ToUtf8.3 --- fontconfig-2.14.1/doc/FcUcs4ToUtf8.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcUcs4ToUtf8.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcUcs4ToUtf8" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcUcs4ToUtf8" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcUcs4ToUtf8 \- convert UCS4 to UTF-8 .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcUtf16Len.3 fontconfig-2.14.2/doc/FcUtf16Len.3 --- fontconfig-2.14.1/doc/FcUtf16Len.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcUtf16Len.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcUtf16Len" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcUtf16Len" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcUtf16Len \- count UTF-16 encoded chars .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcUtf16ToUcs4.3 fontconfig-2.14.2/doc/FcUtf16ToUcs4.3 --- fontconfig-2.14.1/doc/FcUtf16ToUcs4.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcUtf16ToUcs4.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcUtf16ToUcs4" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcUtf16ToUcs4" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcUtf16ToUcs4 \- convert UTF-16 to UCS4 .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcUtf8Len.3 fontconfig-2.14.2/doc/FcUtf8Len.3 --- fontconfig-2.14.1/doc/FcUtf8Len.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcUtf8Len.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcUtf8Len" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcUtf8Len" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcUtf8Len \- count UTF-8 encoded chars .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcUtf8ToUcs4.3 fontconfig-2.14.2/doc/FcUtf8ToUcs4.3 --- fontconfig-2.14.1/doc/FcUtf8ToUcs4.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcUtf8ToUcs4.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcUtf8ToUcs4" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcUtf8ToUcs4" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcUtf8ToUcs4 \- convert UTF-8 to UCS4 .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcValueDestroy.3 fontconfig-2.14.2/doc/FcValueDestroy.3 --- fontconfig-2.14.1/doc/FcValueDestroy.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcValueDestroy.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcValueDestroy" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcValueDestroy" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcValueDestroy \- Free a value .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcValueEqual.3 fontconfig-2.14.2/doc/FcValueEqual.3 --- fontconfig-2.14.1/doc/FcValueEqual.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcValueEqual.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcValueEqual" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcValueEqual" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcValueEqual \- Test two values for equality .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fcvalue.fncs fontconfig-2.14.2/doc/fcvalue.fncs --- fontconfig-2.14.1/doc/fcvalue.fncs 2016-07-11 02:41:05.000000000 +0000 +++ fontconfig-2.14.2/doc/fcvalue.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -21,39 +21,39 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -@RET@ void -@FUNC@ FcValueDestroy -@TYPE1@ FcValue% @ARG1@ v -@PURPOSE@ Free a value +@RET@ void +@FUNC@ FcValueDestroy +@TYPE1@ FcValue% @ARG1@ v +@PURPOSE@ Free a value @DESC@ Frees any memory referenced by v. Values of type FcTypeString, FcTypeMatrix and FcTypeCharSet reference memory, the other types do not. @@ -@RET@ FcValue -@FUNC@ FcValueSave -@TYPE1@ FcValue% @ARG1@ v -@PURPOSE@ Copy a value +@RET@ FcValue +@FUNC@ FcValueSave +@TYPE1@ FcValue% @ARG1@ v +@PURPOSE@ Copy a value @DESC@ Returns a copy of v duplicating any object referenced by it so that v may be safely destroyed without harming the new value. @@ -@RET@ void -@FUNC@ FcValuePrint -@TYPE1@ FcValue% @ARG1@ v -@PURPOSE@ Print a value to stdout +@RET@ void +@FUNC@ FcValuePrint +@TYPE1@ FcValue% @ARG1@ v +@PURPOSE@ Print a value to stdout @DESC@ Prints a human-readable representation of v to stdout. The format should not be considered part of the library specification as it may change in the future. @@ -@RET@ FcBool -@FUNC@ FcValueEqual -@TYPE1@ FcValue% @ARG1@ v_a -@TYPE2@ FcValue% @ARG2@ v_b -@PURPOSE@ Test two values for equality +@RET@ FcBool +@FUNC@ FcValueEqual +@TYPE1@ FcValue% @ARG1@ v_a +@TYPE2@ FcValue% @ARG2@ v_b +@PURPOSE@ Test two values for equality @DESC@ Compares two values. Integers and Doubles are compared as numbers; otherwise the two values have to be the same type to be considered equal. Strings are diff -Nru fontconfig-2.14.1/doc/FcValuePrint.3 fontconfig-2.14.2/doc/FcValuePrint.3 --- fontconfig-2.14.1/doc/FcValuePrint.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcValuePrint.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcValuePrint" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcValuePrint" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcValuePrint \- Print a value to stdout .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcValueSave.3 fontconfig-2.14.2/doc/FcValueSave.3 --- fontconfig-2.14.1/doc/FcValueSave.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcValueSave.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcValueSave" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcValueSave" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcValueSave \- Copy a value .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fcweight.fncs fontconfig-2.14.2/doc/fcweight.fncs --- fontconfig-2.14.1/doc/fcweight.fncs 2019-10-16 10:05:28.000000000 +0000 +++ fontconfig-2.14.2/doc/fcweight.fncs 2023-01-25 00:17:17.000000000 +0000 @@ -19,10 +19,10 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -@RET@ double -@FUNC@ FcWeightFromOpenTypeDouble -@TYPE1@ double @ARG1@ ot_weight -@PURPOSE@ Convert from OpenType weight values to fontconfig ones +@RET@ double +@FUNC@ FcWeightFromOpenTypeDouble +@TYPE1@ double @ARG1@ ot_weight +@PURPOSE@ Convert from OpenType weight values to fontconfig ones @DESC@ FcWeightFromOpenTypeDouble returns an double value to use with FC_WEIGHT, from an double in the 1..1000 range, resembling @@ -31,39 +31,39 @@ zero, or greater than 1000, returns -1. This function linearly interpolates between various FC_WEIGHT_* constants. As such, the returned value does not necessarily match any of the predefined constants. -@SINCE@ 2.12.92 +@SINCE@ 2.12.92 @@ -@RET@ double -@FUNC@ FcWeightToOpenTypeDouble -@TYPE1@ double @ARG1@ ot_weight -@PURPOSE@ Convert from fontconfig weight values to OpenType ones +@RET@ double +@FUNC@ FcWeightToOpenTypeDouble +@TYPE1@ double @ARG1@ ot_weight +@PURPOSE@ Convert from fontconfig weight values to OpenType ones @DESC@ FcWeightToOpenTypeDouble is the inverse of FcWeightFromOpenType. If the input is less than FC_WEIGHT_THIN or greater than FC_WEIGHT_EXTRABLACK, returns -1. Otherwise returns a number in the range 1 to 1000. -@SINCE@ 2.12.92 +@SINCE@ 2.12.92 @@ -@RET@ int -@FUNC@ FcWeightFromOpenType -@TYPE1@ int @ARG1@ ot_weight -@PURPOSE@ Convert from OpenType weight values to fontconfig ones +@RET@ int +@FUNC@ FcWeightFromOpenType +@TYPE1@ int @ARG1@ ot_weight +@PURPOSE@ Convert from OpenType weight values to fontconfig ones @DESC@ FcWeightFromOpenType is like FcWeightFromOpenTypeDouble but with integer arguments. Use the other function instead. -@SINCE@ 2.11.91 +@SINCE@ 2.11.91 @@ -@RET@ int -@FUNC@ FcWeightToOpenType -@TYPE1@ int @ARG1@ ot_weight -@PURPOSE@ Convert from fontconfig weight values to OpenType ones +@RET@ int +@FUNC@ FcWeightToOpenType +@TYPE1@ int @ARG1@ ot_weight +@PURPOSE@ Convert from fontconfig weight values to OpenType ones @DESC@ FcWeightToOpenType is like FcWeightToOpenTypeDouble but with integer arguments. Use the other function instead. -@SINCE@ 2.11.91 +@SINCE@ 2.11.91 @@ diff -Nru fontconfig-2.14.1/doc/FcWeightFromOpenType.3 fontconfig-2.14.2/doc/FcWeightFromOpenType.3 --- fontconfig-2.14.1/doc/FcWeightFromOpenType.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcWeightFromOpenType.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcWeightFromOpenType" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcWeightFromOpenType" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcWeightFromOpenType \- Convert from OpenType weight values to fontconfig ones .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcWeightFromOpenTypeDouble.3 fontconfig-2.14.2/doc/FcWeightFromOpenTypeDouble.3 --- fontconfig-2.14.1/doc/FcWeightFromOpenTypeDouble.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcWeightFromOpenTypeDouble.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcWeightFromOpenTypeDouble" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcWeightFromOpenTypeDouble" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcWeightFromOpenTypeDouble \- Convert from OpenType weight values to fontconfig ones .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcWeightToOpenType.3 fontconfig-2.14.2/doc/FcWeightToOpenType.3 --- fontconfig-2.14.1/doc/FcWeightToOpenType.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcWeightToOpenType.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcWeightToOpenType" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcWeightToOpenType" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcWeightToOpenType \- Convert from fontconfig weight values to OpenType ones .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/FcWeightToOpenTypeDouble.3 fontconfig-2.14.2/doc/FcWeightToOpenTypeDouble.3 --- fontconfig-2.14.1/doc/FcWeightToOpenTypeDouble.3 2022-10-21 07:34:43.000000000 +0000 +++ fontconfig-2.14.2/doc/FcWeightToOpenTypeDouble.3 2023-01-27 08:22:54.000000000 +0000 @@ -1,5 +1,5 @@ .\" auto-generated by docbook2man-spec from docbook-utils package -.TH "FcWeightToOpenTypeDouble" "3" "21 10月 2022" "Fontconfig 2.14.1" "" +.TH "FcWeightToOpenTypeDouble" "3" "27 1月 2023" "Fontconfig 2.14.2" "" .SH NAME FcWeightToOpenTypeDouble \- Convert from fontconfig weight values to OpenType ones .SH SYNOPSIS diff -Nru fontconfig-2.14.1/doc/fontconfig-devel/fcatomiccreate.html fontconfig-2.14.2/doc/fontconfig-devel/fcatomiccreate.html --- fontconfig-2.14.1/doc/fontconfig-devel/fcatomiccreate.html 2022-10-21 07:35:17.000000000 +0000 +++ fontconfig-2.14.2/doc/fontconfig-devel/fcatomiccreate.html 2023-01-27 08:23:13.000000000 +0000 @@ -10,7 +10,7 @@ HREF="t1.html">

Name

Synopsis

#include <fontconfig/fontconfig.h>
-	

Description