|
typeset 0.1.0
縦書き・横書きの日本語組版ライブラリ(JLReq 水準、ラスタ / PDF / SVG)
|
#include <typeset/dl/display_list.hpp>
公開変数類 | |
| std::shared_ptr< const Image > | image |
| Matrix | xform |
| 画像ピクセル座標 → ページ座標。単純配置なら translate * scale(w/px, h/px) | |
| float | opacity = 1.0f |
display_list.hpp の 91 行目に定義があります。
| std::shared_ptr<const Image> typeset::dl::ImageItem::image |
display_list.hpp の 92 行目に定義があります。
| Matrix typeset::dl::ImageItem::xform |
画像ピクセル座標 → ページ座標。単純配置なら translate * scale(w/px, h/px)
display_list.hpp の 94 行目に定義があります。
| float typeset::dl::ImageItem::opacity = 1.0f |
display_list.hpp の 95 行目に定義があります。