Gets or sets a value indicating whether the TTF fonts are used.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Property UseTTFFonts() As Boolean |
C#
|
public static bool UseTTFFonts {get; set;} |
Property Value
true if the TTF fonts are used; otherwise,
false. The default is
true.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also