'Declaration<DispIdAttribute(46)> Function AddTrueTypeFontU( _ ByVal FontName As String, _ ByVal CharSet As FontCharSet, _ ByVal Bold As Boolean, _ ByVal Italic As Boolean _ ) As String
[DispId(46)] string AddTrueTypeFontU( string FontName, FontCharSet CharSet, bool Bold, bool Italic )
function AddTrueTypeFontU(
FontName: String;
CharSet: FontCharSet;
Bold: Boolean;
Italic: Boolean
): String;
DispIdAttribute(46) function AddTrueTypeFontU( FontName : String, CharSet : FontCharSet, Bold : boolean, Italic : boolean ) : String;
[DispId(46)] string* AddTrueTypeFontU( string* FontName, FontCharSet CharSet, bool Bold, bool Italic )
[DispId(46)] String^ AddTrueTypeFontU( String^ FontName, FontCharSet CharSet, bool Bold, bool Italic )
Parameters
- FontName
- CharSet
- Bold
- Italic
