Ignore:
Timestamp:
05/30/2015 01:54:57 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1bd88eb
Parents:
63ba2645
Message:

More short descriptions: aalib, harfbuzz and xapian.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16053 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/harfbuzz.xml

    r63ba2645 r4e95b37b  
    174174      <?dbhtml list-presentation="table"?>
    175175
    176       <!-- <varlistentry id="hb-ot-shape-closure">
     176     <varlistentry id="hb-ot-shape-closure">
    177177        <term><command>hb-ot-shape-closure</command></term>
    178178        <listitem>
    179179          <para>
    180             does this .....
     180            gives the set of characters contained in a string, represented as
     181            single characters and/or single character names. Example:
     182            <command>hb-ot-shape-closure
     183              --font-file=/usr/share/fonts/dejavu/DejaVuLGCSans-BoldOblique.ttf
     184              --text=&Ccedil;DE~</command>
     185            output is <quote>D E asciitilde Ccedilla</quote>.
    181186          </para>
    182187          <indexterm zone="harfbuzz hb-ot-shape-closure">
     
    190195        <listitem>
    191196          <para>
    192             does this .....
     197            is used for the conversion of text strings into positioned glyphs.
    193198          </para>
    194199          <indexterm zone="harfbuzz hb-shape">
     
    202207        <listitem>
    203208          <para>
    204             does this .....
     209            is used to view a string shape, using a particular font, as a set
     210            of glyphs. You can use the previous example given for
     211            <command>hb-ot-shape-closure</command> in a full screen terminal
     212            emulator, replacing that command by <command>hb-view</command>.
    205213          </para>
    206214          <indexterm zone="harfbuzz hb-view">
     
    208216          </indexterm>
    209217        </listitem>
    210       </varlistentry> -->
     218      </varlistentry>
    211219
    212220      <varlistentry id="libharfbuzz">
Note: See TracChangeset for help on using the changeset viewer.