C2017-036 Use Arial instead of Arial Unicode MS – as of Word16 Microsoft is no longer suppling Arial Unicode MS

This commit is contained in:
2017-11-13 17:34:52 +00:00
parent dd266d9d6c
commit df8b4b3562
4 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ namespace VEPROMS
// pg
//
this.pg.Dock = System.Windows.Forms.DockStyle.Fill;
this.pg.Font = new System.Drawing.Font("Arial Unicode MS", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.pg.Font = new System.Drawing.Font("Arial", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.pg.Location = new System.Drawing.Point(0, 0);
this.pg.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pg.Name = "pg";