'Declaration
Public Overloads Shared Sub AddFontFolder( _ ByVal Path As String _ )
public static void AddFontFolder( string Path )
public procedure AddFontFolder( Path: String ); static;
public static function AddFontFolder( Path : String );
public: static void AddFontFolder( string* Path )
public: static void AddFontFolder( String^ Path )
Parameters
- Path
- The new path to be added. Please use only one path in one method call.