The Font property returns a FontFormat object for a posted variable. This is a read-only property.
Syntax
object.Font( VariableIndex )
Parameter |
Type |
Description |
VariableIndex |
Integer |
required; variable number |
Example
This example changes the fourth variable font size to 12 points.
PostMap.Font(4).Size = 12
Used by: PostData object