source: xsoft/other/fontforge.xml@ 28370fe

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
Last change on this file since 28370fe was 28370fe, checked in by Fernando de Oliveira <fernando@…>, 9 years ago
  • More short descriptions from Denis Mugnier.
  • Fix main menu display problem for LXQT from hykwok1.
  • fontforge-20150824: --enable-debug requires libspiro.
  • Update to firefox-40.0.3.
  • Update to libreoffice-5.0.1.
  • Update to NetworkManager-1.0.6 and network-manager-applet-1.0.6.
  • Update to unrar-5.3.3.
  • Update to NSPR-4.10.9.
  • Update to libassuan-2.3.0.
  • Update to xterm-320.

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

  • Property mode set to 100644
File size: 7.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-version;/fontforge-&fontforge-version;.tar.gz">
9 <!ENTITY fontforge-download-ftp " ">
10 <!ENTITY fontforge-md5sum "74c49c73822d642b0511718d8eeb2210">
11 <!ENTITY fontforge-size "20 MB">
12 <!ENTITY fontforge-buildsize "243 MB (without tests)">
13 <!ENTITY fontforge-time "1.5 SBU (without 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 &lfs77_checked; &gcc5_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&fontforge-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&fontforge-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &fontforge-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &fontforge-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &fontforge-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &fontforge-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">FontForge Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="freetype2"/>,
82 <xref linkend="glib2"/>, and
83 <xref linkend="libxml2"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="cairo"/>,
89 <xref linkend="gtk2"/>,
90 <xref linkend="harfbuzz"/>,
91 <xref linkend="pango"/> (required if Xorg libraries are present), and
92 <xref linkend="xorg7-lib"/>
93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97 <xref linkend="giflib"/>,
98 <xref linkend="libjpeg"/>,
99 <xref linkend="libpng"/>,
100 <xref linkend="libtiff"/>,
101 <xref linkend="python2"/>,
102 <ulink url="http://ipython.org/">IPython</ulink>,
103 <ulink url="https://github.com/fontforge/libspiro">libspiro</ulink>,
104 <ulink url="https://bitbucket.org/sortsmill/libunicodenames">
105 libunicodenames</ulink>,
106 <ulink url="https://github.com/fontforge/libuninameslist">
107 libuninameslist</ulink>, and
108 <ulink url="http://www.zeromq.org/">zeromq (libzmq)</ulink>,
109 </para>
110
111 <para condition="html" role="usernotes">
112 User Notes: <ulink url="&blfs-wiki;/fontforge"/>
113 </para>
114 </sect2>
115
116 <sect2 role="installation">
117 <title>Installation of FontForge</title>
118
119 <para>
120 Install <application>FontForge</application> by running the following
121 commands:
122 </para>
123
124<screen><userinput>./configure --prefix=/usr \
125 --enable-gtk2-use \
126 --disable-static \
127 --docdir=/usr/share/doc/fontforge-&fontforge-version; &amp;&amp;
128make</userinput></screen>
129
130 <para>
131 To test the results, issue: <command>make check</command>.
132 </para>
133
134 <para>
135 Now, as the <systemitem class="username">root</systemitem> user:
136 </para>
137
138<screen role="root"><userinput>make install</userinput></screen>
139
140 <note>
141 <para>
142 <application>Fontforge</application> may need a workaround to start,
143 due to a bug in the splash screen. If you wish to start from a
144 terminal, either issue <command>fontforge -new</command>, or, after
145 issuing <command>fontforge</command>, press Ctrl-C once, after the
146 splash screen appears. For the menu, make the following substitution,
147 as the <systemitem class="username">root</systemitem> user:
148 </para>
149
150<screen><userinput>sed -e '/Exec/ s/fontforge/&amp; -new/' \
151 -i /usr/share/applications/fontforge.desktop</userinput></screen>
152 </note>
153
154 </sect2>
155
156 <sect2 role="commands">
157 <title>Command Explanations</title>
158
159 <para>
160 <parameter>--enable-gtk2-use</parameter>: allows to use the GTK+2 graphics
161 instead of basic Xorg graphics.
162 </para>
163
164 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
165 href="../../xincludes/static-libraries.xml"/>
166
167 <para>
168 <option>--enable-debug</option>: Turn on <emphasis>debug</emphasis> build
169 and FONTFORGE_DEBUG conditional code. Requires
170 <ulink url="https://github.com/fontforge/libspiro">libspiro</ulink>.
171 </para>
172
173 </sect2>
174
175 <sect2 role="content">
176 <title>Contents</title>
177
178 <segmentedlist>
179 <segtitle>Installed Programs</segtitle>
180 <segtitle>Installed Libraries</segtitle>
181 <segtitle>Installed Directories</segtitle>
182
183 <seglistitem>
184 <seg>
185 fontforge, fontimage, fontlint and sfddiff
186 </seg>
187 <seg>
188 libfontforgeexe.so, libfontforge.so, libgdraw.so,
189 libgioftp.so, libgunicode.so, libgutils.so, and
190 /usr/lib/python&python2-majorver;/site-packages/{fontforge,psMat}.so
191 </seg>
192 <seg>
193 /usr/{include,share}/fontforge and
194 /usr/share/doc/fontforge-&fontforge-version;
195 </seg>
196 </seglistitem>
197 </segmentedlist>
198
199 <variablelist>
200 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
201 <?dbfo list-presentation="list"?>
202 <?dbhtml list-presentation="table"?>
203
204 <varlistentry id="fontforge-prog">
205 <term><command>fontforge</command></term>
206 <listitem>
207 <para>
208 is a program that allows you to create and
209 modify font files.
210 </para>
211 <indexterm zone="fontforge fontforge-prog">
212 <primary sortas="b-fontforge">fontforge</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="fontimage">
218 <term><command>fontimage</command></term>
219 <listitem>
220 <para>
221 is a program that produces an image showing
222 representative glyphs of the font.
223 </para>
224 <indexterm zone="fontforge fontimage">
225 <primary sortas="b-fontimage">fontimage</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="fontlint">
231 <term><command>fontlint</command></term>
232 <listitem>
233 <para>
234 is a program that checks the font for certain
235 common errors.
236 </para>
237 <indexterm zone="fontforge fontlint">
238 <primary sortas="b-fontlint">fontlint</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="sfddiff">
244 <term><command>sfddiff</command></term>
245 <listitem>
246 <para>
247 is a program that compares two font files.
248 </para>
249 <indexterm zone="fontforge sfddiff">
250 <primary sortas="b-sfddiff">sfddiff</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 </variablelist>
256
257 </sect2>
258
259</sect1>
Note: See TracBrowser for help on using the repository browser.