✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server.blackpussy.asia ​🇻​♯➤ 5.14.0-611.20.1.el9_7.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 163.245.207.76 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.243
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗞 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ mail,mb_send_mail
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/share/gtk-doc/html/harfbuzz//building.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Building HarfBuzz: HarfBuzz Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="HarfBuzz Manual">
<link rel="up" href="install-harfbuzz.html" title="Installing HarfBuzz">
<link rel="prev" href="install-harfbuzz.html" title="Installing HarfBuzz">
<link rel="next" href="getting-started.html" title="Getting started with HarfBuzz">
<meta name="generator" content="GTK-Doc V1.32 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="install-harfbuzz.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="install-harfbuzz.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="getting-started.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="building"></a>Building HarfBuzz</h2></div></div></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="building.linux"></a>Building on Linux</h3></div></div></div>
<p>
      <span class="emphasis"><em>(1)</em></span> To build HarfBuzz on Linux, you must first install the
      development packages for FreeType, Cairo, and GLib. The exact
      commands required for this step will vary depending on
      the Linux distribution you use.
    </p>
<p>
      For example, on an Ubuntu or Debian system, you would run:
      </p>
<pre class="programlisting"><span class="command"><strong>sudo apt install</strong></span> <span class="package">gcc g++ libfreetype6-dev libglib2.0-dev libcairo2-dev</span></pre>
<p>
      On Fedora, RHEL, CentOS, or other Red-Hat–based systems, you would run:
      </p>
<pre class="programlisting"><span class="command"><strong>sudo yum install</strong></span> <span class="package">gcc gcc-c++ freetype-devel glib2-devel cairo-devel</span></pre>
<p>

    </p>
<p>
      <span class="emphasis"><em>(2)</em></span> The next step depends on whether you
      are building from the source in a downloaded release tarball or
      from the source directly from the git repository.
    </p>
<p>
      <span class="emphasis"><em>(2)(a)</em></span> If you downloaded the HarfBuzz
      source code in a tarball, you can now extract the source.
    </p>
<p>
      From a shell in the top-level directory of the extracted source
      code, you can run <span class="command"><strong>meson build</strong></span> followed by
      <span class="command"><strong>meson compile -C build</strong></span> as with any other standard package.
    </p>
<p>
      This should leave you with a shared
      library in the <code class="filename">src/</code> directory, and a few
      utility programs including <span class="command"><strong>hb-view</strong></span> and
      <span class="command"><strong>hb-shape</strong></span> under the <code class="filename">util/</code>
      directory.
    </p>
<p>
      <span class="emphasis"><em>(2)(b)</em></span> If you are building from the source in the HarfBuzz git
      repository, rather than installing from a downloaded tarball
      release, then you must install two more auxiliary tools before you 
      can build for the first time: <span class="package">pkg-config</span>.
    </p>
<p>
      On Ubuntu or Debian, run:
      </p>
<pre class="programlisting"><span class="command"><strong>sudo apt-get install</strong></span> <span class="package">meson pkg-config gtk-doc-tools</span></pre>
<p>
      On Fedora, RHEL, CentOS, run:
      </p>
<pre class="programlisting"><span class="command"><strong>sudo yum install</strong></span> <span class="package">meson pkgconfig gtk-doc</span></pre>
<p>
      
    </p>
<p>
      With <span class="package">pkg-config</span> installed, you can now run
      <span class="command"><strong>meson build</strong></span> then
      <span class="command"><strong>meson compile -C build</strong></span> to build HarfBuzz.
    </p>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="building.windows"></a>Building on Windows</h3></div></div></div>
<p>
        <a class="ulink" href="https://mesonbuild.com/Getting-meson.html" target="_top">Install meson</a>
        and run (from the console) <span class="command"><strong>meson build</strong></span> (by default
        bundled dependencies are not built, <span class="command"><strong>--wrap-mode=default</strong></span>
        overrides this), then <span class="command"><strong>meson compile -C build</strong></span> to
	build HarfBuzz.
      </p>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="building.macos"></a>Building on macOS</h3></div></div></div>
<p>
	There are two ways to build HarfBuzz on Mac systems: MacPorts
	and Homebrew. The process is similar to the process used on a
	Linux system.
      </p>
<p>
	<span class="emphasis"><em>(1)</em></span> You must first install the
	development packages for FreeType, Cairo, and GLib. If you are
	using MacPorts, you should run:
      </p>
<pre class="programlisting"><span class="command"><strong>sudo port install</strong></span> <span class="package">freetype glib2 cairo</span></pre>
<p>
      </p>
