NameAscii Property

Applies To

Font object.

Description

Returns or sets the font used for characters whose character set numbers are from 0 (zero) through 127. Read/write String.

Note In the U.S. English version of Microsoft Word, this property defaults to Times New Roman. Use the Name property to change the font that's applied to the text and that appears on the Formatting toolbar.

See Also

NameFarEast property, NameOther property.

Example

This example sets the font used for characters whose character set numbers are from 0 (zero) through 127.

Selection.Font.NameAscii = "Century"