Home
last modified time | relevance | path

Searched refs:TraceFontSize (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmTraceLogger.cs43 …txtTraceLog.BaseFont = new Font(debugInfo.TraceFontFamily, debugInfo.TraceFontSize, debugInfo.Trac… in frmTraceLogger()
135 debugInfo.TraceFontSize = txtTraceLog.BaseFont.Size; in OnFormClosing()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Config/
H A DDebugInfo.cs338 public float TraceFontSize = BaseControl.DefaultFontSize; field in Mesen.GUI.Config.DebugInfo