Returns or sets the font used in the word balloon for the specified character.
agent.Characters ("CharacterID").Balloon.FontName [ = font]
Part | Description |
font | A string value corresponding to the font's name. |
The FontName property defines the font used to display text in the word balloon window as 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.
NoteIf you are using a character that you did not compile, check the FontName and CharSet 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.
CharSet property
--------------------------------------------------------