NameOther Property

Applies To

Font object.

Description

Returns or sets the font used for characters whose character set numbers are greater than 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

NameAscii property, NameFarEast property.

Example

This example sets the font used for characters whose character set numbers are greater than 127.

Selection.Font.NameOther = "Century"