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; }
Public Property Font As Font
Get
Set
Property Value
Type:
FontRemarks 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