Table of Contents

Struct FontFeature

Namespace
PaintDotNet.DirectWrite
Assembly
PaintDotNet.Windows.dll

Specifies properties used to identify and execute typographic features in the current font face.

public struct FontFeature : IEquatable<FontFeature>
Implements
Inherited Members

Constructors

FontFeature(FontFeatureTag, uint)

Properties

NameTag

The feature OpenType name identifier.

Parameter

The execution parameter of the feature.

Methods

Equals(FontFeature)
Equals(object?)
GetHashCode()

Operators

operator ==(FontFeature, FontFeature)
operator !=(FontFeature, FontFeature)