sf-svg
nsvgpp.hpp
Go to the documentation of this file.
1 /* ====================================================== *
2  * nanosvg++ *
3  * This software is a fork of nanosvg (nanosvgrastr.hpp). *
4  * No license-related aspects are affected. *
5  * Kamil Koczurek | koczurekk@gmail.com *
6  * ====================================================== */
11 
12 #ifndef NSVGPP_H
13 #define NSVGPP_H
14 
15 #include "Path.hpp"
16 #include "Shape.hpp"
17 #include "Image.hpp"
18 #include "Rasterizer.hpp"
19 
20 #endif // NSVGPP_H
Rasterizer class declaration.
Nanosvg++ Image class declaration.
Path class declaration.
Shape class declaration.