Graphviz 13.0.0~dev.20241220.2304
|
#include "config.h"
#include <common/const.h>
#include <gvc/gvplugin_textlayout.h>
#include <gvc/gvcint.h>
#include <gvc/gvcproc.h>
#include <stdbool.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
int | gvtextlayout_select (GVC_t *gvc) |
bool | gvtextlayout (GVC_t *gvc, textspan_t *span, char **fontpath) |
bool gvtextlayout | ( | GVC_t * | gvc, |
textspan_t * | span, | ||
char ** | fontpath | ||
) |
Definition at line 38 of file gvtextlayout.c.
References gvplugin_active_textlayout_s::engine, gvc, GVC_s::textlayout, and gvtextlayout_engine_s::textlayout.
Referenced by textspan_size().
int gvtextlayout_select | ( | GVC_t * | gvc | ) |
Definition at line 24 of file gvtextlayout.c.
References gvplugin_active_textlayout_s::engine, gvplugin_installed_t::engine, gvc, gvplugin_load(), GVRENDER_PLUGIN, NO_SUPPORT, NULL, GVC_s::textlayout, and gvplugin_available_s::typeptr.
Referenced by gvconfig().