| [Overview][Constants][Types][Procedures and functions][Variables][Index] | 
Record describing how texts are drawn.
Source position: graphh.inc line 460
type TextSettingsType = record  | 
||
font: Word;  | 
  | 
Font used.  | 
direction: Word;  | 
  | 
Direction in which to write.  | 
charsize: Word;  | 
  | 
Font size  | 
horiz: Word;  | 
  | 
Horizontal justification  | 
vert: Word;  | 
  | 
Vertical justification  | 
end;  |