Click or drag to resize

DwgTextStyleStyle Property

Sets or gets the font style for the object

Namespace:  Atalasoft.Imaging.Codec.CadCam
Assembly:  Atalasoft.dotImage.Dwg (in Atalasoft.dotImage.Dwg.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public FontStyle Style { get; set; }

Property Value

Type: FontStyle
Remarks
This style is reflected directly from the DWG file. If font substitution occurs while constructing the Font object then the Font.Style property may be different.
See Also