LOTUSSCRIPT/COM/OLE CLASSES
Returns an identifier for a font face in a document.
Note This method is new with Release 6.
Defined in
NotesRichTextItem
Syntax
notesFont% = notesRichTextItem.GetNotesFont( faceName$, addOnFail )
Parameters
faceName$
notesFont%
The identifier can be used to set NotesFont in NotesRichTextStyle.
Identifiers assigned by GetNotesFont are in the range 5 through 254.
Language cross-reference
getNotesFont method in Java RichTextItem class
@FontList function in formula language
Example See Also