Skip to content

Commit

Permalink
Show cmap.glyphIndexMap object & text wrap output
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Jun 11, 2016
1 parent ff940ef commit 76962e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions font-inspector.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ <h1>Free Software</h1>
html += value.map(function(item) {
return JSON.stringify(item);
}).join('<br>');
} else if (typeof value === 'object') {
html += JSON.stringify(value);
} else {
html += value;
}
Expand Down
1 change: 1 addition & 0 deletions site.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ a {

#font-data dd {
margin-left: 12em;
word-break: break-all;
}

#font-data .langtag {
Expand Down

0 comments on commit 76962e0

Please sign in to comment.