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
public GdPictureStatus SetItemsFont( 
   string FontName,
   float FontSize,
   FontStyle FontStyle
)
public function SetItemsFont( 
    FontName: String;
    FontSize: Single;
    FontStyle: FontStyle
): GdPictureStatus; 
public function SetItemsFont( 
   FontName : String,
   FontSize : float,
   FontStyle : FontStyle
) : GdPictureStatus;
public: GdPictureStatus SetItemsFont( 
   string* FontName,
   float FontSize,
   FontStyle FontStyle
) 
public:
GdPictureStatus SetItemsFont( 
   String^ FontName,
   float FontSize,
   FontStyle FontStyle
) 

Parameters

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

Return Value

A member of the GdPictureStatus enumeration.
See Also