@if (db.store(); as store) { {{ store.full_name || store.file_name }} — {{ db.glyphs().length }} glyphs } @else { No font selected }
@if (totalPages() > 1) {
{{ currentPage() }} / {{ totalPages() }}
}
@if (selectedGlyph() !== null) {
{{ toChar(selectedGlyph()!) }}

Unicode U+{{ selectedGlyph()!.toString(16).toUpperCase().padStart(4, '0') }}

Decimal {{ selectedGlyph() }}

Character {{ toChar(selectedGlyph()!) }}

HTML Entity &#{{ selectedGlyph() }};

}
@if (pageGlyphs().length) {
@for (codePoint of pageGlyphs(); track codePoint) {
{{ toChar(codePoint) }}
}
} @else {

Select a font to view glyphs

}