~ubuntu-branches/ubuntu/vivid/vala/vivid

« back to all changes in this revision

Viewing changes to vapi/cairo.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-07-28 07:58:01 UTC
  • mfrom: (1.5.5 upstream) (7.3.14 experimental)
  • Revision ID: james.westby@ubuntu.com-20100728075801-18u9cg5hv5oety6m
Tags: 0.9.4-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
325
325
        [CCode (ref_function = "cairo_scaled_font_reference", unref_function = "cairo_scaled_font_destroy", cname = "cairo_scaled_font_t")]
326
326
        public class ScaledFont {
327
327
                [CCode (cname = "cairo_scaled_font_create")]
328
 
                public ScaledFont (Matrix font_matrix, Matrix ctm, FontOptions options);
 
328
                public ScaledFont (FontFace font_face, Matrix font_matrix, Matrix ctm, FontOptions options);
329
329
                public Status status ();
330
330
                public void extents (out FontExtents extents);
331
331
                public void text_extents (string utf8, out TextExtents extents);