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

@ -40,7 +40,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
public override void Initialize(int tabIndex)
{
editWidget = new MHTextEditWidget("", pixelWidth: 320, multiLine: true, tabIndex: tabIndex, typeFace: ApplicationController.MonoSpacedTypeFace)
editWidget = new MHTextEditWidget("", pixelWidth: 320, multiLine: true, tabIndex: tabIndex, typeFace: ApplicationController.GetTypeFace(NamedTypeFace.Liberation_Mono))
{
HAnchor = HAnchor.Stretch,
VAnchor = VAnchor.Fit,