FontWeights Constant

Represents constant FontWeights.

Namespace: Graph
 FontWeights: array [DefaultFont .. BoldFont] of integer =
 (
 FW_BOLD, 
 FW_NORMAL, 
 FW_NORMAL, 
 FW_NORMAL, 
 FW_NORMAL, 
 FW_NORMAL, 
 FW_NORMAL, 
 FW_NORMAL, 
 FW_NORMAL, 
 FW_NORMAL, 
 FW_BOLD 
 );

Value

Type: array [DefaultFont .. BoldFont] of integer

 

Reference