1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<?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 - Search - Generic metadata fields search</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h2>Generic metadata fields search</h2>
<p>Upper part of the <em>Browse Fonts</em> sidebar allows creating complex
queries to filter fonts using its metadata or tags.</p>
<p>By default Fontmatrix searches in all fields. Click on the button saying so and in the drop-down list choose a particular metadata field like <em>Copyright</em> or <em>Designer</em>, then type in text for the query and press <b>Enter</b>. Every time you do so, the new query will substitute the previous one.</p>
<p>If you want to create a complex query, use the logic AND and NOT switchers. The whole query will be displayed below. E.g. [deja][!italic] will leave all DejaVu fonts but italic ones.</p>
<p>To clean the query click <b>reset</b> button to the left from the field displaying final query.</p>
</body>
</html>
|