From 530ffd0b7d3c39757b20f00716e486b5caf89aff Mon Sep 17 00:00:00 2001 From: sanine Date: Wed, 12 Oct 2022 12:03:23 -0500 Subject: add cairo --- .../doc/public/html/cairo-drawing.html | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 libs/cairo-1.16.0/doc/public/html/cairo-drawing.html (limited to 'libs/cairo-1.16.0/doc/public/html/cairo-drawing.html') diff --git a/libs/cairo-1.16.0/doc/public/html/cairo-drawing.html b/libs/cairo-1.16.0/doc/public/html/cairo-drawing.html new file mode 100644 index 0000000..53c91d0 --- /dev/null +++ b/libs/cairo-1.16.0/doc/public/html/cairo-drawing.html @@ -0,0 +1,55 @@ + + + + +Drawing: Cairo: A Vector Graphics Library + + + + + + + + + + + + + + + + +
+

+Drawing

+
+
+cairo_t — The cairo drawing context +
+
+Paths — Creating paths and manipulating path data +
+
+cairo_pattern_t — Sources for drawing +
+
+Regions — Representing a pixel-aligned area +
+
+Transformations — Manipulating the current transformation matrix +
+
+text — Rendering text and glyphs +
+
+Raster Sources — Supplying arbitrary image data +
+
+Tags and Links — Hyperlinks and document structure +
+
+
+ + + \ No newline at end of file -- cgit v1.2.1