|
Graphviz
2.41.20171026.1811
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "cdt.h"#include "render.h"#include "ps_font_equiv.h"
Go to the source code of this file.
Functions | |
| pointf | textspan_size (GVC_t *gvc, textspan_t *span) |
| Dt_t * | textfont_dict_open (GVC_t *gvc) |
| void | textfont_dict_close (GVC_t *gvc) |
| 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().
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 | ||
| ) |
Definition at line 198 of file textspan.c.
References assert, emit_once(), textspan_t::font, gvtextlayout(), textfont_t::name, NULL, textfont_t::postscript_alias, textspan_t::size, and Verbose.
Referenced by xdotBB().
1.8.5