FontSize

concerns

The FontSize attribute sets or determines the size of the font.

 

Syntax

FontSize

Return value

Double

Parameter

None

 

Example:

 

Dim Fnt As Font

Fnt.Bold := True

MsgBox(Fnt.FontSize)

#Shows 8,25