The font family name. ("Arial" or "Helvetica"...).
A member of the FontStyle enumeration.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / FontIsStyleAvailable Method

FontIsStyleAvailable Method (GdPictureImaging)

In This Topic
Determines whether the specified style is available for this font family.
Syntax
'Declaration

 

Public Function FontIsStyleAvailable( _

   ByVal FontName As String, _

   ByVal FontStyle As GdPictureFontStyle _

) As Boolean
public bool FontIsStyleAvailable( 

   string FontName,

   GdPictureFontStyle FontStyle

)
public function FontIsStyleAvailable( 

    FontName: String;

    FontStyle: GdPictureFontStyle

): Boolean; 
public function FontIsStyleAvailable( 

   FontName : String,

   FontStyle : GdPictureFontStyle

) : boolean;
public: bool FontIsStyleAvailable( 

   string* FontName,

   GdPictureFontStyle FontStyle

) 
public:

bool FontIsStyleAvailable( 

   String^ FontName,

   GdPictureFontStyle 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