<p>
	If you are using Homebrew, you should run:
	</p>
<pre class="programlisting"><span class="command"><strong>brew install</strong></span> <span class="package">freetype glib cairo</span></pre>
<p>
      </p>
<p>
	<span class="emphasis"><em>(2)</em></span> The next step depends on whether you are building from the
	source in a downloaded release tarball or from the source directly
	from the git repository.
      </p>
<p>
	<span class="emphasis"><em>(2)(a)</em></span> If you are installing HarfBuzz
	from a downloaded tarball release, extract the tarball and
	open a Terminal in the extracted source-code directory. Run:
	</p>
<pre class="programlisting"><span class="command"><strong>meson build</strong></span></pre>
<p>
	followed by:
	</p>
<pre class="programlisting"><span class="command"><strong>meson compile -C build</strong></span></pre>
<p>
	to build HarfBuzz.
      </p>
<p>
	<span class="emphasis"><em>(2)(b)</em></span> Alternatively, if you are building
	HarfBuzz from the source in the HarfBuzz git repository, then
	you must install several built-time dependencies before
	proceeding.
      </p>
<p>If you are
	using MacPorts, you should run:
      </p>
<pre class="programlisting"><span class="command"><strong>sudo port install</strong></span> <span class="package">meson pkgconfig gtk-doc</span></pre>
<p>
      to install the build dependencies.
      </p>
<p>If you are using Homebrew, you should run:
	</p>
<pre class="programlisting"><span class="command"><strong>brew install</strong></span> <span class="package">meson pkgconfig gtk-doc</span></pre>
<p>
      	Finally, you can run:
	</p>
<pre class="programlisting"><span class="command"><strong>meson build</strong></span></pre>
<p>
      </p>
<p>
	<span class="emphasis"><em>(3)</em></span> You can now build HarfBuzz (on either
	a MacPorts or a Homebrew system) by running:
	</p>
<pre class="programlisting"><span class="command"><strong>meson build</strong></span></pre>
<p>
	followed by:
	</p>
<pre class="programlisting"><span class="command"><strong>meson compile -C build</strong></span></pre>
<p>
      </p>
<p>
	This should leave you with a shared
	library in the <code class="filename">src/</code> directory, and a few
	utility programs including <span class="command"><strong>hb-view</strong></span> and
	<span class="command"><strong>hb-shape</strong></span> under the <code class="filename">util/</code>
	directory.
      </p>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="configuration"></a>Configuration options</h3></div></div></div>
<p>
	The instructions in the "Building HarfBuzz" section will build
	the source code under its default configuration. If needed,
	the following additional configuration options are available.
      </p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><span class="command"><strong>-Dglib=enabled</strong></span></span></p></td>
<td>
<p>
	     Use <a class="ulink" href="https://developer.gnome.org/glib/" target="_top">GLib</a>. <span class="emphasis"><em>(Default = auto)</em></span>
	    </p>
<p>
	      This option enables or disables usage of the GLib
	      library.  The default setting is to check for the
	      presence of GLib and, if it is found, build with
	      GLib support. GLib is native to GNU/Linux systems but is
	      available on other operating system as well.
	    </p>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="command"><strong>-Dgobject=enabled</strong></span></span></p></td>
<td>
<p>
	      Use <a class="ulink" href="https://developer.gnome.org/gobject/stable/" target="_top">GObject</a>. <span class="emphasis"><em>(Default = no)</em></span>
	    </p>
<p>
	      This option enables or disables usage of the GObject
	      library. The default setting is to check for the
	      presence of GObject and, if it is found, build with
	      GObject support. GObject is native to GNU/Linux systems but is
	      available on other operating system as well.
	    </p>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="command"><strong>-Dcairo=enabled</strong></span></span></p></td>
<td>
<p>
	      Use <a class="ulink" href="https://cairographics.org/" target="_top">Cairo</a>. <span class="emphasis"><em>(Default = auto)</em></span>
	    </p>
<p>
	      This option enables or disables usage of the Cairo
	      graphics-rendering library. The default setting is to
	      check for the presence of Cairo and, if it is found,
	      build with Cairo support.
	    </p>
<p>
	      Note: Cairo is used only by the HarfBuzz
	      command-line utilities, and not by the HarfBuzz library.
	    </p>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="command"><strong>-Dfontconfig=enabled</strong></span></span></p></td>
<td>
<p>
	      Use <a class="ulink" href="https://www.freedesktop.org/wiki/Software/fontconfig/" target="_top">Fontconfig</a>. <span class="emphasis"><em>(Default = auto)</em></span>
	    </p>
