Skip to main content

Struct ParleyFontQuery

Namespace: VelloSharp.Text
Assembly: VelloSharp.Text.dll

public readonly record struct ParleyFontQuery : IEquatable<ParleyFontQuery>

Implements

IEquatable<ParleyFontQuery>

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

ParleyFontQuery(string?, float, float, VelloFontStyle, CultureInfo?)

public ParleyFontQuery(string? FamilyName, float Weight, float Stretch, VelloFontStyle Style, CultureInfo? Culture)

Parameters

FamilyName string?

Weight float

Stretch float

Style VelloFontStyle

Culture CultureInfo?

Properties

Culture

public CultureInfo? Culture { get; init; }

Property Value

CultureInfo?

FamilyName

public string? FamilyName { get; init; }

Property Value

string?

Stretch

public float Stretch { get; init; }

Property Value

float

Style

public VelloFontStyle Style { get; init; }

Property Value

VelloFontStyle

Weight

public float Weight { get; init; }

Property Value

float