GdPicture.NET.14
GdPicture14 Namespace / ThumbnailEx Class / SetItemsFont Method
The font family name.
The font size.
The font style.





In This Topic
SetItemsFont Method (ThumbnailEx)
In This Topic
Change the font used to render the text of all items.
Syntax
'Declaration
 
Public Function SetItemsFont( _
   ByVal FontName As String, _
   ByVal FontSize As Single, _
   ByVal FontStyle As FontStyle _
) As GdPictureStatus
 

Parameters

FontName
The font family name.
FontSize
The font size.
FontStyle
The font style.

Return Value

A member of the GdPictureStatus enumeration.
See Also