We can read extra fonts from the system.

This commit is contained in:
MatterHackers 2023-12-03 19:00:41 -08:00
parent 15767dcd33
commit 74db968eee
17 changed files with 334 additions and 241 deletions

View file

@ -42,7 +42,7 @@ namespace MatterHackers.MatterControl.Library
{
public class OpenScadScriptObject3D : Object3D
{
[MultiLineEditAttribute]
[MultiLineEdit]
public string NameToWrite { get; set; } = "cube([20, 20, 20]);";
public OpenScadScriptObject3D()