Class TCharDefn (unit Main) |
Inherits from
TObject
constructor Create(Ascii: Char);
- ------------- TCharDefn CLASS ----------------------
procedure AssignTo(Dest: TCharDefn);
procedure CentredMargins(ReqdSWid:ShortInt; ReqdLWid:ShortInt);
procedure ClearBits;
copy entire object, including Code
function IsEmpty: boolean;
procedure LoadFromStream(Stream: TStream);
Because all its fields are simple types or records, streaming is easy
procedure NoMargins;
procedure SaveToStream(Stream: TStream);
space char doesn't need pixels to exist
Code : Byte;
Large : TLargeArray;
Small : TSmallArray;
constructor Create(Ascii: Char);
------------- TCharDefn CLASS ----------------------
procedure AssignTo(Dest: TCharDefn);
procedure CentredMargins(ReqdSWid:ShortInt; ReqdLWid:ShortInt);
procedure ClearBits;
copy entire object, including Code
function IsEmpty: boolean;
procedure LoadFromStream(Stream: TStream);
Because all its fields are simple types or records, streaming is easy
procedure NoMargins;
procedure SaveToStream(Stream: TStream);
space char doesn't need pixels to exist
Code : Byte;
Large : TLargeArray;
Small : TSmallArray;