This commit is contained in:
LarsBrubaker 2022-01-22 15:43:50 -08:00
parent b664670a42
commit 2144ed477f
32 changed files with 81 additions and 81 deletions

View file

@ -73,11 +73,11 @@ namespace MatterHackers.MatterControl.DesignTools
[JsonConverter(typeof(StringEnumConverter))]
public NamedTypeFace Font { get; set; } = new NamedTypeFace();
public override bool CanFlatten => true;
public override bool CanApply => true;
public IVertexSource VertexSource { get; set; } = new VertexStorage();
public override void Flatten(UndoBuffer undoBuffer)
public override void Apply(UndoBuffer undoBuffer)
{
// change this from a text object to a group
var newContainer = new GroupObject3D();