anotherTypesetter/README.md

19 lines
597 B
Markdown
Raw Permalink Normal View History

2024-03-31 21:23:38 +08:00
## Just another interpretation of typesetting
## TODO
2024-04-22 01:35:10 +08:00
**現在問題需要遷移到PDFKit以及使用標準的fontkit避免ttc無法支援的問題。PDF-lib試過了不能用。需要整理package-denendent**
2024-04-03 22:50:36 +08:00
- [v] apply - 240403
2024-04-06 16:13:44 +08:00
- [v] letrec - 240405
2024-04-03 22:50:36 +08:00
- [v] car - 240403
2024-04-06 16:13:44 +08:00
- [v] cdr and cons
- [v] concat string (++)
2024-04-10 22:56:29 +08:00
- [v] set!
- [v] list ref by index
2024-04-22 01:34:49 +08:00
- [v] dict ref by id
2024-04-10 22:56:29 +08:00
- [v] map 20240410
- [v] add pdf page 240410 (addPDFPages)
- [v] create pdf 240410
2024-04-22 01:34:49 +08:00
- [v] close pdf
2024-04-11 22:47:42 +08:00
- [v] add character
2024-04-03 22:50:36 +08:00
- [ ] add path
2024-04-19 01:25:07 +08:00
- [ ] basic typesetting format
- [v] text measuring width in pt