File: news.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 (31 lines) | stat: -rw-r--r-- 1,543 bytes parent folder | download
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
<?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 — What's new</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h2>What's new</h2>

<p>The version you are looking at contains a number of improvements over the 
previous one, such as:</p>

<ul>
	<li>a rather improved user interface;</li>
	<li>searching for fonts by selecting <a href="search_in_panose.html">PANOSE features</a>;</li>
	<li>searching for fonts by using <a href="search_using_bitmap_samples.html">bitmap samples of glyphs</a>;</li>
	<li>a possibility to <a href="additional_editing_panose.html">edit PANOSE metadata</a> without saving changes to actual fonts;</li>
	<li><a href="comparisons_glyphs.html">glyphs comparison</a>, with optional color fill, points and metrics display;</li>
	<li>rewritten <a href="comparisons_fonts.html">playground</a> mode to compare several fonts: type in any text right on canvas and move text lines around;</li>
	<li><a href="additional_extracting fonts.html">extracting</a> subsetted fonts from PDF;</li>
	<li><a href="scripting.html">Python scripting</a>;</li>
	<li>configurable <a href="setting_up_preferences_shortcuts.html">keyboard shortcuts</a>;</li>
	<li>a new help system, with search and bookmarks;</li>
	<li>bugfixes, lots of them.</li>
</ul>


</body>
</html>