You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Font Management > FontIsStyleAvailable Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.FontIsStyleAvailable Method

Determines whether the specified style is available for this font family.

C#
public Boolean FontIsStyleAvailable(
    String FontName, 
    FontStyle FontStyle
);
Visual Basic
Public Function FontIsStyleAvailable(
    ByVal FontName As String, 
    ByVal FontStyle As FontStyle
) As Boolean
Parameters
Parameters 
Description 
FontName 
The font family name. ("Arial" or "Helvetica"...) 
FontStyle 
A member of the FontStyle enumeration.  
Returns

True if the font style is available else False.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.