Graphviz  2.41.20171026.1811
Functions
textspan.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cdt.h"
#include "render.h"
#include "ps_font_equiv.h"
Include dependency graph for textspan.c:

Go to the source code of this file.

Functions

pointf textspan_size (GVC_t *gvc, textspan_t *span)
 
Dt_ttextfont_dict_open (GVC_t *gvc)
 
void textfont_dict_close (GVC_t *gvc)
 

Function Documentation

void textfont_dict_close ( GVC_t gvc)

Definition at line 286 of file textspan.c.

References dtclose(), and GVC_s::textfont_dt.

Referenced by gvFreeContext().

Dt_t* textfont_dict_open ( GVC_t gvc)

Definition at line 279 of file textspan.c.

References DTDISC, dtopen(), Dtoset, NULL, GVC_s::textfont_disc, and GVC_s::textfont_dt.

Referenced by gvconfig().

pointf textspan_size ( GVC_t gvc,
textspan_t span 
)