linea21-externals
[ class tree: linea21-externals ] [ index: linea21-externals ] [ all elements ]

Class: awFileFontDriver

Source Location: /class/system/artichow/php5/inc/Driver.class.php

Class Overview

awFontDriver
   |
   --awFileFontDriver

Class to handle calculations on FileFont objects


Methods


Inherited Methods

Class: awFontDriver

awFontDriver::__construct()
awFontDriver::getTextHeight()
Calculate the height of a given Text.
awFontDriver::getTextWidth()
Calculate the width of a given Text.
awFontDriver::string()
Draw the actual text.

Class Details

[line 574]
Class to handle calculations on FileFont objects



[ Top ]


Class Methods


constructor __construct [line 576]

awFileFontDriver __construct( )



Tags:

access:  public


Overrides awFontDriver::__construct() (parent method not documented)

[ Top ]

method getTextHeight [line 657]

void getTextHeight( awText $text, awDriver $driver)



Tags:

access:  public


Overrides awFontDriver::getTextHeight() (Calculate the height of a given Text.)

Parameters:

awText   $text  
awDriver   $driver  

[ Top ]

method getTextWidth [line 646]

void getTextWidth( awText $text, awDriver $driver)



Tags:

access:  public


Overrides awFontDriver::getTextWidth() (Calculate the width of a given Text.)

Parameters:

awText   $text  
awDriver   $driver  

[ Top ]

method string [line 580]

void string( awDriver $driver, awText $text, awPoint $point, [ $width = NULL])



Tags:

access:  public


Overrides awFontDriver::string() (Draw the actual text.)

Parameters:

awDriver   $driver  
awText   $text  
awPoint   $point  
   $width  

[ Top ]


Documentation generated on Thu, 03 May 2012 15:04:29 +0200 by phpDocumentor 1.4.1