mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
HarfBuzz: document all libs using descriptions from the pkgconfig files, and change capitalization to match upstream's preference.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17132 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
42eb076ec8
commit
837409343c
@ -13,7 +13,7 @@
|
||||
<!ENTITY harfbuzz-time "0.3 SBU (plus 0.2 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="harfbuzz" xreflabel="Harfbuzz-&harfbuzz-version;">
|
||||
<sect1 id="harfbuzz" xreflabel="HarfBuzz-&harfbuzz-version;">
|
||||
<?dbhtml filename="harfbuzz.html"?>
|
||||
|
||||
<sect1info>
|
||||
@ -21,17 +21,17 @@
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>Harfbuzz-&harfbuzz-version;</title>
|
||||
<title>HarfBuzz-&harfbuzz-version;</title>
|
||||
|
||||
<indexterm zone="harfbuzz">
|
||||
<primary sortas="a-Harfbuzz">Harfbuzz</primary>
|
||||
<primary sortas="a-HarfBuzz">HarfBuzz</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to Harfbuzz</title>
|
||||
|
||||
<para>
|
||||
The <application>Harfbuzz</application> package contains an OpenType text
|
||||
The <application>HarfBuzz</application> package contains an OpenType text
|
||||
shaping engine.
|
||||
</para>
|
||||
|
||||
@ -71,7 +71,7 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Harfbuzz Dependencies</bridgehead>
|
||||
<bridgehead renderas="sect3">HarfBuzz Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
@ -106,10 +106,10 @@
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Harfbuzz</title>
|
||||
<title>Installation of HarfBuzz</title>
|
||||
|
||||
<para>
|
||||
Install <application>Harfbuzz</application> by running the following
|
||||
Install <application>HarfBuzz</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
@ -132,7 +132,7 @@ make</userinput></screen>
|
||||
|
||||
<para>
|
||||
<parameter>--with-gobject</parameter>: This switch enables building
|
||||
of the <application>Harfbuzz</application> GObject wrapper. Remove
|
||||
of the <application>HarfBuzz</application> GObject wrapper. Remove
|
||||
it if you did not install <application>GLib</application>.
|
||||
</para>
|
||||
|
||||
@ -221,7 +221,7 @@ make</userinput></screen>
|
||||
<term><filename class="libraryfile">libharfbuzz.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
contains functions for complex text shaping.
|
||||
HarfBuzz text shaping library.
|
||||
</para>
|
||||
<indexterm zone="harfbuzz libharfbuzz">
|
||||
<primary sortas="c-libharfbuzz">libharfbuzz.so</primary>
|
||||
@ -229,6 +229,30 @@ make</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libharfbuzz-gobject">
|
||||
<term><filename class="libraryfile">libharfbuzz-gobject.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
HarfBuzz text shaping library GObject integration.
|
||||
</para>
|
||||
<indexterm zone="harfbuzz libharfbuzz-gobject">
|
||||
<primary sortas="c-libharfbuzz-gobject">libharfbuzz-gobject.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libharfbuzz-icu">
|
||||
<term><filename class="libraryfile">libharfbuzz-icu.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
HarfBuzz text shaping library ICU integration.
|
||||
</para>
|
||||
<indexterm zone="harfbuzz libharfbuzz-icu">
|
||||
<primary sortas="c-libharfbuzz-icu">libharfbuzz-icu.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
@ -47,7 +47,7 @@
|
||||
<para>March 19th, 2016</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Update to harfbuzz-1.2.3. Fixes
|
||||
<para>[ken] - Update to HarfBuzz-1.2.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;7501">#7501</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user