Returns or sets the default fixed-width font object used to draw text on the object.
Object.FixedFont [ = fontFixedFont ]
The FixedFont property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
|
fontFixedFont |
The default fixed-width font object used to draw text on the object. |
The font is used by the log control as the default font used to draw text in text mode (PlainText=True). Default font name and size is taken from the Microsoft Internet Explorer font settings.
The following statement sets the default fixed-width font size used by the ALog to 12:
log1.FixedFont.Size = 12
AFont, ProportionalFont, PlainText