1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
<?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 - Font books - Creating font books</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h2>Creating font books</h2>
<p>Font books are probably the easiest way to demonstrate fonts you designed to your potential customer. Fontmatrix makes creation of font books very easy.</p>
<p>For example, you need to create a font book of all fonts your company designed in 2009.</p>
<ol>
<li>Go to <em>Browse Fonts</em> sidebar.</li>
<li>In the tag dropdown choose "Manufacturer", type in name of your company and press <b>Enter</b>.</li>
<li>Enable <em>And</em> checkbox.</li>
<li>In the tag dropdown choose "Copyright", type in "2009" and press <b>Enter</b>.</li>
</ol>
<p>This will refine the list of available fonts to just the fonts that were created or updated in 2009 by your company. Now you probably want to get to this dialog:</p>
<p><img src="images/font_book_export_dialog.png"/></p>
<ol>
<li>Go to <em>File > Export font book...</em>.</li>
<li>In the newly opened dialog pick a template.</li>
<li>Click <b>Browse...</b> to define name of outputted PDF file.</li>
<li>Click <b>OK</b> to create the font book.</li>
</ol>
<p>Open the file to check the result:</p>
<p><img src="images/font_book_in_evince.png" /></p>
</body>
</html>
|