File: export_fonts.html

package info (click to toggle)
fontmatrix 0.6.0%2Bsvn20100107-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 8,024 kB
  • ctags: 7,215
  • sloc: cpp: 37,775; ansic: 14,675; xml: 273; makefile: 122; sh: 97; python: 86; awk: 46
file content (23 lines) | stat: -rw-r--r-- 912 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Fontmatrix User Manual - Exporting fonts</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h2>Exporting fonts</h2>

<p>Export of fonts in Fontmatrix is tags based. That is, you can only export fonts that have a particular tag assigned to them.</p>

<ol>
<li>Choose <em>File&nbsp;&gt; Export fonts...</em>.</li>
<li>In the newly opened dialog pick a tag.</li>
<li>Pick a destination directory.</li>
</ol>

<p>That's it: you will see progress indicator, and when it vanishes, you can go to destination and see a bunch of font files along with their thumbnails that Fontmatrix generated for you.</p>

</body>
</html>