FontName Constant

Represents constant FontName.

Namespace: Graph
 FontName: array [DefaultFont .. BoldFont] of string =
 (
 'Console', 
 'Times New Roman', 
 'Small Fonts', 
 'MS Sans Serif', 
 'Arial', 
 'Script', 
 'Times New Roman', 
 'Script', 
 'Courier New', 
 'Times New Roman', 
 'Courier New Bold' 
 );

Value

Type: array [DefaultFont .. BoldFont] of string

 

Reference