| 
       << Click to display table of contents >> TRVDefaultLoadProperties.DefaultFontSizesDouble | 
    
Defines fonts sizes for HTML import.
type
  TRVFontSizeType = (
rvfstDefault,
rvfstXXSmall, rvfstXSmall, rvfstSmall,
rvfstMedium,
rvfstLarge, rvfstXLarge, rvfstXXLarge,
rvfstXXXLarge);
property DefaultFontSizesDouble[
Index: TRVFontSizeType]: Integer
Values are measured in half-points. For example, value 24 means 24/2 = 12 pt.
The following fonts are used when importing HTML files.
Value  | 
HTML  | 
CSS  | 
Default Value  | 
|---|---|---|---|
rvfstDefault  | 
Used if not defined  | 
24  | 
|
rvfstXXSmall  | 
1  | 
xx-small  | 
16  | 
rvfstXSmall  | 
–  | 
x-small  | 
18  | 
rvfstSmall  | 
2  | 
small  | 
20  | 
rvfstMedium  | 
3  | 
medium  | 
24  | 
rvfstLarge  | 
4  | 
large  | 
28  | 
rvfstXLarge  | 
5  | 
x-large  | 
36  | 
rvfstXXLarge  | 
6  | 
xx-large  | 
48  | 
rvfstXXXLarge  | 
7  | 
xxx-large  | 
56  | 
It's highly recommend to set DefaultFontSizesDouble[rvfstDefault] equal to DefaultFontSizesDouble[rvfstMedium].