mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
131b1b7029
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
229 lines
6.9 KiB
XML
229 lines
6.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!-- <!ENTITY fontforge-download-http "&sources-anduin-other-http;/fontforge-&fontforge-version;.tar.xz">-->
|
|
<!ENTITY fontforge-download-http "https://github.com/fontforge/fontforge/releases/download/&fontforge-date;/fontforge-&fontforge-date;.tar.gz">
|
|
<!ENTITY fontforge-download-ftp " ">
|
|
<!ENTITY fontforge-md5sum "2a9c7a8d88868fa6b421ab779e973f6d">
|
|
<!ENTITY fontforge-size "118 MB">
|
|
<!ENTITY fontforge-buildsize "353M MB (additional 1 MB for the tests)">
|
|
<!ENTITY fontforge-time "2.1 SBU (additional 0.2 SBU for the tests)">
|
|
]>
|
|
|
|
<sect1 id="fontforge" xreflabel="FontForge-&fontforge-version;">
|
|
<?dbhtml filename="fontforge.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>FontForge-&fontforge-version;</title>
|
|
|
|
<indexterm zone="fontforge">
|
|
<primary sortas="a-FontForge">FontForge</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to FontForge</title>
|
|
|
|
<para>
|
|
The <application>FontForge</application> package contains an
|
|
outline font editor that lets you create your own postscript,
|
|
truetype, opentype, cid-keyed, multi-master, cff, svg and
|
|
bitmap (bdf, FON, NFNT) fonts, or edit existing ones.
|
|
</para>
|
|
|
|
&lfs76_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&fontforge-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&fontforge-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &fontforge-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &fontforge-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &fontforge-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &fontforge-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
<!--
|
|
<para>
|
|
The <application>FontForge</application> tarball specified above was not
|
|
generated by the <application>FontForge</application> maintainers. It
|
|
was created by the BLFS team by pulling a Git version and then generating
|
|
the autotools components and documentation. The BLFS team made no changes
|
|
to the existing source files.
|
|
</para>-->
|
|
|
|
<bridgehead renderas="sect3">FontForge Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="cairo"/>,
|
|
<xref linkend="freetype2"/>,
|
|
<xref linkend="harfbuzz"/>,
|
|
<xref linkend="gtk2"/>,
|
|
<xref linkend="libxml2"/> and
|
|
<xref linkend="xorg7-lib"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="giflib"/>,
|
|
<xref linkend="libjpeg"/>,
|
|
<xref linkend="libpng"/>,
|
|
<xref linkend="libtiff"/>,
|
|
<xref linkend="pango"/>,
|
|
<xref linkend="python2"/>,
|
|
<ulink url="https://github.com/fontforge/libspiro">libspiro</ulink>,
|
|
<ulink url="https://bitbucket.org/sortsmill/libunicodenames">
|
|
libunicodenames</ulink>,
|
|
<ulink url="https://github.com/fontforge/libuninameslist">
|
|
libuninameslist</ulink>, and
|
|
<ulink url="http://www.zeromq.org/">libzmq</ulink>,
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/fontforge"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of FontForge</title>
|
|
|
|
<para>
|
|
Install <application>FontForge</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./bootstrap &&
|
|
./configure --prefix=/usr \
|
|
--enable-gtk2-use \
|
|
--disable-static \
|
|
--docdir=/usr/share/doc/fontforge-&fontforge-date; &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue: <command>make check</command>.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
fontforge, fontimage, fontlint and sfddiff
|
|
</seg>
|
|
<seg>
|
|
libfontforgeexe.so, libfontforge.so, libgdraw.so,
|
|
libgioftp.so, libgunicode.so and libgutils.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/fontforge,
|
|
/usr/share/doc/fontforge-&fontforge-date; and
|
|
/usr/share/fontforge
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="fontforge-prog">
|
|
<term><command>fontforge</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a program that allows you to create and
|
|
modify font files.
|
|
</para>
|
|
<indexterm zone="fontforge fontforge-prog">
|
|
<primary sortas="b-fontforge">fontforge</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="fontimage">
|
|
<term><command>fontimage</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a program that produces an image showing
|
|
representative glyphs of the font.
|
|
</para>
|
|
<indexterm zone="fontforge fontimage">
|
|
<primary sortas="b-fontimage">fontimage</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="fontlint">
|
|
<term><command>fontlint</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a program that checks the font for certain
|
|
common errors.
|
|
</para>
|
|
<indexterm zone="fontforge fontlint">
|
|
<primary sortas="b-fontlint">fontlint</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="sfddiff">
|
|
<term><command>sfddiff</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a program that compares two font files.
|
|
</para>
|
|
<indexterm zone="fontforge sfddiff">
|
|
<primary sortas="b-sfddiff">sfddiff</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|