FontName Property (Balloon Object)

[Microsoft Agent is deprecated as of Windows 7, and may be unavailable in subsequent versions of Windows.]

Description

Returns or sets the font used in the word balloon for the specified character.

Syntax

*agent.*Characters("CharacterID").Balloon.FontName [ = font]

Part Description
font A string value corresponding to the font's name.

 

Remarks

The FontName property defines the font used to display text in the word balloon window of a string. The default value for the font settings of a character's word balloon are set in the Microsoft Agent Character Editor. In addition, the user can override font settings for all characters in the Microsoft Agent property sheet.

This property applies only to your client application's use of the character; the setting does not affect other clients of the character or other characters of your client application.

Note

If you are using a character that you did not compile, check the FontName and FontCharSet properties for the character to determine whether they are appropriate for your locale. You may need to set these values before using the Speak method to ensure appropriate text display within the word balloon.