[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Core.C1Font.Create

Create Method

Create(double?, string, bool?, bool?)

Declaration
public static C1Font Create(double? fontSize = null, string fontFamily = null, bool? isBold = null, bool? isItalic = null)
Parameters
Type Name Description
double? fontSize
string fontFamily
bool? isBold
bool? isItalic
Returns
Type Description
C1Font

Create(Func<double>, Func<string>, Func<bool?>, Func<bool?>)

Declaration
public static C1Font Create(Func<double> getFontSize = null, Func<string> getFontFamily = null, Func<bool?> getIsBold = null, Func<bool?> getIsItalic = null)
Parameters
Type Name Description
Func<double> getFontSize
Func<string> getFontFamily
Func<bool?> getIsBold
Func<bool?> getIsItalic
Returns
Type Description
C1Font