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