Click or drag to resize

DwgTextStyleFont Property

Sets or gets a Font object representing the font used for a block of text

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 Font Font { get; set; }

Property Value

Type: Font
Remarks
The Font value may be null if it is not possible to construct the requested font. The FontName will indicate the name of the font that was requested
See Also