'Declaration Public Function FontCanRenderText( _ ByVal FontNo As Integer, _ ByVal Text As String _ ) As Boolean
'Declaration
Public Function FontCanRenderText( _ ByVal FontNo As Integer, _ ByVal Text As String _ ) As Boolean
public bool FontCanRenderText( int FontNo, string Text )
public function FontCanRenderText( FontNo: Integer; Text: String ): Boolean;
public function FontCanRenderText( FontNo : int, Text : String ) : boolean;
public: bool FontCanRenderText( int FontNo, string* Text )
public: bool FontCanRenderText( int FontNo, String^ Text )
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging GdPictureImaging Members