Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
gvplugin_textlayout.h
Go to the documentation of this file.
1
3/*************************************************************************
4 * Copyright (c) 2011 AT&T Intellectual Property
5 * All rights reserved. This program and the accompanying materials
6 * are made available under the terms of the Eclipse Public License v1.0
7 * which accompanies this distribution, and is available at
8 * https://www.eclipse.org/legal/epl-v10.html
9 *
10 * Contributors: Details at https://graphviz.org
11 *************************************************************************/
12
13#pragma once
14
15#include "types.h"
16#include "gvplugin.h"
17#include "gvcjob.h"
18#include "gvcommon.h"
19#include <stdbool.h>
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
27 bool (*textlayout) (textspan_t *span, char** fontpath);
28 };
29
30#ifdef __cplusplus
31}
32#endif
bool(* textlayout)(textspan_t *span, char **fontpath)
graphs, nodes and edges info: Agraphinfo_t, Agnodeinfo_t and Agedgeinfo_t