1
2@c %start of fragment
3
4@node Win32 Surfaces
5@chapter Win32 Surfaces
6Microsoft Windows surface support
7
8@section Overview
9The Microsoft Windows surface is used to render cairo graphics to
10Microsoft Windows windows, bitmaps, and printing device contexts.
11
12The surface returned by @code{cairo-win32-printing-surface-create} is of
13surface type @samp{CAIRO_SURFACE_TYPE_WIN32_PRINTING} and is a
14multi-page vector surface type.
15
16The surface returned by the other win32 constructors is of surface type
17@samp{CAIRO_SURFACE_TYPE_WIN32} and is a raster surface type.
18
19@section Usage
20@include defuns-cairo-win32.xml.texi
21
22@c %end of fragment
23