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/bindings-fonts.html | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create 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 new file mode 100644 index 0000000..622a529 --- /dev/null +++ b/libs/cairo-1.16.0/doc/public/html/bindings-fonts.html @@ -0,0 +1,52 @@ + + + + +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