|
typeset 0.1.0
縦書き・横書きの日本語組版ライブラリ(JLReq 水準、ラスタ / PDF / SVG)
|
論理座標。inline_ は行頭からの送り、block は行の中心線からのずれ (block 正方向は横組みで下、縦組み(rl)で左、縦組み(lr)で右…ではなく、 **縦組みでは常に右を正**とする。richtext の u 軸と同じ。行送りの向きとは独立) [詳解]
#include <typeset/writing_mode.hpp>
公開変数類 | |
| Pt | inline_ = 0.0f |
| Pt | block = 0.0f |
論理座標。inline_ は行頭からの送り、block は行の中心線からのずれ (block 正方向は横組みで下、縦組み(rl)で左、縦組み(lr)で右…ではなく、 **縦組みでは常に右を正**とする。richtext の u 軸と同じ。行送りの向きとは独立)
writing_mode.hpp の 43 行目に定義があります。
| Pt typeset::LogicalPoint::inline_ = 0.0f |
writing_mode.hpp の 44 行目に定義があります。
| Pt typeset::LogicalPoint::block = 0.0f |
writing_mode.hpp の 45 行目に定義があります。