source: xsoft/other/fontforge.xml@ 82b2c97

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 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
Last change on this file since 82b2c97 was 131b1b7, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to libical-1.0.1.
KDE: remove ftp URLs and make explicit the http ones in 'Starting KDE' and 'Further KDE packages'.
FontForge-2.0.20141014: remove some extra spaces.

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

  • Property mode set to 100644
File size: 6.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!-- <!ENTITY fontforge-download-http "&sources-anduin-other-http;/fontforge-&fontforge-version;.tar.xz">-->
8 <!ENTITY fontforge-download-http "https://github.com/fontforge/fontforge/releases/download/&fontforge-date;/fontforge-&fontforge-date;.tar.gz">
9 <!ENTITY fontforge-download-ftp " ">
10 <!ENTITY fontforge-md5sum "2a9c7a8d88868fa6b421ab779e973f6d">
11 <!ENTITY fontforge-size "118 MB">
12 <!ENTITY fontforge-buildsize "353M MB (additional 1 MB for the tests)">
13 <!ENTITY fontforge-time "2.1 SBU (additional 0.2 SBU for the tests)">
14]>
15
16<sect1 id="fontforge" xreflabel="FontForge-&fontforge-version;">
17 <?dbhtml filename="fontforge.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>FontForge-&fontforge-version;</title>
25
26 <indexterm zone="fontforge">
27 <primary sortas="a-FontForge">FontForge</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to FontForge</title>
32
33 <para>
34 The <application>FontForge</application> package contains an
35 outline font editor that lets you create your own postscript,
36 truetype, opentype, cid-keyed, multi-master, cff, svg and
37 bitmap (bdf, FON, NFNT) fonts, or edit existing ones.
38 </para>
39
40 &lfs76_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&fontforge-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&fontforge-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &fontforge-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &fontforge-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &fontforge-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &fontforge-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75<!--
76 <para>
77 The <application>FontForge</application> tarball specified above was not
78 generated by the <application>FontForge</application> maintainers. It
79 was created by the BLFS team by pulling a Git version and then generating
80 the autotools components and documentation. The BLFS team made no changes
81 to the existing source files.
82 </para>-->
83
84 <bridgehead renderas="sect3">FontForge Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="cairo"/>,
89 <xref linkend="freetype2"/>,
90 <xref linkend="harfbuzz"/>,
91 <xref linkend="gtk2"/>,
92 <xref linkend="libxml2"/> and
93 <xref linkend="xorg7-lib"/>
94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <xref linkend="giflib"/>,
99 <xref linkend="libjpeg"/>,
100 <xref linkend="libpng"/>,
101 <xref linkend="libtiff"/>,
102 <xref linkend="pango"/>,
103 <xref linkend="python2"/>,
104 <ulink url="https://github.com/fontforge/libspiro">libspiro</ulink>,
105 <ulink url="https://bitbucket.org/sortsmill/libunicodenames">
106 libunicodenames</ulink>,
107 <ulink url="https://github.com/fontforge/libuninameslist">
108 libuninameslist</ulink>, and
109 <ulink url="http://www.zeromq.org/">libzmq</ulink>,
110 </para>
111
112 <para condition="html" role="usernotes">
113 User Notes: <ulink url="&blfs-wiki;/fontforge"/>
114 </para>
115 </sect2>
116
117 <sect2 role="installation">
118 <title>Installation of FontForge</title>
119
120 <para>
121 Install <application>FontForge</application> by running the following
122 commands:
123 </para>
124
125<screen><userinput>./bootstrap &amp;&amp;
126./configure --prefix=/usr \
127 --enable-gtk2-use \
128 --disable-static \
129 --docdir=/usr/share/doc/fontforge-&fontforge-date; &amp;&amp;
130make</userinput></screen>
131
132 <para>
133 To test the results, issue: <command>make check</command>.
134 </para>
135
136 <para>
137 Now, as the <systemitem class="username">root</systemitem> user:
138 </para>
139
140<screen role="root"><userinput>make install</userinput></screen>
141
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Programs</segtitle>
149 <segtitle>Installed Libraries</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>
154 fontforge, fontimage, fontlint and sfddiff
155 </seg>
156 <seg>
157 libfontforgeexe.so, libfontforge.so, libgdraw.so,
158 libgioftp.so, libgunicode.so and libgutils.so
159 </seg>
160 <seg>
161 /usr/include/fontforge,
162 /usr/share/doc/fontforge-&fontforge-date; and
163 /usr/share/fontforge
164 </seg>
165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="fontforge-prog">
174 <term><command>fontforge</command></term>
175 <listitem>
176 <para>
177 is a program that allows you to create and
178 modify font files.
179 </para>
180 <indexterm zone="fontforge fontforge-prog">
181 <primary sortas="b-fontforge">fontforge</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="fontimage">
187 <term><command>fontimage</command></term>
188 <listitem>
189 <para>
190 is a program that produces an image showing
191 representative glyphs of the font.
192 </para>
193 <indexterm zone="fontforge fontimage">
194 <primary sortas="b-fontimage">fontimage</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="fontlint">
200 <term><command>fontlint</command></term>
201 <listitem>
202 <para>
203 is a program that checks the font for certain
204 common errors.
205 </para>
206 <indexterm zone="fontforge fontlint">
207 <primary sortas="b-fontlint">fontlint</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="sfddiff">
213 <term><command>sfddiff</command></term>
214 <listitem>
215 <para>
216 is a program that compares two font files.
217 </para>
218 <indexterm zone="fontforge sfddiff">
219 <primary sortas="b-sfddiff">sfddiff</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 </variablelist>
225
226 </sect2>
227
228</sect1>
Note: See TracBrowser for help on using the repository browser.