TRVDefaultLoadProperties.GenericFontNames

<< Click to display table of contents >>

TRVDefaultLoadProperties.GenericFontNames

Default font names.

type

  TRVGenericFontFamily = (

   rvgffRVDefault, rvgffSerif, rvgffSansSerif,

   rvgffMonospace, rvgffCursive, rvgffFantasy,

   rvgffSystemUI, rvgffUISerif, rvgffUISansSerif,

   rvgffUIMonospace, rvgffUIRrounded, rvgffEmoji,

   rvgffMath, rvgffFangsong, rvgffRVSymbols,

   rvgffRVBullets);

 

property GenericFontNames[

  Index: TRVGenericFontFamily]: TFontName;

HTML import

The following fonts are used when importing HTML files.

Value

Used

rvgffRVDefault

If font is not defined

rvgffSerif

For CSS "serif" font family

rvgffSansSerif

For CSS "sans-serif" font family

rvgffMonospace

For CSS "monospace" font family (and for tags like <code>)

rvgffCursive

For CSS "cursive" font family

rvgffFantasy

For CSS "fantasy" font family

rvgffSystemUI

For CSS "system-ui" font family

rvgffUISansSerif

For CSS "ui-sans-serif" font family

rvgffUISerif

For CSS "ui-serif" font family

rvgffUIMonospace

For CSS "ui-monospace" font family

rvgffUIRrounded

For CSS "ui-rounded" font family

rvgffEmoji

For CSS "emoji" font family

rvgffMath

For CSS "math" font family

rvgffFangsong

For CSS "fangsong" font family

rvgffRVBullets

For bullets (paragraph list markers)

Markdown

The following fonts are used when importing Markdown files.

Value

Used

rvgffMonospace

For code fragments, if StyleTemplates are not used, or there is no 'HTML Code' style template.

rvgffRVBullets

For bullets (paragraph list markers)

RTF and DocX

The following fonts are used when importing RTF and DocX files.

Value

Used

rvgffRVSymbols

Instead of symbol fonts, if ConvertSymbolFonts = True

rvgffRVBullets

For bullets (paragraph list markers) instead of symbol fonts, if ConvertSymbolFonts = True

Default values

Default values depend on the platform.

Value

Default Value

Windows

macOS

iOS

Linux

Android

rvgffRVDefault

'Tahoma'

'Helvetica'

'Helvetica'

'Liberation Sans'

'normal'

rvgffSerif

'Times New Roman'

'Times'

'Times New Roman'

'Liberation Serif'

'serif'

rvgffSansSerif

'Arial'

'Helvetica'

'Helvetica'

'Liberation Sans'

'normal'

rvgffMonospace

'Courier New'

'Courier New'

'Courier New'

'DejaVu Sans Mono'

'monospace'

rvgffCursive

'Comic Sans MS'

'Apple Chancery'

'Snell Roundhand'

'Z003'

'normal'

rvgffFantasy

'Impact'

'Papyrus'

'Papyrus'

'Impact'

'normal'

rvgffSystemUI

'Segoe UI'

'Helvetica'

'Helvetica'

'Liberation Sans'

'normal'

rvgffUISansSerif

Same as for rvgffSansSerif

rvgffUISerif

Same as for rvgffSerif

rvgffUIMonospace

Same as for rvgffMonospace

rvgffUIRrounded

Same as for rvgffSansSerif

rvgffEmoji

rvgffMath

rvgffFangsong

'FangSong'

'FangSong'

'FangSong'

'FangSong'

'FangSong'

rvgffRVSymbols

'Segoe UI Symbol'

'Apple Symbols'

'Apple Symbols'

'Liberation Sans'

'normal'

rvgffRVBullets

Same as for rvgffRVDefault