Graphviz 13.0.0~dev.20241220.2304
|
#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 97 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 119 of file gvtextlayout_quartz.c.
|
static |
Definition at line 115 of file gvtextlayout_quartz.c.