'Declaration
Public Function GetFontType( _ ByVal FontIdx As Integer _ ) As String
public string GetFontType( int FontIdx )
public function GetFontType( FontIdx: Integer ): String;
public function GetFontType( FontIdx : int ) : String;
public: string* GetFontType( int FontIdx )
public: String^ GetFontType( int FontIdx )
Parameters
- FontIdx