Class \Prado\Web\UI\WebControls\TFont
TFont class
TFont encapsulates the CSS style fields related with font settings.
Class hierarchy
Author: Qiang Xue <qiang.xue@gmail.com>Since: 3.0
public
|
addAttributesToRender(THtmlWriter $writer) : mixed
Adds attributes related to CSS styles to renderer.
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
protected
|
_getZappableSleepProps(array<string|int, mixed> &$exprops) : mixed
Returns an array with the names of all variables of this object that should NOT be serialized
because their value is the default one or useless to be cached for the next page loads.
Reimplement in derived classes to add new variables, but remember to also to call the parent implementation first. |
public
mixed
|
IS_BOLD
Bits indicating the font states.
|
0x1
|
public
mixed
|
IS_ITALIC
|
0x2
|
public
mixed
|
IS_OVERLINE
|
0x4
|
public
mixed
|
IS_SET_BOLD
Bits indicating whether particular font states are changed.
|
0x1000
|
public
mixed
|
IS_SET_ITALIC
|
0x2000
|
public
mixed
|
IS_SET_NAME
|
0x40000
|
public
mixed
|
IS_SET_OVERLINE
|
0x4000
|
public
mixed
|
IS_SET_SIZE
|
0x20000
|
public
mixed
|
IS_SET_STRIKEOUT
|
0x8000
|
public
mixed
|
IS_SET_UNDERLINE
|
0x10000
|
public
mixed
|
IS_STRIKEOUT
|
0x8
|
public
mixed
|
IS_UNDERLINE
|
0x10
|
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |