~ubuntu-branches/ubuntu/maverick/cairo/maverick

« back to all changes in this revision

Viewing changes to doc/public/tmpl/cairo-surface.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-06-26 16:13:32 UTC
  • mfrom: (1.3.3 upstream) (1.5.10 experimental)
  • Revision ID: james.westby@ubuntu.com-20100626161332-s14u9kutazlea7c1
Tags: 1.9.10-1
* New upstream development release:
  + Use subpixel rendering settings for fonts (Closes: #555722).
  + debian/patches/99_autoreconf.patch:
    - Regenerated for the new version.
  + debian/patches/01_no-private-symbol-export.patch,
    debian/patches/03_no-cxx.patch,
    debian/patches/05_am-maintainer-mode.patch,
    debian/patches/99_ltmain_as-needed.patch:
    - Refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
<!-- ##### SECTION Stability_Level ##### -->
28
28
 
29
29
 
 
30
<!-- ##### SECTION Image ##### -->
 
31
 
 
32
 
 
33
<!-- ##### MACRO CAIRO_MIME_TYPE_JP2 ##### -->
 
34
<para>
 
35
The Joint Photographic Experts Group (JPEG) 2000 image coding standard (ISO/IEC 15444-1). Since 1.10
 
36
</para>
 
37
 
 
38
 
 
39
 
 
40
<!-- ##### MACRO CAIRO_MIME_TYPE_JPEG ##### -->
 
41
<para>
 
42
The Joint Photographic Experts Group (JPEG) image coding standard (ISO/IEC 10918-1). Since 1.10
 
43
</para>
 
44
 
 
45
 
 
46
 
 
47
<!-- ##### MACRO CAIRO_MIME_TYPE_PNG ##### -->
 
48
<para>
 
49
The Portable Network Graphics image file format (ISO/IEC 15948). Since 1.10
 
50
</para>
 
51
 
 
52
 
 
53
 
 
54
<!-- ##### MACRO CAIRO_MIME_TYPE_URI ##### -->
 
55
<para>
 
56
URI for an image file (unofficial MIME type). Since 1.10
 
57
</para>
 
58
 
 
59
 
 
60
 
30
61
<!-- ##### TYPEDEF cairo_surface_t ##### -->
31
62
<para>
32
63
 
193
224
@CAIRO_SURFACE_TYPE_OS2: 
194
225
@CAIRO_SURFACE_TYPE_WIN32_PRINTING: 
195
226
@CAIRO_SURFACE_TYPE_QUARTZ_IMAGE: 
 
227
@CAIRO_SURFACE_TYPE_SCRIPT: 
 
228
@CAIRO_SURFACE_TYPE_QT: 
 
229
@CAIRO_SURFACE_TYPE_RECORDING: 
 
230
@CAIRO_SURFACE_TYPE_VG: 
 
231
@CAIRO_SURFACE_TYPE_GL: 
 
232
@CAIRO_SURFACE_TYPE_DRM: 
 
233
@CAIRO_SURFACE_TYPE_TEE: 
 
234
@CAIRO_SURFACE_TYPE_XML: 
 
235
@CAIRO_SURFACE_TYPE_SKIA: 
196
236
 
197
237
<!-- ##### FUNCTION cairo_surface_get_type ##### -->
198
238
<para>
259
299
@Returns: 
260
300
 
261
301
 
 
302
<!-- ##### FUNCTION cairo_surface_set_mime_data ##### -->
 
303
<para>
 
304
 
 
305
</para>
 
306
 
 
307
@surface: 
 
308
@mime_type: 
 
309
@data: 
 
310
@length: 
 
311
@destroy: 
 
312
@closure: 
 
313
@Returns: 
 
314
 
 
315
 
 
316
<!-- ##### FUNCTION cairo_surface_get_mime_data ##### -->
 
317
<para>
 
318
 
 
319
</para>
 
320
 
 
321
@surface: 
 
322
@mime_type: 
 
323
@data: 
 
324
@length: 
 
325
 
 
326