Value between 1 and FontGetCount().
The text to render.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / FontCanRenderText Method

FontCanRenderText Method (GdPictureImaging)

In This Topic
Returns if a specific font can render a specific text.
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
Value between 1 and FontGetCount().
Text
The text to render.

Return Value

True if the font is will be able to render the specified text.
See Also