izzi
SVG SUBSET C++ API
|
Render settings for collections. More...
#include <a60-svg-render-state.h>
Public Types | |
using | colormap = std::unordered_map<string, color_qi> |
Public Member Functions | |
color_rstate ()=default | |
color_qi | get_color (const string &s) const |
![]() | |
collection_rstate (const collection_rstate &)=default | |
collection_rstate (const double o=0.10, const scale rscale=scale::medium) | |
string | mangle () const |
![]() | |
render_state_base (const select m=select::none) | |
bool | is_visible (const select v) const |
Public Attributes | |
colormap | klrs |
![]() | |
bool | alt |
bool | color_generated |
double | opacity |
select | outline_mode |
scale | scale_mode |
int | text_scale_max |
bool | weigh |
![]() | |
select | visible_mode |
Render settings for collections.
Definition at line 260 of file a60-svg-render-state.h.
using svg::color_rstate::colormap = std::unordered_map<string, color_qi> |
Definition at line 262 of file a60-svg-render-state.h.
|
default |
|
inline |
Definition at line 267 of file a60-svg-render-state.h.
colormap svg::color_rstate::klrs |
Definition at line 264 of file a60-svg-render-state.h.