Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The FontArray structure uses the same formatting as the OpenInsight FONT property. Visit the Font common OLE property page for further documentation.

...

Code Block
// Set the font to Arial 
Set_Property(@Window:".OLE_TAB", "OLE.Font", "Arial") 

// Set the font to italic 
Set_Property(@Window:".OLE_TAB", "OLE.Font", @SVM:@SVM:@SVM:1) 

// Set the font to bold 
Set_Property(@Window:".OLE_TAB", "OLE.Font", @SVM:@SVM:700)

See Also

SelectFont