Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
n7s committed Dec 31, 2024
1 parent d20ae09 commit bdfa15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http_root/core/FontInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class FontInfoRenderer {
<p>${fullUniName}</p>
<i>
<p>Script: ${uniScript}</p>
<p>Bloc: ${uniBlock}</p>
<p>Block: ${uniBlock}</p>
<p>Hex: U+${glyphObj.unicode?.toString(16).toUpperCase().padStart(4, '0') || ''}</p>
<p>#${glyphIndex} / ${font.glyphs.length} </i> </p> </span>
</div>
Expand Down

0 comments on commit bdfa15f

Please sign in to comment.