Mercurial > hg > camir-ismir2012
comparison toolboxes/graph_visualisation/include/graphviz/gvplugin_textlayout.h @ 0:cc4b1211e677 tip
initial commit to HG from
Changeset:
646 (e263d8a21543) added further path and more save "camirversion.m"
| author | Daniel Wolff |
|---|---|
| date | Fri, 19 Aug 2016 13:07:06 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:cc4b1211e677 |
|---|---|
| 1 /* $Id: gvplugin_textlayout.h,v 1.16 2009/06/03 01:10:53 ellson Exp $ $Revision: 1.16 $ */ | |
| 2 /* vim:set shiftwidth=4 ts=8: */ | |
| 3 | |
| 4 /********************************************************** | |
| 5 * This software is part of the graphviz package * | |
| 6 * http://www.graphviz.org/ * | |
| 7 * * | |
| 8 * Copyright (c) 1994-2004 AT&T Corp. * | |
| 9 * and is licensed under the * | |
| 10 * Common Public License, Version 1.0 * | |
| 11 * by AT&T Corp. * | |
| 12 * * | |
| 13 * Information and Software Systems Research * | |
| 14 * AT&T Research, Florham Park NJ * | |
| 15 **********************************************************/ | |
| 16 | |
| 17 #ifndef GVPLUGIN_TEXTLAYOUT_H | |
| 18 #define GVPLUGIN_TEXTLAYOUT_H | |
| 19 | |
| 20 #include "types.h" | |
| 21 #include "gvplugin.h" | |
| 22 #include "gvcjob.h" | |
| 23 #include "gvcommon.h" | |
| 24 | |
| 25 #ifdef __cplusplus | |
| 26 extern "C" { | |
| 27 #endif | |
| 28 | |
| 29 struct gvtextlayout_engine_s { | |
| 30 boolean (*textlayout) (textpara_t *para, char** fontpath); | |
| 31 }; | |
| 32 | |
| 33 #ifdef __cplusplus | |
| 34 } | |
| 35 #endif | |
| 36 #endif /* GVPLUGIN_TEXTLAYOUT_H */ |
