Skip to main content

Class GlyphRunOptions

Namespace: VelloSharp
Assembly: VelloSharp.Core.dll

public sealed class GlyphRunOptions

Inheritance

objectGlyphRunOptions

Inherited Members

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

Properties

Brush

public Brush Brush { get; set; }

Property Value

Brush

BrushAlpha

public float BrushAlpha { get; set; }

Property Value

float

FontSize

public float FontSize { get; set; }

Property Value

float

GlyphTransform

public Matrix3x2? GlyphTransform { get; set; }

Property Value

Matrix3x2?

Hint

public bool Hint { get; set; }

Property Value

bool

Stroke

public StrokeStyle? Stroke { get; set; }

Property Value

StrokeStyle?

Style

public GlyphRunStyle Style { get; set; }

Property Value

GlyphRunStyle

Transform

public Matrix3x2 Transform { get; set; }

Property Value

Matrix3x2