Class: Font
Source Location: /graphics.inc.php
|
|
|
|
|
|
|
Inherited Properties
|
Inherited Events
|
Inherited JS Events
|
Inherited Methods
|
|
Properties
Events
Javascript Events
Methods
void assignTo(
object
$dest)
|
|
Assign Font object to another Font object.
Overrides Persistent::assignTo (Assign this object to another object)
Parameters:
void
endUpdate [line 568]
Re-enables the notification mechanism to the control. Note: endUpdate() has to be called as many times as startUpdate() was called on the same Font object.
bool
isUpdating [line 589]
Indicates if the Font object is in update mode. If true, the control where the Font is assigned to will not be notified when a property changes.
void
modified [line 598]
Check if the font has been modified to set to false the parentfont property of the control, if any
void
startUpdate [line 558]
Call startUpdate() when multiple properties of the Font are updated at the same time. Once finished updating, call endUpdate(). It prevents the updating of the control where the Font is assigned to until the endUpdate() function is called.
|
|