typeset 0.1.0
縦書き・横書きの日本語組版ライブラリ(JLReq 水準、ラスタ / PDF / SVG)
読み取り中…
検索中…
一致する文字列を見つけられません
typeset::obj::ObjectRequest 構造体

#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.hpp33 行目に定義があります。

メンバ詳解

◆ handler

std::string typeset::obj::ObjectRequest::handler

object.hpp34 行目に定義があります。

◆ source

std::u16string typeset::obj::ObjectRequest::source

object.hpp35 行目に定義があります。

◆ params

std::map<std::string, std::string> typeset::obj::ObjectRequest::params

object.hpp36 行目に定義があります。

◆ maxInline

Pt typeset::obj::ObjectRequest::maxInline = 0.0f

置ける行方向の最大(段の幅など。0 = 制限なし)

object.hpp37 行目に定義があります。

◆ maxBlock

Pt typeset::obj::ObjectRequest::maxBlock = 0.0f

行送り方向の最大(0 = 制限なし)

object.hpp38 行目に定義があります。

◆ fontSize

Pt typeset::obj::ObjectRequest::fontSize = 10.0f

周囲の本文のサイズ

object.hpp39 行目に定義があります。

◆ writingMode

WritingMode typeset::obj::ObjectRequest::writingMode = WritingMode::HorizontalTb

object.hpp40 行目に定義があります。

◆ inlineContext

bool typeset::obj::ObjectRequest::inlineContext = false

行内(true)か別行立て(false)か

object.hpp41 行目に定義があります。


この構造体詳解は次のファイルから抽出されました: