Vertical 텍스트

Free online Vertical Text generator. 3 vertical modes: pure vertical, no-wrap vertical, right-to-left vertical, pure JS.

사용법

기능

  • 纯竖排:writing-mode: vertical-rl(自动换列)
  • 竖排不折行:writing-mode: vertical-rl + white-space: nowrap(需要容器足够宽)
  • 竖排从右到左:writing-mode: vertical-lr(从左开始,少见)
  • 不改变文本内容,只改变渲染方式

활용 사례

  • 输入古文 / 诗句 / 中英文都支持
  • 现代浏览器都支持 writing-mode(IE 不支持)
  • 结果区直接显示竖排预览

나이nt API 사용법

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/shupai/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/shupai/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 文字竖排 在工具页 JS 中实现