| [ Index ] |
|
Code source de vtiger CRM 5.0.2 |
[Code source] [Imprimer] [Statistiques]
Image_Graph - PEAR PHP OO Graph Rendering Utility. PHP versions 4 and 5
| Author: | Jesper Veggerby <pear.nosey@veggerby.dk> |
| Copyright: | Copyright (C) 2003, 2004 Jesper Veggerby Hansen |
| License: | http://www.gnu.org/copyleft/lesser.html LGPL License 2.1 |
| Version: | CVS: $Id: Font.php,v 1.8 2005/08/24 20:35:55 nosey Exp $ |
| Poids: | 158 lignes (4 kb) |
| Inclus ou requis: | 1 fois |
| Référencé: | 0 fois |
| Nécessite: | 1 fichier Image/Graph/Common.php |
Image_Graph_Font:: (5 méthodes):
Image_Graph_Font()
setColor()
setAngle()
setSize()
_getFont()
Classe: Image_Graph_Font - X-Ref
A font.| Image_Graph_Font($name = false, $size = false) X-Ref |
| Image_Graph_Font [Constructor] |
| setColor($color) X-Ref |
| Set the color of the font param: mixed $color The color object of the Font |
| setAngle($angle) X-Ref |
| Set the angle slope of the output font. 0 = normal, 90 = bottom and up, 180 = upside down, 270 = top and down param: int $angle The angle in degrees to slope the text |
| setSize($size) X-Ref |
| Set the size of the font param: int $size The size in pixels of the font |
| _getFont($options = false) X-Ref |
| Get the font 'array' return: array The font 'summary' to pass to the canvas |
| Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |