Improved GlyphTranslator

Added true type fonts
Refactored VertexStorage data types
Shortened FlagsAndComamand enum names
This commit is contained in:
Lars Brubaker 2018-05-15 13:56:05 -07:00
parent 3e6f1925d6
commit fbd4f9e219
32 changed files with 204 additions and 1268 deletions

View file

@ -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