OutlineFont Property
True if the font is an outline font. Read/write Variant.
expression.OutlineFont
expression Required. An expression that returns one of the objects in the Applies To list.
Remarks
This property has no effect in Windows, but its value is retained (it can be set and returned).
Example
This example sets the font for the chart title to an outline font.
myChart.ChartTitle.Font.OutlineFont = True