TextSettingsType
Record describing how texts are drawn.
Declaration
Source position: graphh.inc line 460
Type
TextSettingsType = record
  font : Word;
  direction : Word;
  charsize : Word;
  horiz : Word;
  vert : Word;
end
Record describing how texts are drawn.
Source position: graphh.inc line 460
Type
TextSettingsType = record
  font : Word;
  direction : Word;
  charsize : Word;
  horiz : Word;
  vert : Word;
end