Edit

Share via


Feature Struct

Definition

Various font features and variations.

public struct Feature
public struct Feature : IEquatable<HarfBuzzSharp.Feature>
Inheritance
Feature
Implements

Constructors

Feature(Tag, UInt32, UInt32, UInt32)

Creates a new Feature instance with the specified tag.

Feature(Tag, UInt32)

Creates a new Feature instance with the specified tag.

Feature(Tag)

Creates a new Feature instance with the specified tag.

Properties

End

Gets or sets the end.

Start

Gets or sets the start.

Tag

Gets or sets the tag.

Value

Gets or sets the value.

Methods

Equals(Feature)
Equals(Object)
GetHashCode()
Parse(String)

Parses a feature string.

ToString()

Returns the string representation of the feature.

TryParse(String, Feature)

Tries to parse the feature string.

Operators

Equality(Feature, Feature)
Inequality(Feature, Feature)

Applies to