'Declaration
Public Overloads Shared Sub AddFontFolder( _ ByVal Path As String, _ ByVal RecurseSubdirectories As Boolean _ )
public static void AddFontFolder( string Path, bool RecurseSubdirectories )
public procedure AddFontFolder( Path: String; RecurseSubdirectories: Boolean ); static;
public static function AddFontFolder( Path : String, RecurseSubdirectories : boolean );
public: static void AddFontFolder( string* Path, bool RecurseSubdirectories )
public: static void AddFontFolder( String^ Path, bool RecurseSubdirectories )
Parameters
- Path
- The new path to be added. Please use only one path in one method call.
- RecurseSubdirectories
- Specifies if the subdirectories should be included in the system fonts lookup.