Click or drag to resize

Font Constructor

Ctor.

Namespace:  Resto.Front.Api.Data.View
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public Font(
	string fontFamily,
	float size,
	FontStyle fontStyle
)

Parameters

fontFamily
Type: SystemString
size
Type: SystemSingle
fontStyle
Type: Resto.Front.Api.Data.ViewFontStyle
See Also