Improved GlyphTranslator
Added true type fonts Refactored VertexStorage data types Shortened FlagsAndComamand enum names
This commit is contained in:
parent
3e6f1925d6
commit
fbd4f9e219
32 changed files with 204 additions and 1268 deletions
|
|
@ -85,7 +85,7 @@ namespace MatterHackers.MatterControl
|
|||
Margin = new BorderDouble(0, 0, 0, 1)
|
||||
});
|
||||
|
||||
macroCommandInput = new MHTextEditWidget(gcodeMacro.GCode, pixelHeight: 120, multiLine: true, typeFace: ApplicationController.MonoSpacedTypeFace)
|
||||
macroCommandInput = new MHTextEditWidget(gcodeMacro.GCode, pixelHeight: 120, multiLine: true, typeFace: ApplicationController.GetTypeFace(NamedTypeFace.Liberation_Mono))
|
||||
{
|
||||
HAnchor = HAnchor.Stretch,
|
||||
VAnchor = VAnchor.Stretch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue