Click or drag to resize

TextStyleFontFile Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the text style font file name.

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public string FontFile { get; set; }
Request Example View Source

Property Value

Type: String
Remarks
When this value is used for true type fonts should be present in the Font system folder.
When the style does not contain any information for the file the font information will be saved in the extended data when saved to a DXF, this is only applicable for true type fonts.
See Also