public override VText Apply(VTextTransform transform) { foreach (var part in Parts) { part.Apply(transform); } return(this); }
public abstract VText Apply(VTextTransform transform);
public override VText Apply(VTextTransform transform) { transform.DoTransform(this); return(this); }
public override VText Apply(VTextTransform transform) { return(ToTextSegment().Apply(transform)); }
public override VText Apply(VTextTransform transform) { return(Text.Apply(transform)); }