'Declaration
Public Function AddTrueTypeFontFromFileU( _ ByVal FilePath As String, _ ByVal FileName As String, _ ByVal Bold As Boolean, _ ByVal Italic As Boolean, _ ByVal EnableSubset As Boolean _ ) As String
public string AddTrueTypeFontFromFileU( string FilePath, string FileName, bool Bold, bool Italic, bool EnableSubset )
public function AddTrueTypeFontFromFileU( FilePath: String; FileName: String; Bold: Boolean; Italic: Boolean; EnableSubset: Boolean ): String;
public function AddTrueTypeFontFromFileU( FilePath : String, FileName : String, Bold : boolean, Italic : boolean, EnableSubset : boolean ) : String;
public: string* AddTrueTypeFontFromFileU( string* FilePath, string* FileName, bool Bold, bool Italic, bool EnableSubset )
public: String^ AddTrueTypeFontFromFileU( String^ FilePath, String^ FileName, bool Bold, bool Italic, bool EnableSubset )
Parameters
- FilePath
- FileName
- Bold
- Italic
- EnableSubset