Class TFont
TFont class
TFont encapsulates the CSS style fields related with font settings.
- TComponent
-
TFont
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Web/UI/WebControls/TFont.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Web/UI/WebControls/TFont.php
public
boolean
|
|
public
|
|
public
boolean
|
|
public
|
|
public
boolean
|
|
public
|
|
public
string
|
|
public
|
|
public
boolean
|
|
public
|
|
public
boolean
|
|
public
|
|
public
string
|
|
public
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
integer |
IS_BOLD |
0x01 |
#
Bits indicating the font states. |
integer |
IS_ITALIC |
0x02 |
|
integer |
IS_OVERLINE |
0x04 |
|
integer |
IS_STRIKEOUT |
0x08 |
|
integer |
IS_UNDERLINE |
0x10 |
|
integer |
IS_SET_BOLD |
0x01000 |
#
Bits indicating whether particular font states are changed. |
integer |
IS_SET_ITALIC |
0x02000 |
|
integer |
IS_SET_OVERLINE |
0x04000 |
|
integer |
IS_SET_STRIKEOUT |
0x08000 |
|
integer |
IS_SET_UNDERLINE |
0x10000 |
|
integer |
IS_SET_SIZE |
0x20000 |
|
integer |
IS_SET_NAME |
0x40000 |
GLOBAL_RAISE_EVENT_LISTENER
|