|
typeset 0.1.0
縦書き・横書きの日本語組版ライブラリ(JLReq 水準、ラスタ / PDF / SVG)
|
#include <typeset/obj/object.hpp>
公開変数類 | |
| std::string | handler |
| std::u16string | source |
| std::map< std::string, std::string > | params |
| Pt | maxInline = 0.0f |
| 置ける行方向の最大(段の幅など。0 = 制限なし) | |
| Pt | maxBlock = 0.0f |
| 行送り方向の最大(0 = 制限なし) | |
| Pt | fontSize = 10.0f |
| 周囲の本文のサイズ | |
| WritingMode | writingMode = WritingMode::HorizontalTb |
| bool | inlineContext = false |
| 行内(true)か別行立て(false)か | |
object.hpp の 33 行目に定義があります。
| std::string typeset::obj::ObjectRequest::handler |
object.hpp の 34 行目に定義があります。
| std::u16string typeset::obj::ObjectRequest::source |
object.hpp の 35 行目に定義があります。
| std::map<std::string, std::string> typeset::obj::ObjectRequest::params |
object.hpp の 36 行目に定義があります。
| Pt typeset::obj::ObjectRequest::maxInline = 0.0f |
置ける行方向の最大(段の幅など。0 = 制限なし)
object.hpp の 37 行目に定義があります。
| Pt typeset::obj::ObjectRequest::maxBlock = 0.0f |
行送り方向の最大(0 = 制限なし)
object.hpp の 38 行目に定義があります。
| Pt typeset::obj::ObjectRequest::fontSize = 10.0f |
周囲の本文のサイズ
object.hpp の 39 行目に定義があります。
| WritingMode typeset::obj::ObjectRequest::writingMode = WritingMode::HorizontalTb |
object.hpp の 40 行目に定義があります。
| bool typeset::obj::ObjectRequest::inlineContext = false |
行内(true)か別行立て(false)か
object.hpp の 41 行目に定義があります。