TsrvActionInsertNote.Font

<< Click to display table of contents >>

TsrvActionInsertNote.Font

Default font for text in a note's document.

type
  TSRVAFont = class (TFont)
property Font: TSRVAFont;

This value is used if UseStyleTemplates=False for the target editor, or the required style template does not exist in Editor.RichViewEdit.Style.StyleTemplates. Otherwise, note text is formatted according to a style template.

Style template names:

"footnote text" for footnotes,

"endnote text" for endnotes,

StyleTemplateName for sidenotes and text boxes (default values: "Sidenote Text" for sidenotes, "Normal" for text boxes)

Default value:

'Arial', 10