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 - Preferences - General</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h2>General</h2>
<p>This tab has just three options.</p>
<p><b>Ask for tag names when importing fonts</b> options defines whether to open dialog asking to assign tags to the fonts you are about to import. See the chapter on <a href="management_importing.html">importing fonts</a> for details.</p>
<p><b>Show names of imported fonts after import process</b> option defines whether to open dialog listing names of the fonts you've just imported. See the chapter on <a href="management_importing.html">importing fonts</a> for details.</p>
<p><b>Show splash at startup</b> — disabling this checkbox will hide splash screen that you see on start-up. Displaying the splash screen doesn't make start-up any slower, but makes you feel that the application does something useful while it's loading. Which in fact it does, just not in a visible manner otherwise.</p>
<p><img src="images/splash-screen.png" /></p>
</body>
</html>
|