Link Search Menu Expand Document

ComHelpersCreateStandardFont2 Method

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

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public Font CreateStandardFont2(
	int standardFontId,
	float emSize,
	bool underline,
	bool strikeout
)

Parameters

standardFontId
Type: SystemInt32

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

emSize
Type: SystemSingle

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

underline
Type: SystemBoolean

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

strikeout
Type: SystemBoolean

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

Return Value

Type: Font

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

See Also

Reference