NameOther Property

Microsoft PowerPoint Visual Basic

Returns or sets the font used for characters whose character set numbers are greater than 127. Read/write String.

Remarks

In the U.S. English version of Microsoft PowerPoint, this property is read-only and the default value is Times New Roman. Use the Replace method to change a font in a presentation. The NameOther property setting is the same as the NameASCII property setting except when the NameASCII property is set to "Use FE Font."

Example

This example sets the font used for characters whose character set numbers are greater than 127, for the first member of the Fonts collection.

ActivePresentation.Fonts(1).NameOther = "Tahoma"