| [ Index ] |
|
Code source de Cr@wltr@ck 2.2.1 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 725 lignes (15 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
awDriver:: (2 méthodes):
awDriver()
getDriverString()
awFontDriver:: (1 méthode):
awFontDriver()
awPHPFontDriver:: (7 méthodes):
awPHPFontDriver()
string()
gdString()
getTextWidth()
getTextHeight()
getGDTextWidth()
getGDTextHeight()
awFileFontDriver:: (8 méthodes):
awFileFontDriver()
string()
gdString()
getTextWidth()
getTextHeight()
getGDTextWidth()
getGDTextHeight()
getGDAverageWidth()
| awDriver() X-Ref |
| Pas de description |
| getDriverString() X-Ref |
| Return the string representing the type of driver return: string |
Classe: awFontDriver - X-Ref
Abstract class for font drivers.| awFontDriver() X-Ref |
| Pas de description |
Classe: awPHPFontDriver - X-Ref
Class to handle calculations on PHPFont objects| awPHPFontDriver() X-Ref |
| Pas de description |
| string($driver, &$text, $point, $width = NULL) X-Ref |
| Pas de description |
| gdString($driver, &$text, $point, $width = NULL) X-Ref |
| Draw a string onto a GDDriver object param: $driver The GDDriver to draw the text upon param: &$text The awText object containing the string to draw param: $point Where to draw the text param: float $width The width of the text |
| getTextWidth(&$text, $driver) X-Ref |
| Pas de description |
| getTextHeight(&$text, $driver) X-Ref |
| Pas de description |
| getGDTextWidth(&$text) X-Ref |
| Return the width of a text for a GDDriver param: &$text return: int $fontWidth |
| getGDTextHeight(&$text) X-Ref |
| Return the height of a text for a GDDriver param: &$text return: int $fontHeight |
Classe: awFileFontDriver - X-Ref
Class to handle calculations on FileFont objects| awFileFontDriver() X-Ref |
| Pas de description |
| string($driver, &$text, $point, $width = NULL) X-Ref |
| Pas de description |
| gdString($driver, &$text, $point, $width = NULL) X-Ref |
| Draw an awFileFont object on a GD ressource param: $driver The awGDDriver object containing the ressource to draw upon param: &$text The awText object containing the string to draw param: $point Where to draw the string from param: float $width The width of the area containing the text |
| getTextWidth(&$text, $driver) X-Ref |
| Pas de description |
| getTextHeight(&$text, $driver) X-Ref |
| Pas de description |
| getGDTextWidth(&$text) X-Ref |
| Pas de description |
| getGDTextHeight(&$text) X-Ref |
| Pas de description |
| getGDAverageWidth(&$font) X-Ref |
| Pas de description |
| Généré le : Thu Sep 6 14:14:11 2007 | par Balluche grâce à PHPXref 0.7 |