Specify the font of thumbnails text.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetTextFont(
	IEMulti..::..TextFontPos position,
	IERGB color,
	string name,
	int height,
	IEFontStyle style
)
Public Sub SetTextFont ( _
	position As IEMulti..::..TextFontPos, _
	color As IERGB, _
	name As String, _
	height As Integer, _
	style As IEFontStyle _
)
public:
void SetTextFont(
	IEMulti..::..TextFontPos position, 
	IERGB color, 
	String^ name, 
	int height, 
	IEFontStyle style
)

Parameters

position
IEMulti..::..TextFontPos
Which text the font has been specified for.
color
IERGB
Text color.
name
String
Font name.
height
Int32
Font height.
style
IEFontStyle
Font style.

See Also