Click or drag to resize

StiFontGeom Constructor (String, Single, FontStyle, GraphicsUnit, Byte, Boolean)

Initializes a new instance of the StiFontGeom class

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiFontGeom(
	string fontName,
	float fontSize,
	FontStyle style,
	GraphicsUnit unit,
	byte gdiCharSet,
	bool gdiVerticalFont
)

Parameters

fontName
Type: SystemString

[Missing <param name="fontName"/> documentation for "M:Stimulsoft.Base.Context.StiFontGeom.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean)"]

fontSize
Type: SystemSingle

[Missing <param name="fontSize"/> documentation for "M:Stimulsoft.Base.Context.StiFontGeom.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean)"]

style
Type: System.DrawingFontStyle

[Missing <param name="style"/> documentation for "M:Stimulsoft.Base.Context.StiFontGeom.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean)"]

unit
Type: System.DrawingGraphicsUnit

[Missing <param name="unit"/> documentation for "M:Stimulsoft.Base.Context.StiFontGeom.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean)"]

gdiCharSet
Type: SystemByte

[Missing <param name="gdiCharSet"/> documentation for "M:Stimulsoft.Base.Context.StiFontGeom.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean)"]

gdiVerticalFont
Type: SystemBoolean

[Missing <param name="gdiVerticalFont"/> documentation for "M:Stimulsoft.Base.Context.StiFontGeom.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean)"]

See Also