[]
public static C1Font Create(double? fontSize = null, string fontFamily = null, bool? isBold = null, bool? isItalic = null)
Type | Name | Description |
---|---|---|
double? | fontSize | |
string | fontFamily | |
bool? | isBold | |
bool? | isItalic |
Type | Description |
---|---|
C1Font |
public static C1Font Create(Func<double> getFontSize = null, Func<string> getFontFamily = null, Func<bool?> getIsBold = null, Func<bool?> getIsItalic = null)
Type | Name | Description |
---|---|---|
Func<double> | getFontSize | |
Func<string> | getFontFamily | |
Func<bool?> | getIsBold | |
Func<bool?> | getIsItalic |
Type | Description |
---|---|
C1Font |