<p>
	      This option enables or disables usage of the Fontconfig
	      library, which provides font-matching functions and
	      provides access to font properties. The default setting
	      is to check for the presence of Fontconfig and, if it is
	      found, build with Fontconfig support.
	    </p>
<p>
	      Note: Fontconfig is used only by the HarfBuzz
	      command-line utilities, and not by the HarfBuzz library.
	    </p>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="command"><strong>-Dicu=enabled</strong></span></span></p></td>
<td>
<p>
	      Use the <a class="ulink" href="http://site.icu-project.org/home" target="_top">ICU</a> library. <span class="emphasis"><em>(Default = auto)</em></span>
	    </p>
<p>
	      This option enables or disables usage of the
	      <span class="emphasis"><em>International Components for
	      Unicode</em></span> (ICU) library, which provides access
	      to Unicode Character Database (UCD) properties as well
	      as normalization and conversion functions. The default
	      setting is to check for the presence of ICU and, if it
	      is found, build with ICU support.
	    </p>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="command"><strong>-Dgraphite=enabled</strong></span></span></p></td>
<td>
<p>
	      Use the <a class="ulink" href="http://graphite.sil.org/" target="_top">Graphite2</a> library. <span class="emphasis"><em>(Default = no)</em></span>
	    </p>
<p>
	      This option enables or disables usage of the Graphite2
	      library, which provides support for the Graphite shaping
	      model. 
	    </p>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="command"><strong>-Dfreetype=enabled</strong></span></span></p></td>
<td>
<p>
	      Use the <a class="ulink" href="https://www.freetype.org/" target="_top">FreeType</a> library. <span class="emphasis"><em>(Default = auto)</em></span>
	    </p>
<p>
	      This option enables or disables usage of the FreeType
	      font-rendering library. The default setting is to check for the
	      presence of FreeType and, if it is found, build with
	      FreeType support.
	    </p>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="command"><strong>-Dgdi=enabled</strong></span></span></p></td>
<td>
<p>
	      Use the <a class="ulink" href="https://docs.microsoft.com/en-us/windows/desktop/intl/uniscribe" target="_top">Uniscribe</a>
	      library (experimental). <span class="emphasis"><em>(Default = no)</em></span>
	    </p>
<p>
	      This option enables or disables usage of the Uniscribe
	      font-rendering library. Uniscribe is available on
	      Windows systems. Uniscribe support is used only for
	      testing purposes and does not need to be enabled for
	      HarfBuzz to run on Windows systems.
	    </p>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="command"><strong>-Ddirectwrite=enabled</strong></span></span></p></td>
<td>
<p>
	      Use the <a class="ulink" href="https://docs.microsoft.com/en-us/windows/desktop/directwrite/direct-write-portal" target="_top">DirectWrite</a> library (experimental). <span class="emphasis"><em>(Default = no)</em></span>
	    </p>
<p>
	      This option enables or disables usage of the DirectWrite
	      font-rendering library. DirectWrite is available on
	      Windows systems. DirectWrite support is used only for
	      testing purposes and does not need to be enabled for
	      HarfBuzz to run on Windows systems.
	    </p>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="command"><strong>-Dcoretext=enabled</strong></span></span></p></td>
<td>
<p>
	      Use the <a class="ulink" href="https://developer.apple.com/documentation/coretext" target="_top">CoreText</a> library. <span class="emphasis"><em>(Default = no)</em></span>
	    </p>
<p>
	      This option enables or disables usage of the CoreText
	      library. CoreText is available on macOS and iOS systems.
	    </p>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="command"><strong>-Ddocs=enabled</strong></span></span></p></td>
<td>
<p>
	      Use <a class="ulink" href="https://www.gtk.org/gtk-doc/" target="_top">GTK-Doc</a>. <span class="emphasis"><em>(Default = no)</em></span>
	    </p>
