GdPicture.NET.14
GdPicture14 Namespace / ThumbnailEx Class / SetItemsFont Method





In This Topic
SetItemsFont Method (ThumbnailEx)
In This Topic
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
FontSize
FontStyle
See Also