FontMetadata Class

Spotfire 14.3 API Reference
Font metadata required for rendering.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Framework.StylesFontMetadata

Namespace:  Spotfire.Dxp.Framework.Styles
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public sealed class FontMetadata

The FontMetadata type exposes the following members.

Constructors

  NameDescription
Public methodFontMetadata
Initializes a new instance of the FontMetadata class.
Top
Properties

  NameDescription
Public propertyFamilyName
Gets the family name of the font.
Public propertyFontStyleFlags
Gets the style of the font.
Public propertySize
Gets the rendering size of the font.
Public propertyUnit
Gets the rendering unit of the font.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithSize
Creates a new FontMetadata instance with a different size.
Public methodWithStyle
Creates a new FontMetadata instance with FontStyleFlags set to flags.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5
See Also

Reference