head 1.2; access; symbols rel-1-060:1.1 rel-1-053:1.1 rel-1-052:1.1 rel-1-051:1.1 rel-1-050:1.1; locks; strict; comment @# @; 1.2 date 2008.10.05.19.59.40; author tsch; state Exp; branches; next 1.1; commitid jap73dqgVgT1Atlt; 1.1 date 2007.10.24.16.32.05; author tsch; state Exp; branches; next ; commitid n4jyLFAXsD0mARCs; desc @@ 1.2 log @In preparation of the move to SVN, use the Id keyword in place of Header. @ text @/* * Copyright (c) 2007 by the cairo perl team (see the file README) * * Licensed under the LGPL, see LICENSE file for more information. * * $Id: /cvs/cairo/cairo-perl/CairoFt.xs,v 1.1 2007-10-24 16:32:05 tsch Exp $ */ #include MODULE = Cairo::Ft PACKAGE = Cairo::FtFontFace PREFIX = cairo_ft_font_face_ # cairo_font_face_t * cairo_ft_font_face_create_for_ft_face (FT_Face face, int load_flags); cairo_font_face_t_noinc * cairo_ft_font_face_create (class, FT_Face face, int load_flags=0) CODE: RETVAL = cairo_ft_font_face_create_for_ft_face (face, load_flags); OUTPUT: RETVAL @ 1.1 log @ * Cairo.pm * Cairo.xs * CairoFt.xs * Makefile.PL * cairo-perl.h * cairo-perl.typemap * examples/freetype-font.pl * t/CairoFt.t: Add support for part of cairo's FreeType integration API. Currently, that's just Cairo::FtFontFace::create, which lets you create a cairo font face from a FreeType font face. @ text @d6 1 a6 1 * $Header$ @