Object | --Persistent | --Font
void assignTo( object $dest)
void endUpdate( )
Note: endUpdate() has to be called as many times as startUpdate() was called on the same Font object.
bool isUpdating( )
void modified( )
property of the control, if any
void startUpdate( )
It prevents the updating of the control where the Font is assigned to until the endUpdate() function is called.