REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 522 B
Close
//home/byroehnu/easepay.easetack.com/node_modules/fontkit/src/subset/Subset.js
Text
Base64
import * as r from 'restructure'; const resolved = Promise.resolve(); export default class Subset { constructor(font) { this.font = font; this.glyphs = []; this.mapping = {}; // always include the missing glyph this.includeGlyph(0); } includeGlyph(glyph) { if (typeof glyph === 'object') { glyph = glyph.id; } if (this.mapping[glyph] == null) { this.glyphs.push(glyph); this.mapping[glyph] = this.glyphs.length - 1; } return this.mapping[glyph]; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
.htaccess
127 B
lr--r--r--
2026-03-14 01:49:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CFFSubset.js
4.30 KB
lrw-r--r--
2026-02-14 19:19:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Subset.js
522 B
lrw-r--r--
2026-02-14 19:19:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TTFSubset.js
3.35 KB
lrw-r--r--
2026-02-14 19:19:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).