Click or drag to resize

cFontCreatecFont Method

Create a new Font

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public cFont CreatecFont(
	string familyName,
	float size,
	bool bold,
	bool italic,
	bool underline
)

Parameters

familyName
Type: SystemString
size
Type: SystemSingle
bold
Type: SystemBoolean
italic
Type: SystemBoolean
underline
Type: SystemBoolean

Return Value

Type: cFont
See Also