FontCanRenderText Method (GdPictureImaging)
In This Topic
Returns if a specific font can render a specific text.
Syntax
'Declaration
Public Function FontCanRenderText( _
ByVal As Integer, _
ByVal As String _
) As Boolean
public bool FontCanRenderText(
int ,
string
)
public function FontCanRenderText(
: Integer;
: String
): Boolean;
public function FontCanRenderText(
: int,
: String
) : boolean;
public: bool FontCanRenderText(
int ,
string*
)
public:
bool FontCanRenderText(
int ,
String^
)
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