diegomura / diegomura/react-pdf
Display Chinese Characters Vertically
Open
new feature
- Dominant language
- TypeScript
- Stars
- 16.8k
- Forks
- 1.3k
- Avg merge
- 5h 6m
- Merged PRs (30d)
- 52
Description
Is it possible to display a line of Chinese text vertically similar to CSS style below?
```
writing-mode: vertical-rl;
text-orientation: mixed;
```
In the Text component style, writingMode property is not accepted. Please advise, thank you.
Contributor guide
Assessment
This issue has not been assessed yet.