Back to API Reference
Class

FillModifier

sealed

Fills the glyph interior with a colour, gradient, or texture. The first fill on a glyph claims the (default-suppressed) base quad; additional fills stack above it. Any fill present suppresses the implicit default fill.

Remarks

Parameter: paint[,softness][,dilate] (paint = colour literal or swatch name) + projection overrides.
public PaintRef Paint{ get; set }

Fill paint (inline colour, named swatch, or default). A per-range value overrides it.

public UnitValue Softness{ get; set }

Edge softness. A per-range value overrides it.

public UnitValue Dilate{ get; set }

Outward dilation of the fill. A per-range value overrides it.

protected PaintRef PaintField{ get }
protected float CoverageModeValue{ get }
protected bool ClaimsBase{ get }
public bool ClaimsFill{ get }
protected override void ParseExtra()