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

パス(罫線・下線・吹き出し・図形) [詳解]

#include <typeset/dl/display_list.hpp>

公開変数類

Path path
 
std::optional< Paintfill
 
std::optional< Strokestroke
 
bool evenOdd = false
 塗り規則(既定は nonzero)
 

詳解

パス(罫線・下線・吹き出し・図形)

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

メンバ詳解

◆ path

Path typeset::dl::PathItem::path

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

参照元 typeset::dl::DisplayList::addPath().

◆ fill

std::optional<Paint> typeset::dl::PathItem::fill

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

参照元 typeset::dl::DisplayList::addPath().

◆ stroke

std::optional<Stroke> typeset::dl::PathItem::stroke

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

参照元 typeset::dl::DisplayList::addPath().

◆ evenOdd

bool typeset::dl::PathItem::evenOdd = false

塗り規則(既定は nonzero)

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


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