source: archive/noto-fonts.xml@ acb648f

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 acb648f was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 6.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 <!ENTITY noto-fonts-download-http "https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip">
8 <!ENTITY noto-fonts-download-ftp " ">
9 <!ENTITY noto-fonts-md5sum "92e5af616ba8f5b420141a37c13b4d1c">
10 <!ENTITY noto-fonts-size "471 MB">
11 <!ENTITY noto-fonts-buildsize "582 MB">
12 <!ENTITY noto-fonts-time "less than 0.1 SBU">
13 <!ENTITY noto-alternate "https://github.com/googlei18n/noto-fonts/archive/v2015-09-29-license-adobe.tar.gz">
14]>
15
16<sect1 id="noto-fonts" xreflabel="noto-fonts">
17 <?dbhtml filename="noto-fonts.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Noto Fonts</title>
24
25 <indexterm zone="noto-fonts">
26 <primary sortas="a-noto-fonts">noto-fonts</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Noto Fonts</title>
31
32 <para>
33 The <application>noto-fonts</application> package ('No Tofu' i.e. avoiding
34 boxes with dots [ hex digits ] when a glyph cannot be found) is a set of
35 fonts which aim to cover <emphasis>every glyph in unicode, no matter how
36 obscure</emphasis>. These fonts, or at least the Sans Serif fonts, are
37 used by KF5 (initially only for gtk applications).
38 </para>
39
40 <para>
41 Some of these fonts began life as the libre Source Sans Pro fonts from
42 adobe.
43 </para>
44
45 <note><para>As well as the full set, there is a slightly smaller and
46 older set of fonts, with some extra fonts, at
47 <ulink url="&noto-alternate;">&noto-alternate;</ulink> (19 MB). The
48 installation procedures for those are listed separately. Unfortunately,
49 the tarball does not provide the CJK fonts.</para></note>
50
51 &lfs7a_checked;
52
53 <bridgehead renderas="sect3">Package Information</bridgehead>
54 <itemizedlist spacing="compact">
55 <listitem>
56 <para>
57 Download (HTTP): <ulink url="&noto-fonts-download-http;"/>
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download (FTP): <ulink url="&noto-fonts-download-ftp;"/>
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Download MD5 sum: &noto-fonts-md5sum;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Download size: &noto-fonts-size;
73 </para>
74 </listitem>
75 <listitem>
76 <para>
77 Estimated disk space required: &noto-fonts-buildsize;
78 </para>
79 </listitem>
80 <listitem>
81 <para>
82 Estimated build time: &noto-fonts-time;
83 </para>
84 </listitem>
85 </itemizedlist>
86
87 <note><para>Almost nobody will ever encounter text for which some of these
88 fonts can be used. Consult the user notes below to see which fonts you
89 might wish to delete.</para></note>
90
91 <bridgehead renderas="sect3">Noto Fonts Dependencies</bridgehead>
92
93 <bridgehead renderas="sect4">Required</bridgehead>
94 <para role="required">
95 <xref linkend="unzip"/> (for Noto-hinted.zip)
96 </para>
97
98 <para condition="html" role="usernotes">
99 User Notes: <ulink url="&blfs-wiki;/noto-fonts"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of Noto Fonts</title>
105
106 <note><para>Unlike most other packages there is no need to unpack the
107 compressed Noto-hinted.zip package before installation.</para></note>
108
109 <para>
110 To install <application>Noto Fonts</application> from the full Noto-hinted
111 zip file, run the following commands as the
112 <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen><userinput>install -d -m755 /usr/share/fonts/noto &amp;&amp;
116unzip Noto-hinted.zip -d /usr/share/fonts/noto &amp;&amp;
117chmod 0644 /usr/share/fonts/noto/* &amp;&amp;
118fc-cache</userinput></screen>
119
120 <para>
121 Alternatively, to install a smaller set from the tarball, untar it
122 as normal. You will note that there are both
123 <filename class="directory">hinted/</filename> and
124 <filename class="directory">unhinted/</filename> directories, and
125 the documentation suggests that linux users should install the
126 hinted files.
127 </para>
128
129 <para>
130 In fact, there are many other fonts in the <filename
131 class="directory">unhinted</filename> directory, but all except one are
132 historic. The exception is the Noto Sans Symbols font - if Noto Sans is
133 your main font, you will probably want this because of the currency
134 symbols it provides.
135 </para>
136
137 <para>
138 In the <filename class="directory">hinted/</filename> directory there are
139 also some duplicate TTC (TrueType Collection) files for NotoSans which do
140 not provide anything useful and similarly some UI variants which were
141 again a dead end.
142 </para>
143
144 <para>
145 To install from the tarball, run the following commands as the
146 <systemitem class="username">root</systemitem> user:
147 </para>
148
149<screen><userinput>install -d -m755 /usr/share/fonts/noto &amp;&amp;
150cp -v LICENSE hinted/*.ttf unhinted/NotoSansSymbols*.ttf /usr/share/fonts/noto &amp;&amp;
151rm -v /usr/share/fonts/noto/Noto*UI* &amp;&amp;
152chmod 0644 /usr/share/fonts/noto/* &amp;&amp;
153fc-cache</userinput></screen>
154
155 <para>
156 If you remove any of the fonts, remember to run 'fc-cache' (as root) to
157 update fontconfig.
158 </para>
159
160 <para>
161 This package does not come with a test suite.
162 </para>
163
164 </sect2>
165
166 <sect2 role="content">
167 <title>Contents</title>
168
169 <segmentedlist>
170 <segtitle>Installed Programs</segtitle>
171 <segtitle>Installed Libraries</segtitle>
172 <segtitle>Installed Directories</segtitle>
173
174 <seglistitem>
175 <seg>
176 None
177 </seg>
178 <seg>
179 None
180 </seg>
181 <seg>
182 /usr/share/fonts/noto
183 </seg>
184 </seglistitem>
185 </segmentedlist>
186
187 </sect2>
188
189</sect1>
Note: See TracBrowser for help on using the repository browser.