| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Source position: lazcairo1.pas line 182
type Tcairo_font_type_t = (  | 
||
Tcairo_font_type_tMinValue = - $7FFFFFFF,  | 
  | 
|
CAIRO_FONT_TYPE_TOY = 0,  | 
  | 
|
CAIRO_FONT_TYPE_FT = 1,  | 
  | 
|
CAIRO_FONT_TYPE_WIN32 = 2,  | 
  | 
|
CAIRO_FONT_TYPE_QUARTZ = 3,  | 
  | 
|
CAIRO_FONT_TYPE_USER = 4,  | 
  | 
|
Tcairo_font_type_tMaxValue = $7FFFFFFF  | 
  | 
|
);  |