Font Class

 

Font Class consists of the following 7 properties:

Property

Description

Data Type

Default

Name

Determines the name of the font type to use.

String

Arial

Size

Determines the size of the font type to use.

Single

8

Color

Determines the color the text will be displayed in.

Long

&H0 (Black)

Italic

Determines whether or not the text will be italicized.

Boolean

FALSE

Bold

Determines whether or not the text will be bolded.

Boolean

FALSE

Strikethru

Determines whether or not the text will be displayed with a line through it.

Boolean

FALSE

Underline

Determines whether or not the text will be underlined.

Boolean

FALSE