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
+
+
+
+
+
+