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

TTextStyle

The Style of the Text to be drawn in a rectangle

Declaration

Source position: graphics.pp line 95

type TTextStyle = packed record

  Alignment: TAlignment;

  

  Layout: TTextLayout;

  

  SingleLine: Boolean;

  

  Clipping: Boolean;

  

  ExpandTabs: Boolean;

  

  ShowPrefix: Boolean;

  

  Wordbreak: Boolean;

  

  Opaque: Boolean;

  

  SystemFont: Boolean;

  

  RightToLeft: Boolean;

  

end;

Description

The Style of the Text to be drawn in a rectangle

The latest version of this document can be found at lazarus-ccr.sourceforge.net.