Big Faceless Graph Library 2.3 Tag Documentation - Copyright © 2006 Big Faceless Organization

font

Description

The "font" tag can be placed at the top level before any "axesgraph" or "piegraph" tags are declared. It is used to embed a TrueType font for use in a PNG or Flash graph.

Examples

Example: Embedding a truetype font using the Tag library
<bfg:font name="myfont" src="http://localhost/myfont.ttf" />
<bfg:axesgraph>
  <label fontfamily="myfont">My Label</label>
  ...
</bfg:axesgraph>

Attributes

name String mandatory Tag Library Only

Description

The name the font is referenced by in the Tag Library
src URL mandatory Tag Library Only

Description

The URL to load the TrueType font from
Big Faceless Graph Library 2.3 Tag Documentation - Copyright © 2006 Big Faceless Organization