Set XmlEditor Font to Consolas

This commit is contained in:
Jonathan Jenne
2022-04-08 13:14:00 +02:00
parent aff92e2b34
commit aedfa5f0d8
2 changed files with 5 additions and 1 deletions

View File

@@ -18,5 +18,8 @@
Catch ex As Exception
MsgBox($"Fehler beim Laden der Datei: {ex.Message}", MsgBoxStyle.Critical, Text)
End Try
RichEditControl1.Document.DefaultCharacterProperties.FontName = "Consolas"
RichEditControl1.Document.DefaultCharacterProperties.FontSize = 9
End Sub
End Class