|
typeset 0.1.0
縦書き・横書きの日本語組版ライブラリ(JLReq 水準、ラスタ / PDF / SVG)
|
#include <typeset/inl/paragraph.hpp>
公開メンバ関数 | |
| ParagraphLayouter (font::FontSet &fonts) | |
| ParagraphFragment | layout (const Paragraph ¶, WritingMode wm, const LineShapeProvider &shape, size_t charStart=0, int maxLines=-1, int firstLineIndex=0) |
| 段落を組む | |
paragraph.hpp の 203 行目に定義があります。
|
inlineexplicit |
paragraph.hpp の 205 行目に定義があります。
| ParagraphFragment typeset::inl::ParagraphLayouter::layout | ( | const Paragraph & | para, |
| WritingMode | wm, | ||
| const LineShapeProvider & | shape, | ||
| size_t | charStart = 0, |
||
| int | maxLines = -1, |
||
| int | firstLineIndex = 0 |
||
| ) |
段落を組む
| wm | 書字方向 |
| shape | 行ごとの行長 |
| charStart | 組み始める位置(段またぎの続き。0 なら先頭) |
| maxLines | 行数上限(< 0 で無制限) |
| firstLineIndex | 最初の行に与える行番号(LineShapeProvider へ渡る) |