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

#include <typeset/inl/shaped.hpp>

公開変数類

std::u16string sourceText
 
std::vector< PlacedGlyphglyphs
 
std::vector< ShapedClusterclusters
 
Pt advance = 0.0f
 総送り
 
Pt blockMin = 0.0f
 中心線からの張り出し(負側)
 
Pt blockMax = 0.0f
 同(正側)
 
int paragraphLevel = 0
 UAX #9 の段落レベル(1 なら RTL の段落)
 
bool bidi = false
 レベル 0 以外のクラスタがある(行の並べ替えが要る)
 

詳解

shaped.hpp80 行目に定義があります。

メンバ詳解

◆ sourceText

std::u16string typeset::inl::ShapedText::sourceText

shaped.hpp81 行目に定義があります。

◆ glyphs

std::vector<PlacedGlyph> typeset::inl::ShapedText::glyphs

shaped.hpp82 行目に定義があります。

◆ clusters

std::vector<ShapedCluster> typeset::inl::ShapedText::clusters

shaped.hpp83 行目に定義があります。

◆ advance

Pt typeset::inl::ShapedText::advance = 0.0f

総送り

shaped.hpp84 行目に定義があります。

◆ blockMin

Pt typeset::inl::ShapedText::blockMin = 0.0f

中心線からの張り出し(負側)

shaped.hpp85 行目に定義があります。

◆ blockMax

Pt typeset::inl::ShapedText::blockMax = 0.0f

同(正側)

shaped.hpp86 行目に定義があります。

◆ paragraphLevel

int typeset::inl::ShapedText::paragraphLevel = 0

UAX #9 の段落レベル(1 なら RTL の段落)

shaped.hpp87 行目に定義があります。

◆ bidi

bool typeset::inl::ShapedText::bidi = false

レベル 0 以外のクラスタがある(行の並べ替えが要る)

shaped.hpp88 行目に定義があります。


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