FixedFont Property (ALog)

Returns or sets the default fixed-width font object used to draw text on the object.

Syntax

Object.FixedFont [ = fontFixedFont ]

The FixedFont property syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

fontFixedFont

AFont

The default fixed-width font object used to draw text on the object.

Comments

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.

Example

The following statement sets the default fixed-width font size used by the ALog to 12:

log1.FixedFont.Size = 12

Applies to

ALog

See Also

AFont, ProportionalFont, PlainText