/misc/src/release/graphviz-2.18-1/src/graphviz-2.18/plugin/pango/gvplugin_pango.c

Go to the documentation of this file.
00001 /* $Id: gvplugin_pango.c,v 1.6 2007/08/29 19:39:49 ellson Exp $ $Revision: 1.6 $ */
00002 /* vim:set shiftwidth=4 ts=8: */
00003 
00004 /**********************************************************
00005 *      This software is part of the graphviz package      *
00006 *                http://www.graphviz.org/                 *
00007 *                                                         *
00008 *            Copyright (c) 1994-2004 AT&T Corp.           *
00009 *                and is licensed under the                *
00010 *            Common Public License, Version 1.0           *
00011 *                      by AT&T Corp.                      *
00012 *                                                         *
00013 *        Information and Software Systems Research        *
00014 *              AT&T Research, Florham Park NJ             *
00015 **********************************************************/
00016 
00017 #include "gvplugin.h"
00018 
00019 extern gvplugin_installed_t gvrender_pango_types;
00020 extern gvplugin_installed_t gvtextlayout_pango_types;
00021 extern gvplugin_installed_t gvloadimage_pango_types;
00022 extern gvplugin_installed_t gvdevice_pango_types;
00023 
00024 static gvplugin_api_t apis[] = {
00025     {API_render, &gvrender_pango_types},
00026     {API_textlayout, &gvtextlayout_pango_types},
00027     {API_loadimage, &gvloadimage_pango_types},
00028     {API_device, &gvdevice_pango_types},
00029     {(api_t)0, 0},
00030 };
00031 
00032 gvplugin_library_t gvplugin_pango_LTX_library = { "cairo", apis };

Generated on Mon Mar 31 19:03:28 2008 for Graphviz by  doxygen 1.5.1