TsgTextStyle
Unit
Syntax
type TsgTextStyle = record
FontPath: string;
BigFontPath: string;
Name: string;
TextGeneration: TsgTextGeneration;
ObliqueAngle: Double;
Width: Double;
Vertical: Boolean;
UpSideDown: Boolean;
Backwards: Boolean;
FontIndex: Integer;
BigFontIndex: Integer;
FontExists: Boolean;
end;
Description
Represents a style of SHX text.
Field |
Meaning |
FontPath |
Full path to SHX font |
BigFontPath |
Full path to big SHX font |
Name |
Name of the file that contains SHX font |
TextGeneration |
The way text will be generated |
ObliqueAngle |
Oblique angle for SHX font |
Width |
Width of SHX font |
Vertical |
Text in a vertical orientation or not |
UpSideDown |
Text is mirrored in X axis or not |
Backwards |
Text is rotated around X axis or not |
FontIndex |
Index of the font in the SHX fonts list |
BigFontIndex |
Index of the font in the list of big SHX fonts |
FontExists |
SHX font exists or not |
Go to CAD VCL Enterprise