diff options
author | David Schweinsberg <[email protected]> | 2004-12-16 13:30:07 +0000 |
---|---|---|
committer | David Schweinsberg <[email protected]> | 2004-12-16 13:30:07 +0000 |
commit | 5ed81adc5ee490e51465ca18ea7ddbb41aae9780 (patch) | |
tree | b8991c482faa038e0cf9a9b1e38065c68625df29 /www | |
parent | ed581cad1c360758de0e4e0ea9fed65abe3a9784 (diff) |
Added image, and changed some of the wording. Added a Help Wanted section.
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/www/index.html b/www/index.html index 5a454a7..dc93323 100644 --- a/www/index.html +++ b/www/index.html @@ -5,7 +5,8 @@ </head> <body> <h1>Typecast</h1> -<p>Typecast is a font development environment for OpenType font technology. Developments include:</p> +<p style="float: right; padding-left: 48pt; padding-right: 48pt"><a href="images/tc-screenshot-full.png"><img src="images/tc-screenshot-quarter.png" width="220" height="227" border="0"/></a></p> +<p>Typecast is a font development environment for OpenType font technology. Facilities (will) include:</p> <ul> <li>An outline editor for both TrueType and PostScript outlines</li> <li>TrueType hinting engine</li> @@ -17,8 +18,6 @@ <p>Parts of the Typecast libraries are used in the Apache Batik project, for conversion from TrueType to SVG fonts. Further contributions will be made to Batik - particularly in the areas of PostScript outlines and font hinting.</p> -<!--<h3>Suported OpenType Features</h3>--> -<h2>File Formats (Native)</h2> <p>OpenType fonts come in a small range of file format flavours. Typecast supports the following:</p> <ul> @@ -31,20 +30,28 @@ use of shared components</li> <li><em>dfont</em> - A Macintosh Font Suitcase resource file, with the resources in the <em>data fork</em> - as utilised by MacOS X</li> </ul> -<h2>File Formats (Export)</h2> +<p>Typecast is also able to export fonts to non-OpenType formats. Currently, the following are supported:</p> <ul> <li><em>svg</em> - Scalable Vector Graphics font data</li> </ul> -<h2>File Formats (Import)</h2> <p>No import file formats are supported as yet, but traditional PostScript Type 1 and Compact Font Format (CFF) font import are under development.</p> -<h2>Outlines</h2> <p>Current outline support is for TrueType outlines. But of course, PostScript outlines are on the development roadmap.</p> -<h2>Advanced Typographic Tables</h2> <p>Partial support is in place for the Advanced Typographic Tables, specifically the GPOS and GSUB tables. All advanced tables will be implemented in the ongoing development.</p> -<p><a href="http://typecast.dev.java.net/servlets/ProjectNewsRSS"><img src="https://typecast.dev.java.net/branding/images/xml.gif" border="0" width="36" height="14" alt="XML" align="absmiddle"></a> <b>typecast project RSS</b></p> +<h3>Help Wanted</h3> +<p>All people with an interest in font technology are invited to join the Typecast project. We need people to do coding work, +but more importantly we need people who work with fonts and have ideas about what their <em>ideal</em> tool should do. Typecast's +initial design is driven by a desire to give people access to every level of a font's creation. But we need to know how to develop +that design into one of a professional-level typography tool, and we invite all typography professionals (and enthusiastic amateurs) +to help us achieve that.</p> +<p>So please sign on in whatever capacity you feel suitable (we can never have enough testers!). Then download the latest test build +and start taking a closer look at the OpenType fonts on your system!</p> +<h3>Systems Requirements</h3> +<p>Typecast is built with Java JDK 5.0. Primary source code development is performed using NetBeans 4.0.</p> +<p><a href="http://typecast.dev.java.net/servlets/ProjectNewsRSS"><img src="https://typecast.dev.java.net/branding/images/xml.gif" border="0" width="36" height="14" alt="XML" align="absmiddle"></a> <b>Typecast RSS</b></p> +<p><i>$Revision: 1.8 $ $Date: 2004-12-16 13:30:07 $</i></p> </body> </html> |