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 FontStyle _
) As Boolean
public bool FontIsStyleAvailable( 
   string FontName,
   FontStyle FontStyle
)
public function FontIsStyleAvailable( 
    FontName: String;
    FontStyle: FontStyle
): Boolean; 
public function FontIsStyleAvailable( 
   FontName : String,
   FontStyle : FontStyle
) : boolean;
public: bool FontIsStyleAvailable( 
   string* FontName,
   FontStyle FontStyle
) 
public:
bool FontIsStyleAvailable( 
   String^ FontName,
   FontStyle 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