Go to file
Tim Ebbeke d436eea920 Merge. 2021-08-22 01:14:20 +02:00
.gitignore Merge. 2021-08-22 01:14:20 +02:00
CMakeLists.txt Merge. 2021-08-22 01:14:20 +02:00
LICENSE Initial commit 2017-02-13 20:02:07 +01:00
README.md Initial commit 2017-02-13 20:02:07 +01:00
arc.cpp Added drawing of arcs and improved Pens to have constexpr constructors. 2017-04-03 10:53:17 +02:00
arc.hpp Added drawing of arcs and improved Pens to have constexpr constructors. 2017-04-03 10:53:17 +02:00
arrow.cpp Added guards, for pi macro. Since its available on linux 2019-07-21 03:09:39 +02:00
arrow.hpp Added arrows. 2017-11-21 18:12:10 +01:00
bounding_box.hpp Added drawing of arcs and improved Pens to have constexpr constructors. 2017-04-03 10:53:17 +02:00
cairo_wrap.hpp Initial commit. 2017-02-13 20:03:08 +01:00
color.hpp Initial commit. 2017-02-13 20:03:08 +01:00
core.hpp Initial commit. 2017-02-13 20:03:08 +01:00
draw_context.cpp Fixed wrong color for filling. 2019-07-09 17:37:32 +02:00
draw_context.hpp Added arrows. 2017-11-21 18:12:10 +01:00
font.hpp Added drawing of arcs and improved Pens to have constexpr constructors. 2017-04-03 10:53:17 +02:00
line.cpp Initial commit. 2017-02-13 20:03:08 +01:00
line.hpp Added arrows. 2017-11-21 18:12:10 +01:00
path.cpp Added paths. 2017-11-20 19:18:08 +01:00
path.hpp Added paths. 2017-11-20 19:18:08 +01:00
pen.cpp Fixed simple bug with colors, weird it never came up??? 2019-07-03 19:29:30 +02:00
pen.hpp Added drawing of arcs and improved Pens to have constexpr constructors. 2017-04-03 10:53:17 +02:00
rectangle.cpp Initial commit. 2017-02-13 20:03:08 +01:00
rectangle.hpp Initial commit. 2017-02-13 20:03:08 +01:00
round_rectangle.cpp Added guards, for pi macro. Since its available on linux 2019-07-21 03:09:39 +02:00
round_rectangle.hpp Initial commit. 2017-02-13 20:03:08 +01:00
shape.cpp Added drawing of arcs and improved Pens to have constexpr constructors. 2017-04-03 10:53:17 +02:00
shape.hpp Added drawing of arcs and improved Pens to have constexpr constructors. 2017-04-03 10:53:17 +02:00
shapes.hpp Fixes and added path to shapes. 2017-11-20 19:18:54 +01:00
surface.cpp Added missing const. 2017-11-23 19:11:16 +01:00
surface.hpp Added missing const. 2017-11-23 19:11:16 +01:00
text.cpp Added baseline displacement calculation. 2017-05-24 16:40:41 +02:00
text.hpp Added baseline displacement calculation. 2017-05-24 16:40:41 +02:00

README.md

cairo-wrap

A quick and dirty wrap for the cairo library. (Lines, Rectangles, Text)