TsgSHXRecord
Unit
Syntax
type TsgSHXRecord = record
ShapeNumber: Word;
DefBytes: Word;
ShapeName: string;
BytesPos: Cardinal;
ShapeBytes: PAnsiChar;
ShapePoly: TList;
ShapePolyVert: TList;
Xoff, Yoff, Scaleoff: Double;
FirstDown, LastDown: Double;
Top, Bottom: Double;
end;
Description
Represents SHX font parameters.
ShapeNumber – number of shape
DefBytes – number of data bytes in shape, 2000 max
ShapeName – pointer to shape name
BytesPos – position of ShapeBytes in the file
ShapePoly – vertexes list of shape
ShapePolyVert – vertexes list of shape for vertical text
Go to CAD VCL Enterprise