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/xml/cairo-quartz-fonts.xml | 129 --------------------- 1 file changed, 129 deletions(-) delete mode 100644 libs/cairo-1.16.0/doc/public/xml/cairo-quartz-fonts.xml (limited to 'libs/cairo-1.16.0/doc/public/xml/cairo-quartz-fonts.xml') diff --git a/libs/cairo-1.16.0/doc/public/xml/cairo-quartz-fonts.xml b/libs/cairo-1.16.0/doc/public/xml/cairo-quartz-fonts.xml deleted file mode 100644 index 6b74915..0000000 --- a/libs/cairo-1.16.0/doc/public/xml/cairo-quartz-fonts.xml +++ /dev/null @@ -1,129 +0,0 @@ - - -]> - - -Quartz (CGFont) Fonts -3 -CAIRO Library - - -Quartz (CGFont) Fonts -Font support via CGFont on OS X - - - -Functions - - - - - -cairo_font_face_t * -cairo_quartz_font_face_create_for_cgfont () -cairo_font_face_t * -cairo_quartz_font_face_create_for_atsu_font_id () - - - - - - -Types and Values - - - - - -#defineCAIRO_HAS_QUARTZ_FONT - - - - - - - - -Description -The Quartz font backend is primarily used to render text on Apple -MacOS X systems. The CGFont API is used for the internal -implementation of the font backend methods. - - - -Functions - -cairo_quartz_font_face_create_for_cgfont () -cairo_quartz_font_face_create_for_cgfont -cairo_font_face_t * -cairo_quartz_font_face_create_for_cgfont - (CGFontRef font); -Creates a new font for the Quartz font backend based on a -CGFontRef. This font can then be used with -cairo_set_font_face() or cairo_scaled_font_create(). - -Parameters - - - - - - -font -a CGFontRef obtained through a method external to cairo. - - - -Returns - a newly created cairo_font_face_t. Free with -cairo_font_face_destroy() when you are done using it. -Since: 1.6 - -cairo_quartz_font_face_create_for_atsu_font_id () -cairo_quartz_font_face_create_for_atsu_font_id -cairo_font_face_t * -cairo_quartz_font_face_create_for_atsu_font_id - (ATSUFontID font_id); -Creates a new font for the Quartz font backend based on an -ATSUFontID. This font can then be used with -cairo_set_font_face() or cairo_scaled_font_create(). - -Parameters - - - - - - -font_id -an ATSUFontID for the font. - - - -Returns - a newly created cairo_font_face_t. Free with -cairo_font_face_destroy() when you are done using it. -Since: 1.6 - - - -Types and Values - -CAIRO_HAS_QUARTZ_FONT -CAIRO_HAS_QUARTZ_FONT -#define CAIRO_HAS_QUARTZ_FONT 1 - -Defined if the Quartz font backend is available. -This macro can be used to conditionally compile backend-specific code. -Since: 1.6 - - - -See Also -cairo_font_face_t - - - - -- cgit v1.2.1