Interface IMetricsHeader
Namespace: SixLabors.Fonts
Assembly: IronXL.dll
Syntax
public interface IMetricsHeader
Properties
AdvanceHeightMax
Declaration
short AdvanceHeightMax { get; }
Property Value
| Type | Description |
|---|---|
| System.Int16 |
AdvanceWidthMax
Declaration
short AdvanceWidthMax { get; }
Property Value
| Type | Description |
|---|---|
| System.Int16 |
Ascender
Declaration
short Ascender { get; }
Property Value
| Type | Description |
|---|---|
| System.Int16 |
Descender
Declaration
short Descender { get; }
Property Value
| Type | Description |
|---|---|
| System.Int16 |
LineGap
Declaration
short LineGap { get; }
Property Value
| Type | Description |
|---|---|
| System.Int16 |
LineHeight
Declaration
short LineHeight { get; }
Property Value
| Type | Description |
|---|---|
| System.Int16 |