var fDesc=new Array(); fDesc[0] = "View and preview fonts
Display all OpenType, TrueType and Type 1 fonts on hard drives, DVD or specific folders, including all subfolders. Sort viewed fonts by name, file, family, copyright, width, date, size.
Typograf displays following font types:
OpenType and TrueType fonts (preview, installed, loaded by Typograf)
PostScript Type 1 fonts (preview, installed, loaded by Typograf)
Printer fonts
Raster or bitmap fonts (system fonts)
Display all font properties
font information: full name, family name, designer, vendor, version, copyright, trademark, ...
file data: size, date, file location path
typeface classification by PANOSE system, IBM Font Classes or the Windows internal metric structure
Unicode character set
keyboard layout
zoom view for details
edit font information
Compare fonts
find related fonts based on typeface classifications
compare various fonts using tables that show major font features, file data, character width, number of kerning pairs, ...
find duplicate fonts on DVD, USB flash drives, ...
Print fonts
print 1, 6, 20, 40 or 80 fonts on an A4 page
two kinds of sample page for a font, including character set
print character set, keyboard layout
pdf export
Manage fonts in Sets
Group your fonts for a specific project/client into Sets to load them as needed.
Network / Server
quick preview of font files on your network
all employees have access to the same font Sets
authorize users to create, edit or load font sets using Windows' user management
It is not necessary to install the Typograf software on individual users' computers for access to shared font Sets.
Database
Catalog all your fonts with the database. That way you'll always know which drive, DVD or folder your fonts are on.
Font file management functions
copy, move, delete font files
load or unload fonts
install or uninstall fonts
Information about typefaces and typography
Choosing an appropriate Type
Mixing & Matching Typefaces
OpenType, TrueType and Type 1 Reference
Typeface Classifications"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }