tiny-skia-cpp
A C++20 2D rendering library (port of tiny-skia)
Loading...
Searching...
No Matches
PathBuilder.h File Reference

Builder for constructing immutable Path objects. More...

#include <cstddef>
#include <optional>
#include <vector>
#include "tiny_skia/Path.h"
#include "tiny_skia/PathGeometry.h"
#include "tiny_skia/Scalar.h"
Include dependency graph for PathBuilder.h:

Go to the source code of this file.

Classes

class  tiny_skia::PathBuilder
 Incrementally builds a Path from move/line/quad/cubic/close operations. More...