| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Source position: lazcairo1.pas line 151
type Tcairo_font_weight_t = (  | 
||
Tcairo_font_weight_tMinValue = - $7FFFFFFF,  | 
  | 
|
CAIRO_FONT_WEIGHT_NORMAL = 0,  | 
  | 
|
CAIRO_FONT_WEIGHT_BOLD = 1,  | 
  | 
|
Tcairo_font_weight_tMaxValue = $7FFFFFFF  | 
  | 
|
);  |