Font Property
      
 

Description

Returns a Font object.


Property type

A Font object.  


Syntax

[Set] object.Font [= Font]



The Font Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodXMPP.
Font A Font object.

Remarks

This property is only available in OCX (GUI) version of the component.

Use the Font property of an object to identify a specific Font object whose properties you want to use. Changing Font would immediately refresh your client area with new font selected, based on the font size.

Please note that setting Italic or Bold properties will have no affect in the visible font. Internally, wodXMPP will choose regular font type, and will use Italic, Bold, Underline styles only when they are requested by the server.