From 9a7162cfdf48f47bb8ee0a7c24c55c061e4fbc90 Mon Sep 17 00:00:00 2001 From: Vladimir Vukicevic Date: Tue, 1 Apr 2008 13:17:14 -0700 Subject: [PATCH] [doc] Add some Quartz/CGFont documentation templates --- doc/public/cairo-docs.xml | 1 + doc/public/cairo-sections.txt | 14 ++++++++++++++ doc/public/tmpl/cairo-quartz-fonts.sgml | 23 +++++++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 doc/public/tmpl/cairo-quartz-fonts.sgml diff --git a/doc/public/cairo-docs.xml b/doc/public/cairo-docs.xml index 9eb9b3269..73eeedafe 100644 --- a/doc/public/cairo-docs.xml +++ b/doc/public/cairo-docs.xml @@ -24,6 +24,7 @@ + Surfaces diff --git a/doc/public/cairo-sections.txt b/doc/public/cairo-sections.txt index 8abd2c68d..98cc97412 100644 --- a/doc/public/cairo-sections.txt +++ b/doc/public/cairo-sections.txt @@ -23,6 +23,14 @@ cairo_win32_scaled_font_get_logical_to_device cairo_win32_scaled_font_get_device_to_logical +
+cairo-quartz-fonts +Quartz Fonts +CAIRO_HAS_QUARTZ_FONT +cairo_quartz_font_face_create_for_cgfont +cairo_quartz_font_face_create_for_atsu_font_id +
+
cairo-image Image Surfaces @@ -95,6 +103,12 @@ CAIRO_HAS_QUARTZ_SURFACE cairo_quartz_surface_create cairo_quartz_surface_create_for_cg_context cairo_quartz_surface_get_cg_context +
+ +
+cairo-quartz-image +Quartz Image Surfaces +CAIRO_HAS_QUARTZ_IMAGE_SURFACE cairo_quartz_image_surface_create cairo_quartz_image_surface_get_image
diff --git a/doc/public/tmpl/cairo-quartz-fonts.sgml b/doc/public/tmpl/cairo-quartz-fonts.sgml new file mode 100644 index 000000000..28facca60 --- /dev/null +++ b/doc/public/tmpl/cairo-quartz-fonts.sgml @@ -0,0 +1,23 @@ + +Quartz (CGFont) Fonts + + +Font support via CGFont on OS X + + + +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. + + + + + +#cairo_font_face_t + + + + + +