Font metadata required for rendering.
Inheritance Hierarchy
Spotfire.Dxp.Framework.StylesFontMetadata
Namespace: Spotfire.Dxp.Framework.Styles
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 66.0.19802.3509 (66.0.19802.3509)
Syntax
C#
public sealed class FontMetadata
The FontMetadata type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FontMetadata |
Initializes a new instance of the FontMetadata class.
|
Properties
Name | Description | |
---|---|---|
![]() | FamilyName |
Gets the family name of the font.
|
![]() | FontStyleFlags |
Gets the style of the font.
|
![]() | Size |
Gets the rendering size of the font.
|
![]() | Unit |
Gets the rendering unit of the font.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithSize |
Creates a new FontMetadata instance with a different size.
|
![]() | WithStyle |
Creates a new FontMetadata instance with FontStyleFlags set to flags.
|
Version Information
Supported in: 14.4, 14.3, 14.2, 14.1, 14.0, 12.5
See Also