FontsPaths Property (ISystemFiles) Send Feedback
See Also  Example
Gets or sets where to search for font files.

Syntax

Visual Basic 
Property FontsPaths As System.Object
C# 
System.object FontsPaths {get; set;}
JavaScript 
get_FontsPaths () : dsSystem.Object
put_FontsPaths (
   NewVal : dsSystem.Object
)
COM native C++ 
HRESULT get_FontsPaths(
   VARIANT* StrArray
) 
HRESULT put_FontsPaths( 
   VARIANT NewStrArray
C++ 
DSRESULT get_FontsPaths (
   dsStringArray* StrArray
)
DSRESULT put_FontsPaths(
   const dsStringArray& NewStrArray
)

Property Value

Array of strings of the paths of where to search for font files

Example

See Also

Availability

DraftSight V1R3.0