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 --- .../doc/public/html/bindings-fonts.html | 52 ---------------------- 1 file changed, 52 deletions(-) delete mode 100644 libs/cairo-1.16.0/doc/public/html/bindings-fonts.html (limited to 'libs/cairo-1.16.0/doc/public/html/bindings-fonts.html') diff --git a/libs/cairo-1.16.0/doc/public/html/bindings-fonts.html b/libs/cairo-1.16.0/doc/public/html/bindings-fonts.html deleted file mode 100644 index 622a529..0000000 --- a/libs/cairo-1.16.0/doc/public/html/bindings-fonts.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - -Fonts: Cairo: A Vector Graphics Library - - - - - - - - - - - - - - - - -
-

-Fonts

-

- Fonts are once more an area where there is a hierarchy of types: -

-
-cairo_font_face_t
-   cairo_ft_font_face_t
-   cairo_win32_font_face_t
-cairo_scaled_font_t
-   cairo_ft_scaled_font_t	
-   cairo_win32_scaled_font_t	
-
-

- The methods on the subtypes are, however, not useful without - bindings for fontconfig and FreeType or for the Win32 GDI, - so most language bindings will choose not to bind these - types. -

-

- The cairo_font_face_set_user_data(), - and cairo_font_face_get_user_data() - methods are provided for use in language bindings, and should - not be directly exposed to applications. -

-
- - - \ No newline at end of file -- cgit v1.2.1