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

#include <typeset/dl/display_list.hpp>

公開変数類

std::shared_ptr< const Imageimage
 
Matrix xform
 画像ピクセル座標 → ページ座標。単純配置なら translate * scale(w/px, h/px)
 
float opacity = 1.0f
 

詳解

display_list.hpp91 行目に定義があります。

メンバ詳解

◆ image

std::shared_ptr<const Image> typeset::dl::ImageItem::image

display_list.hpp92 行目に定義があります。

◆ xform

Matrix typeset::dl::ImageItem::xform

画像ピクセル座標 → ページ座標。単純配置なら translate * scale(w/px, h/px)

display_list.hpp94 行目に定義があります。

◆ opacity

float typeset::dl::ImageItem::opacity = 1.0f

display_list.hpp95 行目に定義があります。


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