From f1fe73d1909a2448a004a88362a1a532d0d4f7c3 Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 12 Feb 2023 23:53:22 -0600 Subject: switch to tinyobj and nanovg from assimp and cairo --- libs/cairo-1.16.0/doc/public/html/index.html | 161 --------------------------- 1 file changed, 161 deletions(-) delete mode 100644 libs/cairo-1.16.0/doc/public/html/index.html (limited to 'libs/cairo-1.16.0/doc/public/html/index.html') diff --git a/libs/cairo-1.16.0/doc/public/html/index.html b/libs/cairo-1.16.0/doc/public/html/index.html deleted file mode 100644 index e822e21..0000000 --- a/libs/cairo-1.16.0/doc/public/html/index.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - -Cairo: A Vector Graphics Library: Cairo: A Vector Graphics Library - - - - - - - -
-
-
-
-

for Cairo 1.16.0 -

-
-
-
-
-
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 -
-
-
Fonts
-
-
-cairo_font_face_t — Base class for font faces -
-
-cairo_scaled_font_t — Font face at particular size and options -
-
-cairo_font_options_t — How a font should be rendered -
-
-FreeType Fonts — Font support for FreeType -
-
-Win32 Fonts — Font support for Microsoft Windows -
-
-Quartz (CGFont) Fonts — Font support via CGFont on OS X -
-
-User Fonts — Font support with font data provided by the user -
-
-
Surfaces
-
-
-cairo_device_t — interface to underlying rendering system -
-
-cairo_surface_t — Base class for surfaces -
-
-Image Surfaces — Rendering to memory buffers -
-
-PDF Surfaces — Rendering PDF documents -
-
-PNG Support — Reading and writing PNG images -
-
-PostScript Surfaces — Rendering PostScript documents -
-
-Recording Surfaces — Records all drawing operations -
-
-Win32 Surfaces — Microsoft Windows surface support -
-
-SVG Surfaces — Rendering SVG documents -
-
-Quartz Surfaces — Rendering to Quartz surfaces -
-
-XCB Surfaces — X Window System rendering using the XCB library -
-
-XLib Surfaces — X Window System rendering using XLib -
-
-XLib-XRender Backend — X Window System rendering using XLib and the X Render extension -
-
-Script Surfaces — Rendering to replayable scripts -
-
-
Utilities
-
-
-cairo_matrix_t — Generic matrix operations -
-
-Error handling — Decoding cairo's status -
-
-Version Information — Compile-time and run-time version checks. -
-
-Types — Generic data types -
-
-
Index
-
Index of new symbols in 1.2
-
Index of new symbols in 1.4
-
Index of new symbols in 1.6
-
Index of new symbols in 1.8
-
Index of new symbols in 1.10
-
Index of new symbols in 1.12
-
Index of new symbols in 1.14
-
Index of new symbols in 1.16
-
A. Creating a language binding for cairo
-
-
General considerations
-
Memory management
-
Multiple return values
-
Overloading and optional arguments
-
Streams and File I/O
-
Error handling
-
Patterns
-
Surfaces
-
Fonts
-
cairo_path_t
-
-
-
- - - \ No newline at end of file -- cgit v1.2.1