Class GlyphRendererParameters
Inheritance
System.Object
GlyphRendererParameters
Assembly: IronXL.dll
Syntax
public sealed class GlyphRendererParameters : ValueType, IEquatable<GlyphRendererParameters>
Properties
CodePoint
Declaration
public CodePoint CodePoint { get; }
Property Value
Dpi
Declaration
public float Dpi { get; }
Property Value
Type |
Description |
System.Single |
|
Font
Declaration
public string Font { get; }
Property Value
Type |
Description |
System.String |
|
FontStyle
Declaration
public FontStyle FontStyle { get; }
Property Value
GlyphColor
Declaration
public 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
LayoutMode
Declaration
public GlyphLayoutMode LayoutMode { get; }
Property Value
PointSize
Declaration
public float PointSize { get; }
Property Value
Type |
Description |
System.Single |
|
TextRun
Declaration
public TextRun TextRun { get; }
Property Value
Methods
Equals(GlyphRendererParameters)
Declaration
public bool Equals(GlyphRendererParameters other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Operators
Equality(GlyphRendererParameters, GlyphRendererParameters)
Declaration
public static bool operator ==(GlyphRendererParameters left, GlyphRendererParameters right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(GlyphRendererParameters, GlyphRendererParameters)
Declaration
public static bool operator !=(GlyphRendererParameters left, GlyphRendererParameters right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>