LOTUSSCRIPT/COM/OLE CLASSES
Read-write. The font face of data in a column.
Note This property is new with Release 5.
Note This property is read-write with Release 6.
Defined in
NotesViewColumn
Data type
String
Syntax
To get:face$ = notesViewColumn.FontFace
To set: notesViewColumn. FontFace = face$
Usage
Typical font faces include Arial, Courier, Default Sans Serif, Helvetica, Palatino, Symbol, Times New Roman, and many more. For a complete list, run @FontList or see the font tab in the Column Properties box.
Language cross-reference
FontFace property in Java ViewColumn class
Example