Face Property

The Face property returns or sets the typeface name. Returns a String.

Syntax

object.Face

object.Face = Face

 

Parameter Type Description
Face String required, typeface name

 

Example 1

This example demonstrates how to return the typeface name.

Debug.Print FontFormat.Face

Example 2

This example demonstrates how to set the typeface to Arial.

FontFormat.Face= "Arial"

 

Used by: AutoMFont object