source: general/graphlib/woff2.xml

trunk
Last change on this file was 2fec8e3, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag the rest of Chapter 10 *Graphics Libraries)

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 woff2-download-http "https://github.com/google/woff2/archive/v&woff2-version;/woff2-&woff2-version;.tar.gz">
8 <!ENTITY woff2-download-ftp " ">
9 <!ENTITY woff2-md5sum "793c8844845351cb80730a74937e411b">
10 <!ENTITY woff2-size "39 KB">
11 <!ENTITY woff2-buildsize "1.6 MB">
12 <!ENTITY woff2-time "less than 0.1 SBU">
13]>
14
15<sect1 id="woff2" xreflabel="WOFF2-&woff2-version;">
16 <?dbhtml filename="woff2.html"?>
17
18
19 <title>woff2-&woff2-version;</title>
20
21 <indexterm zone="woff2">
22 <primary sortas="a-woff2">woff2</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to WOFF2</title>
27
28 <para>
29 <application>WOFF2</application> is a library for converting fonts from
30 the TTF format to the WOFF 2.0 format. It also allows decompression from
31 WOFF 2.0 to TTF. The WOFF 2.0 format uses the Brotli compression algorithm
32 to compress fonts suitable for downloading in CSS @font-face rules.
33 </para>
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&woff2-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&woff2-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &woff2-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &woff2-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &woff2-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &woff2-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70<!--
71 <note>
72 <para>
73 The <application>WOFF2</application> source tarball shown above
74 downloads with the correct name, woff2-&woff2-version;.tar.gz,
75 if using a browser such as Firefox. If you prefer to use a command line
76 program such as wget, you normally would obtain
77 v&woff2-version;.tar.gz. To obtain this package with the proper
78 filename, run:
79
80<screen><userinput>wget -c https://github.com/google/woff2/v&brotli-version;.tar.gz \
81 -O woff2-&woff2-version;.tar.gz</userinput></screen>.
82 </para>
83 </note>
84-->
85 <bridgehead renderas="sect3">WOFF2 Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="brotli"/> and
90 <xref linkend="cmake"/>
91 </para>
92
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of WOFF2</title>
97
98 <para>
99 Install <application>WOFF2</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>mkdir out &amp;&amp;
104cd out &amp;&amp;
105cmake -DCMAKE_INSTALL_PREFIX=/usr \
106 -DCMAKE_BUILD_TYPE=Release .. &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 This package does not come with a test suite.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Program</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directory</segtitle>
127
128 <seglistitem>
129 <seg>
130 None
131 </seg>
132 <seg>
133 libwoff2common.so, libwoff2dec.so and libwoff2enc.so
134 </seg>
135 <seg>
136 /usr/include/woff2
137 </seg>
138 </seglistitem>
139 </segmentedlist>
140
141 <variablelist>
142 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
143 <?dbfo list-presentation="list"?>
144 <?dbhtml list-presentation="table"?>
145
146 <varlistentry id="libwoff2common">
147 <term><filename class="libraryfile">libwoff2common.so</filename></term>
148 <listitem>
149 <para>
150 provides shared data used by the libwoff2dec and libwoff2enc libraries
151 </para>
152 <indexterm zone="woff2 libwoff2common">
153 <primary sortas="c-libwoff2common">libwoff2common.so</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="libwoff2dec">
159 <term><filename class="libraryfile">libwoff2dec.so</filename></term>
160 <listitem>
161 <para>
162 is the WOFF2 decoder library
163 </para>
164 <indexterm zone="woff2 libwoff2dec">
165 <primary sortas="c-libwoff2dec">libwoff2dec.so</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="libwoff2enc">
171 <term><filename class="libraryfile">libwoff2enc.so</filename></term>
172 <listitem>
173 <para>
174 is the WOFF2 encoder library
175 </para>
176 <indexterm zone="woff2 libwoff2enc">
177 <primary sortas="c-libwoff2common">libwoff2enc.so</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 </variablelist>
183 </sect2>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.