FontIsStyleAvailable Method (GdPictureImaging)
In This Topic
Determines whether the specified style is available for this font family.
Syntax
'Declaration
Public Function FontIsStyleAvailable( _
ByVal As String, _
ByVal As FontStyle _
) As Boolean
public bool FontIsStyleAvailable(
string ,
FontStyle
)
public function FontIsStyleAvailable(
: String;
: FontStyle
): Boolean;
public function FontIsStyleAvailable(
: String,
: FontStyle
) : boolean;
public: bool FontIsStyleAvailable(
string* ,
FontStyle
)
public:
bool FontIsStyleAvailable(
String^ ,
FontStyle
)
Parameters
- FontName
- The font family name. ("Arial" or "Helvetica"...).
- FontStyle
- A member of the FontStyle enumeration.
Return Value
True if the font style is available else False.
See Also