Previous: 4.37.1.19. SVGA mode constants To the Table of Contents Next: 4.37.1.21. ViewPortType
4.37.1.19. SVGA mode constants Table of Contents 4.37.1.21. ViewPortType

- 4.37.1.20. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.1. Graph Unit Types, Constants, and Variables
4.37.1.20. TextSettingsType


4.37.1.20. TextSettingsType

Targets: MS-DOS, Win32


Graph Unit

The record that defines the text attributes used by GetTextSettings.

Declaration:
TextSettingsType = record 
   Font           : Pointer;
   FontSize       : DWORD;
   FirstChar      : DWORD;
   Width          : DWORD;
   Height         : DWORD;
   Space          : DWORD;
   Direction      : DWORD;
   Horiz          : DWORD;
   Vert           : DWORD;
end;



Previous: 4.37.1.19. SVGA mode constants To the Table of Contents Next: 4.37.1.21. ViewPortType
4.37.1.19. SVGA mode constants Table of Contents 4.37.1.21. ViewPortType

- 4.37.1.20. -