Arbortext IsoView > Programmer's Reference > Object Tip > SetObjectTipStyle
  
SetObjectTipStyle
Use this method set the text style used for object tips. The system font for tool tips is used by default. The usage of these tips is controlled by ObjectTipState.
Introduced with Arbortext IsoView 2.0.
Syntax
SetObjectTipStyleFontSizeStyleAlignment
Parameters:
Font
Defines the display name of the font as BSTR.
Size
Defines the size of the text (in points) as short.
Style
Defines the style of the text as short. Allowed values are:
0
NORMAL
1
BOLD
2
ITALIC
3
BOLDITALIC
* 
Add 256 if you want Arbortext IsoView to keep the tip window outside the object's area.
Alignment
Defines the alignment of the text as short. Allowed values are:
0
LEFT
1
CENTER
2
RIGHT
document.ivx1.SetObjectTipSyle( "Arial", 9, 0, 1 );