Changeset 0d12bbe for general/graphlib


Ignore:
Timestamp:
06/01/2015 11:40:43 AM (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:
78b5501
Parents:
9b36a3a
Message:

Revert "Remove two Short descriptions from Harfbuzz-0.9.40"
and replace examples with the ones given by Ken.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/harfbuzz.xml

    r9b36a3a r0d12bbe  
    157157      <seglistitem>
    158158        <seg>
    159           hb-ot-shape-closure, hb-shape, and hb-view (only if cairo is installed)
     159          hb-ot-shape-closure, hb-shape, and
     160          hb-view (only if cairo is installed)
    160161        </seg>
    161162        <seg>
     
    173174      <?dbfo list-presentation="list"?>
    174175      <?dbhtml list-presentation="table"?>
     176 
     177     <varlistentry id="hb-ot-shape-closure">
     178        <term><command>hb-ot-shape-closure</command></term>
     179        <listitem>
     180          <para>
     181            gives the set of characters contained in a string, represented as
     182            single characters and/or single character names. Example:
     183            <command>hb-ot-shape-closure
     184              /usr/share/fonts/dejavu/DejaVuSans.ttf "Hello World."</command>.
     185          </para>
     186          <indexterm zone="harfbuzz hb-ot-shape-closure">
     187            <primary sortas="b-hb-ot-shape-closure">hb-ot-shape-closure</primary>
     188          </indexterm>
     189        </listitem>
     190      </varlistentry>
    175191
    176192      <varlistentry id="hb-shape">
     
    185201        </listitem>
    186202      </varlistentry>
     203 
     204      <varlistentry id="hb-view">
     205        <term><command>hb-view</command></term>
     206        <listitem>
     207          <para>
     208            may be used for a graphical view of a string shape, using a
     209            particular font, as a set of glyphs. Output format is automatically
     210            defined by the file extension, the supported ones being
     211            ansi/png/svg/pdf/ps/eps. Example:
     212            <command>hb-view --output-file=hello.png
     213              /usr/share/fonts/dejavu/DejaVuSans.ttf "Hello World."</command>.
     214          </para>
     215          <indexterm zone="harfbuzz hb-view">
     216            <primary sortas="b-hb-view">hb-view</primary>
     217          </indexterm>
     218        </listitem>
     219      </varlistentry>
    187220
    188221      <varlistentry id="libharfbuzz">
Note: See TracChangeset for help on using the changeset viewer.