add known issues
This commit is contained in:
parent
8c41a525c9
commit
d8a2d6ff47
1 changed files with 13 additions and 1 deletions
12
README.md
12
README.md
|
@ -3,6 +3,13 @@
|
|||
another experimential typesetting tool
|
||||
|
||||
## Known issues
|
||||
### Local project
|
||||
- function definition, lambda, if, etc
|
||||
- using faster parser/tokenizer
|
||||
- RTL
|
||||
- combining diacritics
|
||||
|
||||
### Upstream
|
||||
- Some .ttc file(eg. Noto Sans/Serif CJK) can't be loaded. It seems to be a libharu bug. For those want to use Noto Sans/Serif CJK, please download the .ttf file on Google Fonts. [Example (Trad. Chinese Version)](https://fonts.google.com/noto/specimen/Noto+Sans+TC)
|
||||
|
||||
## How to test
|
||||
|
@ -15,3 +22,8 @@ julia --project="." src/uahgi.jl example/ex1.ug
|
|||
|
||||
## Origin of the name
|
||||
The name is after the Taiwanese/Hokkien word for the movable type, which is ua̍h-gī (活字), in Taichung-Basin accent.
|
||||
|
||||
## Test Result
|
||||

|
||||
|
||||

|
||||
|
|
Loading…
Reference in a new issue