Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
textspan_lut.h
Go to the documentation of this file.
1
4
5#pragma once
6
7#include <stdbool.h>
8
9// LUT is short for lookup table.
10
16double estimate_text_width_1pt(const char *font_name, const char *text,
17 bool bold, bool italic);
double estimate_text_width_1pt(const char *font_name, const char *text, bool bold, bool italic)