[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazcairo1.pas line 175
type Tcairo_hint_metrics_t = ( |
||
Tcairo_hint_metrics_tMinValue = - $7FFFFFFF, |
|
|
CAIRO_HINT_METRICS_DEFAULT = 0, |
|
|
CAIRO_HINT_METRICS_OFF = 1, |
|
|
CAIRO_HINT_METRICS_ON = 2, |
|
|
Tcairo_hint_metrics_tMaxValue = $7FFFFFFF |
|
|
); |