summaryrefslogtreecommitdiff
path: root/src/cairo-win32-font.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cairo-win32-font.c')
-rw-r--r--src/cairo-win32-font.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/cairo-win32-font.c b/src/cairo-win32-font.c
index aa4d7478..479c672c 100644
--- a/src/cairo-win32-font.c
+++ b/src/cairo-win32-font.c
@@ -62,6 +62,23 @@
#define CMAP_TAG 0x70616d63
+/**
+ * SECTION:cairo-win32-fonts
+ * @Title: Win32 Fonts
+ * @Short_Description: Font support for Microsoft Windows
+ * @See_Also: #cairo_font_face_t
+ *
+ * The Microsoft Windows font backend is primarily used to render text on
+ * Microsoft Windows systems.
+ */
+
+/**
+ * CAIRO_HAS_WIN32_FONT:
+ *
+ * Defined if the Microsoft Windows font backend is available.
+ * This macro can be used to conditionally compile backend-specific code.
+ */
+
const cairo_scaled_font_backend_t _cairo_win32_scaled_font_backend;
typedef struct {