<p>
	      This option enables the building of the documentation.
	    </p>
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.32</div>
</body>
</html>

Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]

Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
31 Aug 2026 10.12 AM
root / root
0755
HarfBuzz.png
6.107 KB
27 Dec 2020 12.11 AM
root / root
0644
HarfBuzz.svg
6.587 KB
27 Dec 2020 12.11 AM
root / root
0644
a-clustering-example-for-levels-0-and-1.html
5.183 KB
2 Apr 2024 5.02 PM
root / root
0644
aat-shaping.html
2.304 KB
2 Apr 2024 5.02 PM
root / root
0644
adding-text-to-the-buffer.html
5.664 KB
2 Apr 2024 5.02 PM
root / root
0644
annotation-glossary.html
5.512 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-0-9-10.html
3.125 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-0-9-11.html
2.021 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-0-9-2.html
43.405 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-0-9-20.html
2.249 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-0-9-22.html
2.065 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-0-9-28.html
2.014 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-0-9-30.html
2.466 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-0-9-31.html
2.863 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-0-9-38.html
3.732 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-0-9-39.html
2.01 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-0-9-41.html
2.019 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-0-9-42.html
2.526 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-0-9-5.html
3.261 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-0-9-7.html
12.018 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-0-9-8.html
2.039 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-1-0-5.html
2.673 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-1-1-2.html
2.318 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-1-1-3.html
2.888 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-1-2-3.html
2.805 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-1-3-3.html
5.406 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-1-4-0.html
2.292 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-1-4-2.html
5.243 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-1-4-3.html
1.981 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-1-5-0.html
2.832 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-1-6-0.html
2.213 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-1-7-5.html
1.661 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-1-7-7.html
5.42 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-1-8-0.html
2.6 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-1-8-1.html
2.427 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-1-8-5.html
2.039 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-1-8-6.html
3.112 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-1-9-0.html
3.379 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-2-0-0.html
5.787 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-2-1-0.html
7.88 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-2-2-0.html
5.201 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-2-3-0.html
2.588 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-2-4-0.html
2.038 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-2-5-0.html
2.059 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-2-6-0.html
5.117 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-2-7-3.html
2.758 KB
2 Apr 2024 5.02 PM
root / root
0644
api-index-full.html
137.051 KB
2 Apr 2024 5.02 PM
root / root
0644
buffers-language-script-and-direction.html
4.835 KB
2 Apr 2024 5.02 PM
root / root
0644
building.html
14.986 KB
2 Apr 2024 5.02 PM
root / root
0644
ch01s03.html
4.39 KB
2 Apr 2024 5.02 PM
root / root
0644
ch03s02.html
5.936 KB
2 Apr 2024 5.02 PM
root / root
0644
ch03s03.html
4.473 KB
2 Apr 2024 5.02 PM
root / root
0644
ch12.html
3.474 KB
2 Apr 2024 5.02 PM
root / root
0644
ch13.html
3.006 KB
2 Apr 2024 5.02 PM
root / root
0644
ch14.html
1.832 KB
2 Apr 2024 5.02 PM
root / root
0644
ch15.html
2.973 KB
2 Apr 2024 5.02 PM
root / root
0644
clusters.html
6.347 KB
2 Apr 2024 5.02 PM
root / root
0644
complex-scripts.html
2.931 KB
2 Apr 2024 5.02 PM
root / root
0644
customizing-unicode-functions.html
6.25 KB
2 Apr 2024 5.02 PM
root / root
0644
deprecated-api-index.html
6.077 KB
2 Apr 2024 5.02 PM
root / root
0644
fonts-and-faces-custom-functions.html
7.225 KB
2 Apr 2024 5.02 PM
root / root
0644
fonts-and-faces-native-opentype.html
5.074 KB
2 Apr 2024 5.02 PM
root / root
0644
fonts-and-faces-variable.html
5.18 KB
2 Apr 2024 5.02 PM
root / root
0644
fonts-and-faces.html
7.491 KB
2 Apr 2024 5.02 PM
root / root
0644
getting-started.html
4.925 KB
2 Apr 2024 5.02 PM
root / root
0644
graphite-shaping.html
2.254 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-aat-layout.html
136.079 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-blob.html
35.061 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-buffer.html
190.909 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-common.html
63.792 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-coretext.html
11.104 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-deprecated.html
24.734 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-directwrite.html
6.011 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-face.html
50.879 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-font.html
256.539 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-ft.html
28.046 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-gdi.html
4.209 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-glib.html
9.85 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-gobject.html
2.884 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-graphite2.html
5.691 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-icu.html
7.782 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-map.html
28.504 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-ot-color.html
39.013 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-ot-font.html
4.521 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-ot-layout.html
141.688 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-ot-math.html
51.646 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-ot-meta.html
10.045 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-ot-metrics.html
17.507 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-ot-name.html
19.144 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-ot-shape.html
6.11 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-ot-var.html
35.848 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-set.html
58.03 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-shape-plan.html
37.512 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-shape.html
11.428 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-unicode.html
104.2 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-uniscribe.html
5.956 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz-hb-version.html
10.171 KB
2 Apr 2024 5.02 PM
root / root
0644
harfbuzz.devhelp2
175.251 KB
27 Dec 2020 12.11 AM
root / root
0644
home.png
0.165 KB
27 Dec 2020 12.11 AM
root / root
0644
index.html
19.107 KB
2 Apr 2024 5.02 PM
root / root
0644
install-harfbuzz.html
3.698 KB
2 Apr 2024 5.02 PM
root / root
0644
integration-coretext.html
6.331 KB
2 Apr 2024 5.02 PM
root / root
0644
integration-freetype.html
9.075 KB
2 Apr 2024 5.02 PM
root / root
0644
integration-icu.html
4.088 KB
2 Apr 2024 5.02 PM
root / root
0644
integration-python.html
3.106 KB
2 Apr 2024 5.02 PM
root / root
0644
integration-uniscribe.html
6.567 KB
2 Apr 2024 5.02 PM
root / root
0644
integration.html
9.703 KB
2 Apr 2024 5.02 PM
root / root
0644
left-insensitive.png
0.326 KB
27 Dec 2020 12.11 AM
root / root
0644
left.png
0.181 KB
27 Dec 2020 12.11 AM
root / root
0644
level-2.html
6.845 KB
2 Apr 2024 5.02 PM
root / root
0644
object-model-blobs.html
2.834 KB
2 Apr 2024 5.02 PM
root / root
0644
object-model-lifecycle.html
4.861 KB
2 Apr 2024 5.02 PM
root / root
0644
object-model-object-types.html
4.015 KB
2 Apr 2024 5.02 PM
root / root
0644
object-model-user-data.html
3.179 KB
2 Apr 2024 5.02 PM
root / root
0644
object-model.html
3.885 KB
2 Apr 2024 5.02 PM
root / root
0644
opentype-shaping-models.html
4.358 KB
2 Apr 2024 5.02 PM
root / root
0644
pt01.html
9.196 KB
2 Apr 2024 5.02 PM
root / root
0644
pt02.html
12.377 KB
2 Apr 2024 5.02 PM
root / root
0644
reordering-in-levels-0-and-1.html
3.029 KB
2 Apr 2024 5.02 PM
root / root
0644
right-insensitive.png
0.228 KB
27 Dec 2020 12.11 AM
root / root
0644
right.png
0.18 KB
27 Dec 2020 12.11 AM
root / root
0644
setting-buffer-properties.html
7.646 KB
2 Apr 2024 5.02 PM
root / root
0644
shaping-and-shape-plans.html
8.004 KB
2 Apr 2024 5.02 PM
root / root
0644
shaping-concepts.html
3.778 KB
2 Apr 2024 5.02 PM
root / root
0644
shaping-opentype-features.html
6.507 KB
2 Apr 2024 5.02 PM
root / root
0644
shaping-operations.html
4.431 KB
2 Apr 2024 5.02 PM
root / root
0644
shaping-plans-and-caching.html
4.532 KB
2 Apr 2024 5.02 PM
root / root
0644
shaping-shaper-selection.html
3.326 KB
2 Apr 2024 5.02 PM
root / root
0644
style.css
11.334 KB
27 Dec 2020 12.11 AM
root / root
0644
text-runs.html
2.474 KB
2 Apr 2024 5.02 PM
root / root
0644
the-distinction-between-levels-0-and-1.html
4.75 KB
2 Apr 2024 5.02 PM
root / root
0644
unicode-character-categories.html
4.105 KB
2 Apr 2024 5.02 PM
root / root
0644
up-insensitive.png
0.281 KB
27 Dec 2020 12.11 AM
root / root
0644
up.png
0.182 KB
27 Dec 2020 12.11 AM
root / root
0644
utilities-common-types-apis.html
4.263 KB
2 Apr 2024 5.02 PM
root / root
0644
utilities-ucdn.html
2.57 KB
2 Apr 2024 5.02 PM
root / root
0644
utilities.html
9.057 KB
2 Apr 2024 5.02 PM
root / root
0644
what-harfbuzz-doesnt-do.html
5.405 KB
2 Apr 2024 5.02 PM
root / root
0644
what-is-harfbuzz.html
5.374 KB
2 Apr 2024 5.02 PM
root / root
0644
why-do-i-need-a-shaping-engine.html
7.934 KB
2 Apr 2024 5.02 PM
root / root
0644
why-is-it-called-harfbuzz.html
2.12 KB
2 Apr 2024 5.02 PM
root / root
0644
working-with-harfbuzz-clusters.html
9.847 KB
2 Apr 2024 5.02 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF