|
typeset 0.1.0
縦書き・横書きの日本語組版ライブラリ(JLReq 水準、ラスタ / PDF / SVG)
|
変形・クリップ・不透明度のスコープ [詳解]
#include <typeset/dl/display_list.hpp>
公開変数類 | |
| Matrix | xform |
| 子の座標 → 親の座標 | |
| std::optional< Rect > | clip |
| 親座標系でのクリップ矩形 | |
| float | opacity = 1.0f |
| std::vector< Item > | children |
変形・クリップ・不透明度のスコープ
display_list.hpp の 114 行目に定義があります。
| Matrix typeset::dl::Group::xform |
子の座標 → 親の座標
display_list.hpp の 115 行目に定義があります。
| std::optional<Rect> typeset::dl::Group::clip |
親座標系でのクリップ矩形
display_list.hpp の 116 行目に定義があります。
| float typeset::dl::Group::opacity = 1.0f |
display_list.hpp の 117 行目に定義があります。
| std::vector<Item> typeset::dl::Group::children |
display_list.hpp の 118 行目に定義があります。