Link Search Menu Expand Document

ComHelpersCreateSystemFont2 Method

[Missing <summary> documentation for "M:Bytescout.PDF.ComHelpers.CreateSystemFont2(System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public Font CreateSystemFont2(
	string fontName,
	float emSize,
	bool bold,
	bool italic,
	bool underline,
	bool strikeout
)

Parameters

fontName
Type: SystemString

[Missing <param name="fontName"/> documentation for "M:Bytescout.PDF.ComHelpers.CreateSystemFont2(System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

emSize
Type: SystemSingle

[Missing <param name="emSize"/> documentation for "M:Bytescout.PDF.ComHelpers.CreateSystemFont2(System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

bold
Type: SystemBoolean

[Missing <param name="bold"/> documentation for "M:Bytescout.PDF.ComHelpers.CreateSystemFont2(System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

italic
Type: SystemBoolean

[Missing <param name="italic"/> documentation for "M:Bytescout.PDF.ComHelpers.CreateSystemFont2(System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

underline
Type: SystemBoolean

[Missing <param name="underline"/> documentation for "M:Bytescout.PDF.ComHelpers.CreateSystemFont2(System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

strikeout
Type: SystemBoolean

[Missing <param name="strikeout"/> documentation for "M:Bytescout.PDF.ComHelpers.CreateSystemFont2(System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Return Value

Type: Font

[Missing <returns> documentation for "M:Bytescout.PDF.ComHelpers.CreateSystemFont2(System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also

Reference