Click or drag to resize

Font Constructor

Ctor.

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

Parameters

fontFamily  String
 
size  Single
 
fontStyle  FontStyle
 
See Also