Class Font
The font model.
Inheritance
System.Object
Font
Namespace: BoldSign.Api.Model
Assembly: BoldSign.Api.dll
Syntax
public class Font : object
Properties
| Improve this Doc View SourceColor
Gets or sets the hex color.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LineHeight
Gets or sets LineHeight.
Declaration
public int LineHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Gets or sets Name.
Declaration
public FontFamily? Name { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<FontFamily> |
Size
Gets or sets Size.
Declaration
public float Size { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Style
Gets or sets Style.
Declaration
public FontStyle? Style { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<FontStyle> |