|
Graphviz 14.0.3~dev.20251029.0425
|
#include "config.h"#include <stdbool.h>#include <stdlib.h>#include <string.h>#include <gvc/gvplugin_textlayout.h>#include "gvplugin_quartz.h"Go to the source code of this file.
Functions | |
| static bool | quartz_textlayout (textspan_t *para, char **fontpath) |
Variables | |
| static gvtextlayout_engine_t | quartz_textlayout_engine |
| gvplugin_installed_t | gvtextlayout_quartz_types [] |
|
static |
Definition at line 109 of file gvtextlayout_quartz.c.
References textspan_t::font, textspan_t::free_layout, textspan_t::layout, textfont_t::name, quartz_free_layout(), quartz_new_layout(), quartz_size_layout(), textfont_t::size, textspan_t::size, textspan_t::str, pointf_s::x, pointf_s::y, textspan_t::yoffset_centerline, and textspan_t::yoffset_layout.
| gvplugin_installed_t gvtextlayout_quartz_types[] |
Definition at line 131 of file gvtextlayout_quartz.c.
|
static |
Definition at line 127 of file gvtextlayout_quartz.c.