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
GlyphId
Declaration
public ushort GlyphId { get; }
Property Value
Type |
Description |
System.UInt16 |
|
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 < 97166269 - a6ac - 4e8d - 87 ce - f146222703fd > Vector2 ScaleFactor { get; }
Property Value
Type |
Description |
System.Numerics.<97166269-a6ac-4e8d-87ce-f146222703fd>Vector2 |
|
TextAttributes
Declaration
public TextAttributes TextAttributes { get; }
Property Value
TextDecorations
Declaration
public TextDecorations TextDecorations { get; }
Property Value
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 |
|
Methods
ShouldSkipGlyphRendering(CodePoint)
Declaration
protected static bool ShouldSkipGlyphRendering(CodePoint codePoint)
Parameters
Returns
Type |
Description |
System.Boolean |
|