source: xsoft/other/fontforge.xml@ 75d969ad

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 75d969ad was 75d969ad, checked in by Ken Moffat <ken@…>, 7 years ago

fontforge-20170731

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

  • Property mode set to 100644
File size: 8.1 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<!-- Note: Be careful with url. The 20161005 is one day greater than
8 the version. -->
9
10<!--ENTITY fontforge-download-http "https://github.com/fontforge/fontforge/releases/download/20161005/fontforge-dist-&fontforge-version;.tar.gz"> -->
11 <!ENTITY fontforge-download-http "https://github.com/fontforge/fontforge/releases/download/&fontforge-version;/fontforge-dist-&fontforge-version;.tar.xz">
12 <!ENTITY fontforge-download-ftp " ">
13 <!ENTITY fontforge-md5sum "8a717035915ab4cd78b89b0942dfa1fc">
14 <!ENTITY fontforge-size "14 MB">
15 <!ENTITY fontforge-buildsize "247 MB (with tests)">
16 <!ENTITY fontforge-time "2.2 SBU (with tests)">
17]>
18
19<sect1 id="fontforge" xreflabel="FontForge-&fontforge-version;">
20 <?dbhtml filename="fontforge.html"?>
21
22 <sect1info>
23 <othername>$LastChangedBy$</othername>
24 <date>$Date$</date>
25 </sect1info>
26
27 <title>FontForge-&fontforge-version;</title>
28
29 <indexterm zone="fontforge">
30 <primary sortas="a-FontForge">FontForge</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to FontForge</title>
35
36 <para>
37 The <application>FontForge</application> package contains an
38 outline font editor that lets you create your own postscript,
39 truetype, opentype, cid-keyed, multi-master, cff, svg and
40 bitmap (bdf, FON, NFNT) fonts, or edit existing ones.
41 </para>
42
43 &lfs80_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&fontforge-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&fontforge-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &fontforge-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &fontforge-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &fontforge-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &fontforge-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">FontForge Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="freetype2"/>,
85 <xref linkend="glib2"/>, and
86 <xref linkend="libxml2"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="cairo"/>,
92 <xref linkend="gtk2"/>,
93 <xref linkend="harfbuzz"/>,
94 <xref linkend="pango"/> (required if Xorg libraries are present)
95 <xref linkend="desktop-file-utils"/>,
96 <xref linkend="shared-mime-info"/>, and
97 <xref linkend="xorg7-lib"/>
98 </para>
99
100 <bridgehead renderas="sect4">Optional</bridgehead>
101 <para role="optional">
102 <xref linkend="giflib"/>,
103 <xref linkend="libjpeg"/>,
104 <xref linkend="libpng"/>,
105 <xref linkend="libtiff"/>,
106 <xref linkend="python2"/>,
107 <xref linkend="wget"/> (needed for tests),
108 <ulink url="http://ipython.org/">IPython</ulink>,
109 <ulink url="https://github.com/fontforge/libspiro">libspiro</ulink>,
110 <ulink url="https://bitbucket.org/sortsmill/libunicodenames">
111 libunicodenames</ulink>,
112 <ulink url="https://github.com/fontforge/libuninameslist">
113 libuninameslist</ulink>, and
114 <ulink url="http://www.zeromq.org/">zeromq (libzmq)</ulink>
115 </para>
116
117 <para condition="html" role="usernotes">
118 User Notes: <ulink url="&blfs-wiki;/fontforge"/>
119 </para>
120 </sect2>
121
122 <sect2 role="installation">
123 <title>Installation of FontForge</title>
124<!--
125 <note>
126 <para>
127 For this version there is a separate and much larger fontforge tarball
128 without the -dist- in its name, do not try to use that. The -dist- version
129 was created a few minutes later, but the version was typo'd and it will
130 untar to fontforge-2.0-20140101.
131 </para>
132 </note>
133-->
134 <para>
135 Install <application>FontForge</application> by running the following
136 commands:
137 </para>
138
139<screen><userinput>./configure --prefix=/usr \
140 --enable-gtk2-use \
141 --disable-static \
142 --docdir=/usr/share/doc/fontforge-&fontforge-version; &amp;&amp;
143make</userinput></screen>
144
145 <para>
146 <!-- 20170731 : MunhwaGothic-Bold (postscript) and NotoSans-Regular.ttc
147 are shipped in the tarball, but mingliu.ttc still needs to be downloaded -->
148 To test the results, issue: <command>make check</command>.
149 This will download one font file.
150 </para>
151
152 <para>
153 Now, as the <systemitem class="username">root</systemitem> user:
154 </para>
155
156<screen role="root"><userinput>make install</userinput></screen>
157
158 </sect2>
159
160 <sect2 role="commands">
161 <title>Command Explanations</title>
162
163 <para>
164 <parameter>--enable-gtk2-use</parameter>: uses the GTK+2 graphics
165 instead of basic Xorg graphics.
166 </para>
167
168 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
169 href="../../xincludes/static-libraries.xml"/>
170
171 <para>
172 <option>--enable-debug</option>: Turn on <emphasis>debug</emphasis> build
173 and FONTFORGE_DEBUG conditional code. Requires
174 <ulink url="https://github.com/fontforge/libspiro">libspiro</ulink>.
175 </para>
176
177 </sect2>
178
179 <sect2 role="content">
180 <title>Contents</title>
181
182 <segmentedlist>
183 <segtitle>Installed Programs</segtitle>
184 <segtitle>Installed Libraries</segtitle>
185 <segtitle>Installed Directories</segtitle>
186
187 <seglistitem>
188 <seg>
189 fontforge, fontimage, fontlint and sfddiff
190 </seg>
191 <seg>
192 libfontforgeexe.so, libfontforge.so, libgdraw.so,
193 libgioftp.so, libgunicode.so, libgutils.so, and
194 /usr/lib/python&python2-majorver;/site-packages/{fontforge,psMat}.so
195 </seg>
196 <seg>
197 /usr/{include,share}/fontforge and
198 /usr/share/doc/fontforge-&fontforge-version;
199 </seg>
200 </seglistitem>
201 </segmentedlist>
202
203 <variablelist>
204 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
205 <?dbfo list-presentation="list"?>
206 <?dbhtml list-presentation="table"?>
207
208 <varlistentry id="fontforge-prog">
209 <term><command>fontforge</command></term>
210 <listitem>
211 <para>
212 is a program that allows you to create and
213 modify font files.
214 </para>
215 <indexterm zone="fontforge fontforge-prog">
216 <primary sortas="b-fontforge">fontforge</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="fontimage">
222 <term><command>fontimage</command></term>
223 <listitem>
224 <para>
225 is a program that produces an image showing
226 representative glyphs of the font.
227 </para>
228 <indexterm zone="fontforge fontimage">
229 <primary sortas="b-fontimage">fontimage</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 <varlistentry id="fontlint">
235 <term><command>fontlint</command></term>
236 <listitem>
237 <para>
238 is a program that checks the font for certain
239 common errors.
240 </para>
241 <indexterm zone="fontforge fontlint">
242 <primary sortas="b-fontlint">fontlint</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 <varlistentry id="sfddiff">
248 <term><command>sfddiff</command></term>
249 <listitem>
250 <para>
251 is a program that compares two font files.
252 </para>
253 <indexterm zone="fontforge sfddiff">
254 <primary sortas="b-sfddiff">sfddiff</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 </variablelist>
260
261 </sect2>
262
263</sect1>
Note: See TracBrowser for help on using the repository browser.