diff options
-rw-r--r-- | www/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/index.html b/www/index.html index 3583347..e090687 100644 --- a/www/index.html +++ b/www/index.html @@ -17,8 +17,8 @@ <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> -<h4>File Formats (Native)</h4> +<!--<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,17 +31,17 @@ 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> -<h3>File Formats (Export)</h3> +<h2>File Formats (Export)</h2> <ul> <li><em>svg</em> - Scalable Vector Graphics font data</li> </ul> -<h4>File Formats (Import)</h4> +<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> -<h4>Outlines</h4> +<h2>Outlines</h2> <p>Current outline support is for TrueType outlines. But of course, PostScript outlines are on the development roadmap.</p> -<h4>Advanced Typographic Tables</h4> +<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> |