|
typeset 0.1.0
縦書き・横書きの日本語組版ライブラリ(JLReq 水準、ラスタ / PDF / SVG)
|
1 行計測(折り返さない) [詳解]
#include <typeset/inl/paragraph.hpp>
公開変数類 | |
| Pt | advance = 0.0f |
| 送り方向の長さ(字間・約物の詰めは入らない: ベタ組みの送りの和) | |
| Pt | ascent = 0.0f |
| 中心線から注記側の張り出し(横組み: 上)。正 | |
| Pt | descent = 0.0f |
| 反対側。正 | |
| size_t | clusterCount = 0 |
| クラスタ(文字)数 | |
| size_t | glyphCount = 0 |
1 行計測(折り返さない)
paragraph.hpp の 339 行目に定義があります。
| Pt typeset::inl::TextMetrics::advance = 0.0f |
送り方向の長さ(字間・約物の詰めは入らない: ベタ組みの送りの和)
paragraph.hpp の 340 行目に定義があります。
| Pt typeset::inl::TextMetrics::ascent = 0.0f |
中心線から注記側の張り出し(横組み: 上)。正
paragraph.hpp の 341 行目に定義があります。
| Pt typeset::inl::TextMetrics::descent = 0.0f |
反対側。正
paragraph.hpp の 342 行目に定義があります。
| size_t typeset::inl::TextMetrics::clusterCount = 0 |
クラスタ(文字)数
paragraph.hpp の 343 行目に定義があります。
| size_t typeset::inl::TextMetrics::glyphCount = 0 |
paragraph.hpp の 344 行目に定義があります。