Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
gvtextlayout.c File Reference
#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>
Include dependency graph for gvtextlayout.c:

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)
 

Function Documentation

◆ gvtextlayout()

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().

Here is the caller graph for this function:

◆ gvtextlayout_select()

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().

Here is the call graph for this function:
Here is the caller graph for this function: