Skip to content

Commit

Permalink
Show "Undefined" message for undefined font tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Jun 11, 2016
1 parent 76962e0 commit 4bc6204
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions font-inspector.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@ <h1>Font Inspector</h1>

<div id="font-data">
<h3 class="collapsed">Font Header table <a href="https://www.microsoft.com/typography/OTSPEC/head.htm" target="_blank">head</a></h3>
<dl id="head-table"></dl>
<dl id="head-table"><dt>Undefined</dt></dl>
<h3 class="collapsed">Horizontal Header table <a href="https://www.microsoft.com/typography/OTSPEC/hhea.htm" target="_blank">hhea</a></h3>
<dl id="hhea-table"></dl>
<dl id="hhea-table"><dt>Undefined</dt></dl>
<h3 class="collapsed">Maximum Profile table <a href="https://www.microsoft.com/typography/OTSPEC/maxp.htm" target="_blank">maxp</a></h3>
<dl id="maxp-table"></dl>
<dl id="maxp-table"><dt>Undefined</dt></dl>
<h3 class="collapsed">Naming table <a href="https://www.microsoft.com/typography/OTSPEC/name.htm" target="_blank">name</a></h3>
<dl id="name-table"></dl>
<dl id="name-table"><dt>Undefined</dt></dl>
<h3 class="collapsed">OS/2 and Windows Metrics table <a href="https://www.microsoft.com/typography/OTSPEC/os2.htm" target="_blank">OS/2</a></h3>
<dl id="os2-table"></dl>
<dl id="os2-table"><dt>Undefined</dt></dl>
<h3 class="collapsed">PostScript table <a href="https://www.microsoft.com/typography/OTSPEC/post.htm" target="_blank">post</a></h3>
<dl id="post-table"></dl>
<dl id="post-table"><dt>Undefined</dt></dl>
<h3 class="collapsed">Character To Glyph Index Mapping Table <a href="https://www.microsoft.com/typography/OTSPEC/cmap.htm" target="_blank">cmap</a></h3>
<dl id="cmap-table"></dl>
<dl id="cmap-table"><dt>Undefined</dt></dl>
<h3 class="collapsed">Font Variations table <a href="https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6fvar.html" target="_blank">fvar</a></h3>
<dl id="fvar-table"></dl>
<dl id="fvar-table"><dt>Undefined</dt></dl>
</div>

<hr>
Expand Down

0 comments on commit 4bc6204

Please sign in to comment.