Commit debb381
committed
feat: add unglyph unified font glyph manipulation library
- Implement comprehensive font glyph management system
- Add font parsing using fontkit with undio integration
- Add font creation using opentype.js with SVG rendering
- Add GlyphManager class with CRUD operations and batch processing
- Include factory functions for consistent API design
- Add comprehensive TypeScript type definitions
- Support OTF font export with expandable architecture
- Include complete test suite demonstrating font workflow
- Add English-only codebase following project conventions
- Update project documentation and package structure1 parent c07c6fe commit debb381
13 files changed
Lines changed: 1316 additions & 4 deletions
File tree
- packages/unglyph
- src
- playground
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
50 | 92 | | |
51 | 93 | | |
52 | 94 | | |
| |||
66 | 108 | | |
67 | 109 | | |
68 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
69 | 114 | | |
70 | 115 | | |
71 | 116 | | |
| |||
0 commit comments