PlFont Class Reference
List of all members.Detailed Description
Font object, a font is defined by the font family, size and optional attributes.Class PlFont represents the element PlFont in PadEntryOptions-dtd as a PHP object
Public Member Functions | |
| PlFont ($f= 'Helvetica', $s=19, $i=0) | |
| Constructor. | |
| readXML (&$xml) | |
| Read an XML descriptor. | |
| writeXML (&$xml) | |
| Write the XML descriptor. | |
Public Attributes | |
| $mFace = 'Helvetica' | |
| Font face name. | |
| $mFlags = 0 | |
Font flags, a combination of:
| |
| $mSize = 10 | |
| Font size in pt. | |
Constructor & Destructor Documentation
|
||||||||||||||||
|
Constructor.
|
Member Function Documentation
|
|
Read an XML descriptor.
|
|
|
Write the XML descriptor.
|
Member Data Documentation
|
|
Font face name.
|
|
|
Font flags, a combination of:
|
|
|
Font size in pt.
|
The documentation for this class was generated from the following file: