[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Lazcairo1' (#lcl)

Tcairo_text_cluster_flags_t

Declaration

Source position: lazcairo1.pas line 139

type Tcairo_text_cluster_flags_t = (

  Tcairo_text_cluster_flags_tMinValue = - $7FFFFFFF,

  

  CAIRO_TEXT_CLUSTER_FLAG_BACKWARD = 1,

  

  Tcairo_text_cluster_flags_tMaxValue = $7FFFFFFF

  

);