Changeset 0d12bbe
- Timestamp:
- 06/01/2015 11:40:43 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 78b5501
- Parents:
- 9b36a3a
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9b36a3a r0d12bbe 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 30"> <!-- Always 2 digits -->3 <!ENTITY day "01"> <!-- Always 2 digits --> 4 4 <!ENTITY month "05"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "May 30th,&year;">9 <!ENTITY releasedate "May 1st &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/graphlib/harfbuzz.xml
r9b36a3a r0d12bbe 157 157 <seglistitem> 158 158 <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) 160 161 </seg> 161 162 <seg> … … 173 174 <?dbfo list-presentation="list"?> 174 175 <?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> 175 191 176 192 <varlistentry id="hb-shape"> … … 185 201 </listitem> 186 202 </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> 187 220 188 221 <varlistentry id="libharfbuzz">
Note:
See TracChangeset
for help on using the changeset viewer.