Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
gvtextlayout_quartz.c File Reference
#include "config.h"
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <gvc/gvplugin_textlayout.h>
#include "gvplugin_quartz.h"
Include dependency graph for gvtextlayout_quartz.c:

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 []
 

Function Documentation

◆ quartz_textlayout()

static bool quartz_textlayout ( textspan_t para,
char **  fontpath 
)
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.

Here is the call graph for this function:

Variable Documentation

◆ gvtextlayout_quartz_types

gvplugin_installed_t gvtextlayout_quartz_types[]
Initial value:
= {
{0, "textlayout", 8, &quartz_textlayout_engine, NULL},
{0, NULL, 0, NULL, NULL}
}
node NULL
Definition grammar.y:149
static gvtextlayout_engine_t quartz_textlayout_engine

Definition at line 119 of file gvtextlayout_quartz.c.

◆ quartz_textlayout_engine

gvtextlayout_engine_t quartz_textlayout_engine
static
Initial value:
= {
}
static bool quartz_textlayout(textspan_t *para, char **fontpath)

Definition at line 115 of file gvtextlayout_quartz.c.