Skip to main content
Module

x/graphviz/mod.ts>attribute.fontpath

🦕 Simple Graphviz library for Deno.
Latest
variable attribute.fontpath
import { attribute } from "https://deno.land/x/graphviz@v0.2.1/mod.ts";
const { fontpath } = attribute;

Directory list used by libgd to search for bitmap fonts if Graphviz was not built with the fontconfig library. If fontpath is not set, the environment variable DOTFONTPATH is checked. If that is not set, GDFONTPATH is checked. If not set, libgd uses its compiled-in font path. Note that fontpath is an attribute of the root graph.

type

"fontpath"