GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / FontCanRenderText Method





In This Topic
FontCanRenderText Method (GdPictureImaging)
In This Topic
Syntax
'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
) 

Parameters

FontNo
Text
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members