Click or drag to resize

TextStyleFontFamilyName Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the true type font family name.

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

Property Value

Type: String
Remarks
When the font family name is manually specified the file font will not be used and it will be set to empty. In this case the font information will be stored in the style extended data when saved to a DXF. This value is only applicable for true type fonts.
See Also