|
typeset 0.1.0
縦書き・横書きの日本語組版ライブラリ(JLReq 水準、ラスタ / PDF / SVG)
|
パス(罫線・下線・吹き出し・図形) [詳解]
#include <typeset/dl/display_list.hpp>
公開変数類 | |
| Path | path |
| std::optional< Paint > | fill |
| std::optional< Stroke > | stroke |
| bool | evenOdd = false |
| 塗り規則(既定は nonzero) | |
パス(罫線・下線・吹き出し・図形)
display_list.hpp の 64 行目に定義があります。
| Path typeset::dl::PathItem::path |
display_list.hpp の 65 行目に定義があります。
| std::optional<Paint> typeset::dl::PathItem::fill |
display_list.hpp の 66 行目に定義があります。
| std::optional<Stroke> typeset::dl::PathItem::stroke |
display_list.hpp の 67 行目に定義があります。
| bool typeset::dl::PathItem::evenOdd = false |
塗り規則(既定は nonzero)
display_list.hpp の 68 行目に定義があります。