parallax/jsPDF

[Feature Request] Vertical (Japanese) text

Open

#2,454 创建于 2019年5月8日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)JavaScript (4,596 fork)batch import
Feature Requestdifficulty:hardhacktoberfest

仓库指标

Star
 (28,280 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Currently, the only way to write text in a vertical column, is to hack it a bit by splitting the string into an array and using multiline, or rotating it to be on its side. This works fine for the Latin alphabet, but languages like Japanese have different rules when written vertically.

Right now I can achieve decent results by rotating certain characters and using multiline for others, but even just some basic support for writing text as a column would be appreciated.

贡献者指南