Embedding fonts

This commit is contained in:
2022-10-08 18:27:17 +01:00
parent ecd4a81d9d
commit 23015caecd
12 changed files with 8 additions and 7 deletions

View File

@@ -25,6 +25,7 @@ A box that uses switches lightbulbs and a Arduino Mega to teach students how bin
<Version>1.5.2</Version> <Version>1.5.2</Version>
<RepositoryUrl>https://github.com/AlexanderEDavis/Binary-Box-Simulator</RepositoryUrl> <RepositoryUrl>https://github.com/AlexanderEDavis/Binary-Box-Simulator</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType> <RepositoryType>GitHub</RepositoryType>
<Configurations>Debug;Release;Export</Configurations>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@@ -26,8 +26,8 @@ Namespace My
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows) MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
Me.IsSingleInstance = false Me.IsSingleInstance = false
Me.EnableVisualStyles = true Me.EnableVisualStyles = true
Me.SaveMySettingsOnExit = True Me.SaveMySettingsOnExit = true
Me.ShutdownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterAllFormsClose Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterAllFormsClose
End Sub End Sub
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _ <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _

View File

@@ -75,7 +75,7 @@ Namespace My.Resources
'''</summary> '''</summary>
Friend ReadOnly Property Seven_Segment() As Byte() Friend ReadOnly Property Seven_Segment() As Byte()
Get Get
Dim obj As Object = ResourceManager.GetObject("Seven_Segment", resourceCulture) Dim obj As Object = ResourceManager.GetObject("Seven Segment", resourceCulture)
Return CType(obj,Byte()) Return CType(obj,Byte())
End Get End Get
End Property End Property

View File

@@ -121,10 +121,10 @@
<data name="DSEG7Classic_Regular" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="DSEG7Classic_Regular" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\DSEG7Classic-Regular.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>..\DSEG7Classic-Regular.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data> </data>
<data name="Seven_Segment" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="Seven Segment" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\Downloads\seven_segment\Seven Segment.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>..\seven segment.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data> </data>
<data name="Unicode_IEC_symbol" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="Unicode_IEC_symbol" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\..\..\Downloads\Unicode_IEC_symbol.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>..\unicode_iec_symbol.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data> </data>
</root> </root>

View File

@@ -15,7 +15,7 @@ Option Explicit On
Namespace My Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _ <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.2.0.0"), _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.3.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase Inherits Global.System.Configuration.ApplicationSettingsBase

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Seven Segment.ttf Normal file

Binary file not shown.

BIN
Unicode_IEC_symbol.ttf Normal file

Binary file not shown.