Click or drag to resize

cFontCreatecFont Method

Create a new Font

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

Parameters

familyName  String
 
size  Single
 
bold  Boolean
 
italic  Boolean
 
underline  Boolean
 

Return Value

cFont
See Also