|
tiny-skia-cpp
A C++20 2D rendering library (port of tiny-skia)
|
Stroke properties and dash patterns. More...
#include <cstdint>#include <optional>#include <vector>#include "tiny_skia/Path.h"#include "tiny_skia/Scalar.h"

Go to the source code of this file.
Classes | |
| struct | tiny_skia::StrokeDash |
| Dash pattern for stroked paths. More... | |
| struct | tiny_skia::Stroke |
| Stroke properties for Painter::strokePath. More... | |
Enumerations | |
| enum class | tiny_skia::LineJoin : std::uint8_t { Miter , MiterClip , Round , Bevel } |
| Line join style for stroke corners. More... | |
|
strong |