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

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

メンバ詳解

◆ advance

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

送り方向の長さ(字間・約物の詰めは入らない: ベタ組みの送りの和)

paragraph.hpp340 行目に定義があります。

◆ ascent

Pt typeset::inl::TextMetrics::ascent = 0.0f

中心線から注記側の張り出し(横組み: 上)。正

paragraph.hpp341 行目に定義があります。

◆ descent

Pt typeset::inl::TextMetrics::descent = 0.0f

反対側。正

paragraph.hpp342 行目に定義があります。

◆ clusterCount

size_t typeset::inl::TextMetrics::clusterCount = 0

クラスタ(文字)数

paragraph.hpp343 行目に定義があります。

◆ glyphCount

size_t typeset::inl::TextMetrics::glyphCount = 0

paragraph.hpp344 行目に定義があります。


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