Struct ParleyFontQuery
Namespace: VelloSharp.Text
Assembly: VelloSharp.Text.dll
public readonly record struct ParleyFontQuery : IEquatable<ParleyFontQuery>
Implements
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
FamilyName
public string? FamilyName { get; init; }
Property Value
Stretch
public float Stretch { get; init; }
Property Value
Style
public VelloFontStyle Style { get; init; }
Property Value
Weight
public float Weight { get; init; }