.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


GetNotesFont method
Example

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$


addOnFail Return value

notesFont%


Usage

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