Class FontMetrics
Inheritance
System.Object
FontMetrics
Assembly: IronXL.dll
Syntax
public abstract class FontMetrics : Object
Properties
Description
Declaration
public abstract FontDescription Description { get; }
Property Value
HorizontalMetrics
Declaration
public abstract HorizontalMetrics HorizontalMetrics { get; }
Property Value
ItalicAngle
Declaration
public abstract float ItalicAngle { get; }
Property Value
Type |
Description |
System.Single |
|
ScaleFactor
Declaration
public abstract float ScaleFactor { get; }
Property Value
Type |
Description |
System.Single |
|
StrikeoutPosition
Declaration
public abstract short StrikeoutPosition { get; }
Property Value
Type |
Description |
System.Int16 |
|
StrikeoutSize
Declaration
public abstract short StrikeoutSize { get; }
Property Value
Type |
Description |
System.Int16 |
|
SubscriptXOffset
Declaration
public abstract short SubscriptXOffset { get; }
Property Value
Type |
Description |
System.Int16 |
|
SubscriptXSize
Declaration
public abstract short SubscriptXSize { get; }
Property Value
Type |
Description |
System.Int16 |
|
SubscriptYOffset
Declaration
public abstract short SubscriptYOffset { get; }
Property Value
Type |
Description |
System.Int16 |
|
SubscriptYSize
Declaration
public abstract short SubscriptYSize { get; }
Property Value
Type |
Description |
System.Int16 |
|
SuperscriptXOffset
Declaration
public abstract short SuperscriptXOffset { get; }
Property Value
Type |
Description |
System.Int16 |
|
SuperscriptXSize
Declaration
public abstract short SuperscriptXSize { get; }
Property Value
Type |
Description |
System.Int16 |
|
SuperscriptYOffset
Declaration
public abstract short SuperscriptYOffset { get; }
Property Value
Type |
Description |
System.Int16 |
|
SuperscriptYSize
Declaration
public abstract short SuperscriptYSize { get; }
Property Value
Type |
Description |
System.Int16 |
|
UnderlinePosition
Declaration
public abstract short UnderlinePosition { get; }
Property Value
Type |
Description |
System.Int16 |
|
UnderlineThickness
Declaration
public abstract short UnderlineThickness { get; }
Property Value
Type |
Description |
System.Int16 |
|
UnitsPerEm
Declaration
public abstract ushort UnitsPerEm { get; }
Property Value
Type |
Description |
System.UInt16 |
|
VerticalMetrics
Declaration
public abstract VerticalMetrics VerticalMetrics { get; }
Property Value
Methods
TryGetGlyphMetrics(CodePoint, TextAttributes, TextDecorations, LayoutMode, ColorFontSupport, out IReadOnlyList<GlyphMetrics>)
Declaration
public abstract bool TryGetGlyphMetrics(CodePoint codePoint, TextAttributes textAttributes, TextDecorations textDecorations, LayoutMode layoutMode, ColorFontSupport support, out IReadOnlyList<GlyphMetrics> metrics)
Parameters
Returns
Type |
Description |
System.Boolean |
|