Value between 1 and FontGetCount().





In This Topic

FontIsSymbolic Method (GdPictureImaging)

In This Topic
Returns if a specific font is symbolic.
Syntax
'Declaration
 
Public Function FontIsSymbolic( _
   ByVal FontNo As Integer _
) As Boolean
public bool FontIsSymbolic( 
   int FontNo
)
public function FontIsSymbolic( 
    FontNo: Integer
): Boolean; 
public function FontIsSymbolic( 
   FontNo : int
) : boolean;
public: bool FontIsSymbolic( 
   int FontNo
) 
public:
bool FontIsSymbolic( 
   int FontNo
) 

Parameters

FontNo
Value between 1 and FontGetCount().

Return Value

True if the font is symbolic, false otherwise.
See Also