Class GlyphMetrics
Inheritance
System.Object
GlyphMetrics
Assembly: IronXL.dll
Syntax
public abstract class GlyphMetrics : Object
Properties
AdvanceHeight
Declaration
public ushort AdvanceHeight { get; }
Property Value
Type |
Description |
System.UInt16 |
|
AdvanceWidth
Declaration
public ushort AdvanceWidth { get; }
Property Value
Type |
Description |
System.UInt16 |
|
BottomSideBearing
Declaration
public short BottomSideBearing { get; }
Property Value
Type |
Description |
System.Int16 |
|
CodePoint
Declaration
public CodePoint CodePoint { get; }
Property Value
GlyphColor
Declaration
public Nullable<GlyphColor> GlyphColor { get; }
Property Value
GlyphType
Declaration
public GlyphType GlyphType { get; }
Property Value
Height
Declaration
public float Height { get; }
Property Value
Type |
Description |
System.Single |
|
LeftSideBearing
Declaration
public short LeftSideBearing { get; }
Property Value
Type |
Description |
System.Int16 |
|
RightSideBearing
Declaration
public short RightSideBearing { get; }
Property Value
Type |
Description |
System.Int16 |
|
ScaleFactor
Declaration
public glwtws ScaleFactor { get; protected set; }
Property Value
Type |
Description |
Iron.Excel.Extensions.glwtws |
|
TopSideBearing
Declaration
public short TopSideBearing { get; }
Property Value
Type |
Description |
System.Int16 |
|
UnitsPerEm
Declaration
public ushort UnitsPerEm { get; }
Property Value
Type |
Description |
System.UInt16 |
|
Width
Declaration
public float Width { get; }
Property Value
Type |
Description |
System.Single |
|