Click or drag to resize

StiContainerSetFont Method (Font, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

Sets IStiFont from all selected objects in the container.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void SetFont(
	Font font,
	bool setFontFamily,
	bool setSize,
	bool setStyleBold,
	bool setStyleItalic,
	bool setStyleUnderline,
	bool setStyleStrikeout,
	bool setUnit,
	bool setGdiCharSet,
	bool setGdiVerticalFont
)

Parameters

font
Type: System.DrawingFont

[Missing <param name="font"/> documentation for "M:Stimulsoft.Report.Components.StiContainer.SetFont(System.Drawing.Font,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

setFontFamily
Type: SystemBoolean

[Missing <param name="setFontFamily"/> documentation for "M:Stimulsoft.Report.Components.StiContainer.SetFont(System.Drawing.Font,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

setSize
Type: SystemBoolean

[Missing <param name="setSize"/> documentation for "M:Stimulsoft.Report.Components.StiContainer.SetFont(System.Drawing.Font,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

setStyleBold
Type: SystemBoolean

[Missing <param name="setStyleBold"/> documentation for "M:Stimulsoft.Report.Components.StiContainer.SetFont(System.Drawing.Font,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

setStyleItalic
Type: SystemBoolean

[Missing <param name="setStyleItalic"/> documentation for "M:Stimulsoft.Report.Components.StiContainer.SetFont(System.Drawing.Font,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

setStyleUnderline
Type: SystemBoolean

[Missing <param name="setStyleUnderline"/> documentation for "M:Stimulsoft.Report.Components.StiContainer.SetFont(System.Drawing.Font,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

setStyleStrikeout
Type: SystemBoolean

[Missing <param name="setStyleStrikeout"/> documentation for "M:Stimulsoft.Report.Components.StiContainer.SetFont(System.Drawing.Font,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

setUnit
Type: SystemBoolean

[Missing <param name="setUnit"/> documentation for "M:Stimulsoft.Report.Components.StiContainer.SetFont(System.Drawing.Font,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

setGdiCharSet
Type: SystemBoolean

[Missing <param name="setGdiCharSet"/> documentation for "M:Stimulsoft.Report.Components.StiContainer.SetFont(System.Drawing.Font,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

setGdiVerticalFont
Type: SystemBoolean

[Missing <param name="setGdiVerticalFont"/> documentation for "M:Stimulsoft.Report.Components.StiContainer.SetFont(System.Drawing.Font,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also