diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-09-06 09:34:53 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-09-06 09:34:53 +0000 |
commit | b7b8d6da07309da4e16397f662a4e2db46c0869a (patch) | |
tree | a76a982bef0844f6d3d0eeb7089a7e8a5dfb2ee0 /src/graph.php | |
parent | 4e50ab6291dc2430ef9ce4cc42c100c021e1a3b0 (diff) | |
download | zetacomponents-graph-b7b8d6da07309da4e16397f662a4e2db46c0869a.zip zetacomponents-graph-b7b8d6da07309da4e16397f662a4e2db46c0869a.tar.gz |
- Enhanced font configuration
- Use Free Type 2 by default now, fallback to native ttf, if not available
- Use t1lib for PostScript Type1 fonts
- Throw an exception, if some texts could not be rendered with minimum font
size
Diffstat (limited to 'src/graph.php')
-rw-r--r-- | src/graph.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/graph.php b/src/graph.php index f0a652b..0a9ffac 100644 --- a/src/graph.php +++ b/src/graph.php @@ -38,11 +38,6 @@ class ezcGraph const TTF_FONT = 1; // PostScript Type1 fonts const PS_FONT = 2; - // FreeType 2 fonts - const FT2_FONT = 3; - // Native GD bitmap fonts - const GD_FONT = 4; - } ?> |