Table of Contents

Struct ClusterAdvance

Namespace
DocWright.Fonts
Assembly
DocWright.Fonts.dll

The measured advance for one text cluster.

public readonly struct ClusterAdvance : IEquatable<ClusterAdvance>
Implements
Inherited Members

Constructors

ClusterAdvance(int, Twips)

Initializes a cluster advance.

Properties

Advance

Gets the horizontal advance in twips.

Cluster

Gets the UTF-16 cluster start index in the source text.

Methods

Equals(ClusterAdvance)
Equals(object?)
GetHashCode()

Operators

operator ==(ClusterAdvance, ClusterAdvance)

Determines equality.

operator !=(ClusterAdvance, ClusterAdvance)

Determines inequality.