Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file renamed docs/assets/ArialMT.ttf → fonts/ArialMT.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed docs/assets/Courier.otf → fonts/Courier.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed docs/assets/Helvetica.otf → fonts/Helvetica.otf
Binary file not shown.
Binary file not shown.
Binary file renamed docs/assets/Nsimsun.ttf → fonts/Nsimsun.ttf
Binary file not shown.
Binary file renamed docs/assets/SIMFANG.TTF → fonts/SIMFANG.TTF
Binary file not shown.
Binary file renamed docs/assets/Times-Bold.otf → fonts/Times-Bold.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed docs/assets/simhei.ttf → fonts/simhei.ttf
Binary file not shown.
Binary file renamed docs/assets/simkai.ttf → fonts/simkai.ttf
Binary file not shown.
Binary file renamed docs/assets/simsun.ttf → fonts/simsun.ttf
Binary file not shown.
Binary file renamed docs/assets/xbst.ttf → fonts/xbst.ttf
Binary file not shown.
Binary file not shown.
22 changes: 0 additions & 22 deletions index.html
2,494 changes: 1,875 additions & 619 deletions package-lock.json
Binary file removed public/assets/fonts/ArialMT.ttf
Binary file not shown.
Binary file removed public/assets/fonts/Courier-Bold.otf
Binary file not shown.
Binary file removed public/assets/fonts/Courier-BoldOblique.otf
Binary file not shown.
Binary file removed public/assets/fonts/Courier-Oblique.otf
Binary file not shown.
Binary file removed public/assets/fonts/Courier.otf
Binary file not shown.
Binary file removed public/assets/fonts/FangSong_GB2312.otf
Binary file not shown.
Binary file removed public/assets/fonts/Helvetica-Bold.otf
Binary file not shown.
Binary file removed public/assets/fonts/Helvetica-BoldOblique.ttf
Binary file not shown.
Binary file removed public/assets/fonts/Helvetica-Oblique.otf
Binary file not shown.
Binary file removed public/assets/fonts/Helvetica.otf
Binary file not shown.
Binary file removed public/assets/fonts/Nsimsun.ttf
Binary file not shown.
Binary file removed public/assets/fonts/SIMFANG.TTF
Binary file not shown.
Binary file removed public/assets/fonts/Times-Bold.otf
Binary file not shown.
Binary file removed public/assets/fonts/Times-BoldItalic.otf
Binary file not shown.
Binary file removed public/assets/fonts/Times-Italic.otf
Binary file not shown.
Binary file removed public/assets/fonts/Times-Roman.otf
Binary file not shown.
Binary file removed public/assets/fonts/ZapfDingbats.otf
Binary file not shown.
Binary file removed public/assets/fonts/simhei.ttf
Binary file not shown.
Binary file removed public/assets/fonts/simkai.ttf
Binary file not shown.
Binary file removed public/assets/fonts/simsun.ttf
Binary file not shown.
Binary file removed public/assets/fonts/xbst.ttf
Binary file not shown.
13 changes: 13 additions & 0 deletions src/index.ts
561 changes: 561 additions & 0 deletions src/liteofd/font/chinese_font_substitutions.ts
137 changes: 137 additions & 0 deletions src/liteofd/font/font_cache.ts
130 changes: 130 additions & 0 deletions src/liteofd/font/system_font_loader.ts
4 changes: 0 additions & 4 deletions src/liteofd/liteOfd.ts
641 changes: 362 additions & 279 deletions src/liteofd/ofdFont.ts
2 changes: 1 addition & 1 deletion tsconfig.json
2 changes: 1 addition & 1 deletion vite.config.ts
1 change: 1 addition & 0 deletions webpack.config.cjs