135 lines
3.6 KiB
HTML
135 lines
3.6 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>RoboFab Executive Summary</title>
|
|
|
|
<link href="default.css" type="text/css" rel="stylesheet" />
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
|
|
<div id="modellogo">
|
|
<img src="img/drawmodel_header.jpg" width="595" height="112" />
|
|
</div>
|
|
<div class="leftcontent">
|
|
<h2 class="crb-seealso">
|
|
RoboFab
|
|
</h2>
|
|
<p class="menu">
|
|
<a href="index.html">
|
|
Home
|
|
</a>
|
|
<br />
|
|
<a href="download/license.html">
|
|
Download v1.1.1
|
|
</a>
|
|
<br />
|
|
<a href="intro.html">
|
|
Intro
|
|
</a>
|
|
<br />
|
|
<a href="install.html">
|
|
Install Notes
|
|
</a>
|
|
<br />
|
|
<a href="history.html">
|
|
History
|
|
</a>
|
|
<br />
|
|
<span class="selected">
|
|
Summary
|
|
</span>
|
|
</p>
|
|
<p class="menu">
|
|
<a href="howto/index.html">
|
|
How to's
|
|
</a>
|
|
<br />
|
|
<a href="objects/index.html">
|
|
Fab Objects
|
|
</a>
|
|
<br />
|
|
<a href="objects/model.html">
|
|
Fab Map
|
|
</a>
|
|
<br />
|
|
<a href="tools/index.html">
|
|
Fab Tools
|
|
</a>
|
|
<br />
|
|
<a href="ufo/index.html">
|
|
UFO Overview
|
|
</a>
|
|
<br />
|
|
<a href="limitations.html">
|
|
Fab Limitations
|
|
</a>
|
|
</p>
|
|
<p class="menu">
|
|
<a href="links/index.html">
|
|
Links
|
|
</a>
|
|
<br />
|
|
<a href="glossary/index.html">
|
|
Glossary
|
|
</a>
|
|
<br />
|
|
<a href="credits.html">
|
|
Credits
|
|
</a>
|
|
</p>
|
|
<br />
|
|
<br />
|
|
<p class="crb-uplink"><a href="index.html">Back to RoboFab Reference</a></p>
|
|
|
|
<br />
|
|
<br />
|
|
<p class="menu">
|
|
|
|
</p>
|
|
</div>
|
|
<div class="footer">
|
|
<a href="feedback.html">
|
|
Feedback
|
|
</a>
|
|
<br />
|
|
<a href="map.html">
|
|
Sitemap
|
|
</a>
|
|
<br />
|
|
Please also refer to the
|
|
<a href="download/license.html">
|
|
Legal
|
|
</a>
|
|
<br />
|
|
Copyright 2003-2005 RoboFab
|
|
<br />
|
|
version 1.1.1
|
|
</div>
|
|
|
|
|
|
|
|
<div class="content">
|
|
<h1>RoboFab Executive Summary</h1>
|
|
<p>
|
|
RoboFab is the result of over 6 man-years of concentrated coding. The package combines a solid Pythonic API with over 40 standardized classes of objects for font and glyph related data. With RoboFab installed, the scripter will find it easier to produce scripts, API standardization means fewer things to remember or look up -- eventhough RoboFab comes with extensive documentation and example code.
|
|
</p>
|
|
<p>
|
|
The Font/Glyph/Contour/Point model can be tailored to the needs of the scripter, manipulating data from glyph to glyph or font to font and addressing the outline data point by point, as offcurve/oncurve segments or as conventional knots with incoming / oncurve / outgoing attributes. RoboFab's Kerning object delivers the kerning data as a standard Python dictionary object. The Lib objects will soon take advantage of FontLab's new PythonDict field for storing Python data inside FontLab .vfb sources.
|
|
</p>
|
|
<p>
|
|
RoboFab's pen objects (an implementation of FontTools' pen classes) provide a powerful method to interface with glyph data, either for actual drawing (for instance on screen, or some sort of vector based file format), complex comparisons, transformations and filtering.
|
|
</p>
|
|
<p>
|
|
RoboFab offers a large selection of standardised UI dialogs, ranging from plain messaging to very powerful font and glyph retrieval functionality.
|
|
</p>
|
|
<p>
|
|
RoboFab also brings extensive support for import and export of glyph and font data to UFO, an open industry standard based on XML. UFO makes it possible to, for instance, store text versions of glyphs and fonts in large SQL databases and apply standard text source management tools (such as cvs, diff) to glyphsets.
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html> |