Class GlyphRunOptions
Namespace: VelloSharp
Assembly: VelloSharp.Core.dll
public sealed class GlyphRunOptions
Inheritance
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
BrushAlpha
public float BrushAlpha { get; set; }
Property Value
FontSize
public float FontSize { get; set; }
Property Value
GlyphTransform
public Matrix3x2? GlyphTransform { get; set; }
Property Value
Hint
public bool Hint { get; set; }
Property Value
Stroke
public StrokeStyle? Stroke { get; set; }
Property Value
Style
public GlyphRunStyle Style { get; set; }
Property Value
Transform
public Matrix3x2 Transform { get; set; }